• 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

Learn Java for Android Development - how long to learn

 
Greenhorn
Posts: 18
1
Mac Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have recently passed Java Programmer certificate. How long would it take to learn Android programming from your book? Is it going to be much different?

A side question would be also - what is the benefit of learning direct Android programming vs some library like LibGDX or some other software that makes your apps available to more platforms?
 
Author
Posts: 86
5
Android Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

Except for Appendix C "Getting Started with Android", my book doesn't teach Android programming. The rationale for this book's existence is to teach Java (language and key APIs, such as Collections) as a prerequisite to getting into Android app development.

You can freely download Appendix C (a 96-page PDF file) from http://www.apress.com/9781430264545. The PDF file is located in the book's code file. The code file also includes the example Android apps presented in Appendix C.

Note: Chapter 1 introduces Eclipse and also introduces Android. Appendix C shows how to develop the apps using command-line tools or Eclipse.

Regarding your side question, I've written about Corona (in a separate series of articles), which also simplifies creating Android apps. I've found that these tools, although very helpful (especially to beginners), are also limiting -- you don't have access to every last feature that you might want for your apps. Creating portability requires some sacrifice.

All the best.

Jeff
 
Hang a left on main. Then read this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic