IPAD must-haves. And fun-to-haves.

Brighten your iPad with a colorful cover, stream to your TV, download pictures from your digital camera, and more. There’s already so much you can do with iPad and iPad mini

Apple Wireless Keyboard

The incredibly thin Apple Wireless Keyboard uses Bluetooth technology, which makes it compatible with iPad

Apple unveils iPad mini: ‘Thin as a pencil, light as paper’

iPad inspires creativity and hands-on learning with features you won’t find in any other educational tool

Lightning connector and FaceTime HD camera

Apple announces 4th generation iPad packing an A6X CPU

Pages

Showing posts with label based. Show all posts
Showing posts with label based. Show all posts

Saturday, February 23, 2013

How to check memory leak and memory Usage of Notification Based App ?

Hi,

    My application is an notification based application which launches by clicking an url link . I want to know the memory usage and lead of the app . The application fetch info from the url and load data . So when i am setting target in instruments and start recording the application launches with out any data .So I am not able to know the actual memory usage . Please guide me to solve this problem ....


View the original article here

Thursday, February 21, 2013

How to check memory leak and memory Usage of Notification Based App ?

Hi,

    My application is an notification based application which launches by clicking an url link . I want to know the memory usage and lead of the app . The application fetch info from the url and load data . So when i am setting target in instruments and start recording the application launches with out any data .So I am not able to know the actual memory usage . Please guide me to solve this problem ....


View the original article here

Thursday, February 14, 2013

Ad based apps

If you're not the patient type, stop reading. I have almost no knowledge of what I'm talking about so I'm asking extremely basic questions here.

 

I want to put an app in the app store. It's not the kind of app people would want to pay for, but they deifinitely would get it if it were free. I want to do an ad based version. How much do apps get per download using ads? How do you go about getting ads on your app?


View the original article here

Tuesday, February 12, 2013

Ad based apps

If you're not the patient type, stop reading. I have almost no knowledge of what I'm talking about so I'm asking extremely basic questions here.

 

I want to put an app in the app store. It's not the kind of app people would want to pay for, but they deifinitely would get it if it were free. I want to do an ad based version. How much do apps get per download using ads? How do you go about getting ads on your app?


View the original article here

Tuesday, January 8, 2013

NSTableView content based on a selection of another TableView

I have 2 entities, entity A and entity B. Entity A has a many-to relation ship with B. I have 2 table views, in the first it displays all entities A. When one entity A is selected I want the other table view to display the contents of the relationship that A has with B, so all of the entities B that are in the Relationship set of A should be displayed. How would I go about doing this?


View the original article here