• 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

How to get started?

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

I've a number of years experience using Java, especially Java2D. A couple of questions:
What is the best way to "come at" Android's Java SDK?
Are you able to do Java2D type drawing with Android, or is it a different model?

Regards, Rupert
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The https://coderanch.com/how-to/java/AndroidFaq has some good resources for getting started with Android development.
 
author
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rupert Brown wrote:Lucas, Pieter,

I've a number of years experience using Java, especially Java2D. A couple of questions:
What is the best way to "come at" Android's Java SDK?
Are you able to do Java2D type drawing with Android, or is it a different model?

Regards, Rupert



Hello Rupert,

Our book shows you both how to get started and advance to proficiency with Android SDK development following these steps:
1. Chapter 1 - Android Fundamentals: We introduce you to Android theory, the SDK and IDEs in a hands-on, practical fashion.
2. Chapter 2 - Development Tools in Practice: You learn to master the development tools of the trade with a practical application project that also serves as a how-to collection of Android programming techniques (logging, menus, toasts, notification, alerts, UI controls, files etc.) progressing all the way to creating a signed, Android Market ready, application package (APK).
3. Chapters 3 to 11: We present in-depth coverage of diverse code projects that serve to widen and deepen your understanding of the both the Android Platform and it's possible applications. This also covers drawing and animation techniques.

Best regards,
Pieter
 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This book is recommended by my peers and I think its a great start for beginners. "Hello, Android Introducing Google's Mobile Development Platform" Third Edition by Ed Burnette.

Cheers!
 
reply
    Bookmark Topic Watch Topic
  • New Topic