• 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

Android for the core java programmer - how to begin learning ?

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I already know the so called "core java" topics. Now, i thought i will try a little android for fun.
I am not sure what books are the best or which is a better method of study.

Is is good to learn by seeing other people's code, modifying it and later making your own thing using
some of the code taken from various sources ?

Or just pick up a book and do the projects there ?
 
Ranch Hand
Posts: 859
IBM DB2 Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Start here for the tools ...

http://developer.android.com/tools/sdk/tools-notes.html

This also contains samples, emulators etc..

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

William P O'Sullivan wrote:Start here for the tools ...

http://developer.android.com/tools/sdk/tools-notes.html

This also contains samples, emulators etc..

WP



Thanks, will look at it. But, i get jittery when I hear about official docs. They are generally not the best for beginners.
Any more sources as an alternative ?
 
Greenhorn
Posts: 4
Chrome Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can look for books like "The Android Developer's Cookbook" and "Android in Action". They all assume you are familiar with Java.
reply
    Bookmark Topic Watch Topic
  • New Topic