Reddit Reddit reviews Programming Android: Java Programming For The New Generation Of Mobile Devices

We found 4 Reddit comments about Programming Android: Java Programming For The New Generation Of Mobile Devices. Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Java Programming
Beginner's Guides to Java Programming
Programming Languages
Programming Android: Java Programming For The New Generation Of Mobile Devices
Check price on Amazon

4 Reddit comments about Programming Android: Java Programming For The New Generation Of Mobile Devices:

u/zappable · 2 pointsr/learnprogramming

Google has some pretty good official resources for getting started:
http://developer.android.com/training/index.html

If you want a book, check out Programming Android.

If you're interested in a full course with videos, Udacity and Google recently
partnered on one: https://www.udacity.com/course/ud853

u/the_argus · 2 pointsr/androiddev

I really liked this book. I wasn't sharp on Java and completely new to Android dev and it helped me understand the system better. Other than it I just use the examples on http://developer.android.com/training/index.html and that really got me started.

u/corbinbane · 1 pointr/androiddev

I would normally caution anyone using Android Studio this soon,but Eclipse feels just about as buggy as alpha software sometimes. "Where'd my project folder go? #$%@!! FU Eclipse!!!" :) Anyhow... it'll probably get the job done,just know its a very early software release.

Programming Android 2nd Edition multiple authors. ISBN:1449316646
AMAZON
A really useful book when you're trying to figure out the android framework or maybe a certain api. It doesn't cover EVERYTHING,but it'll get you going with most of the framework. It provides useful input on using Java with android as well. But still uses Eclipse and the ADT. Good luck!