• 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
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

Head First Android Development: Android version specific?

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


This book is for a specific android version or at least we will have to use certain SDK version to follow all the examples ?.
Seems that the book is guiding us to create an android application, this explain a little bit how to setup your android development environment as well, as I notice some books that omits this completely and could be challenging for beginners to follow.
What about networking does this explain how get or push some data to the web. Definitively what I like for the index section is the `Staying in the background` seems really well describe how you manage this topic.

Thanks and congratulations for the new book.
 
Author
Posts: 143
15
Android Python Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Mauricio Mena wrote:

This book is for a specific android version or at least we will have to use certain SDK version to follow all the examples ?.
Seems that the book is guiding us to create an android application, this explain a little bit how to setup your android development environment as well, as I notice some books that omits this completely and could be challenging for beginners to follow.
What about networking does this explain how get or push some data to the web. Definitively what I like for the index section is the `Staying in the background` seems really well describe how you manage this topic.

Thanks and congratulations for the new book.



Hello Mauricio,

You should download the latest version of Android Studio. The apps that we create typically target API 19 and above, although in a couple cases we might target later if we're demonstrating very new features. The great thing about the Android coding is that you can bundle in support libraries to your, which works like spackle on older devices. So you can write an app for an API 19 phone and have it look and work with UI features that were released long after the phone itself.

D+D
 
And will you succeed? Yes you will indeed! (98 and 3/4 % guaranteed) - Seuss. tiny ad:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic