• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

A few more questions

 
Rancher
Posts: 1369
1
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1. What is the latest iPad SDK version that I should download to start practicing?

2. Is background processing supported in iPad? If so, what classes should I concentrate on for the same in the latest SDK?

3. Is there 3G support in current iPad version?

4. Are human interface guidelines same for iPad and iPhone?

5. Does the iPad SDK contain tool for emulating accelerometer events?

6. What tools are available in SDK for memory management?

Thanks.
 
Ranch Hand
Posts: 471
Mac OS X Hibernate Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

1. What is the latest iPad SDK version that I should download to start practicing?


3.2, but you can download the latest SDK (4.0.2) which also includes 3.2

2. Is background processing supported in iPad? If so, what classes should I concentrate on for the same in the latest SDK?


Not yet, but should be coming later this year (so I've heard)

3. Is there 3G support in current iPad version?


Some devices do, and some have only wi-fi

4. Are human interface guidelines same for iPad and iPhone?


I guess that they're both in the same document, but don't know if they're exactly the same

5. Does the iPad SDK contain tool for emulating accelerometer events?


Shaking, and device orientation, but you'll need a real device for more complex stuff

6. What tools are available in SDK for memory management?


There's a tool called "Instruments" which is a typical profiler, which works along with the debugger on real devices

Thanks.


You're welcome
 
Monu Tripathi
Rancher
Posts: 1369
1
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks again!
 
Alaa Nassef
Ranch Hand
Posts: 471
Mac OS X Hibernate Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You're welcome
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Alaa Nassef wrote:

1. What is the latest iPad SDK version that I should download to start practicing?


3.2, but you can download the latest SDK (4.0.2) which also includes 3.2

2. Is background processing supported in iPad? If so, what classes should I concentrate on for the same in the latest SDK?


Not yet, but should be coming later this year (so I've heard)

3. Is there 3G support in current iPad version?


Some devices do, and some have only wi-fi

4. Are human interface guidelines same for iPad and iPhone?


I guess that they're both in the same document, but don't know if they're exactly the same

5. Does the iPad SDK contain tool for emulating accelerometer events?


Shaking, and device orientation, but you'll need a real device for more complex stuff

6. What tools are available in SDK for memory management?


There's a tool called "Instruments" which is a typical profiler, which works along with the debugger on real devices

Thanks.


You're welcome














I like all the answers given by you. Thanks for your support.
reply
    Bookmark Topic Watch Topic
  • New Topic