How should i get started with Android? From where do i get help and sample source code? Can a JSF application run on Android phones? I saw primefaces site and it has TouchFaces which are meant for Android phones. But i really don’t know how should i get started with Android. Is it too tough? Does it take too much time creating even a simple application?
Thanks in advance 🙂
I recently started with Android development. The official Android development site has some good stuff to get you started:
http://developer.android.com/resources/tutorials/hello-world.html
http://developer.android.com/resources/tutorials/views/index.html
http://developer.android.com/reference/android/app/Activity.html
Now, whenever I’m stuck on a particular aspect of a program, I just use Google to search for what I’m trying to do. I’ve learned that just about everything has been done and blogged about. For that matter, a bunch of the answers that I’ve needed have been here on SO.