• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Looking to learn android

tontod

Diamond Member
Whats a good book to learn android development? I was just looking to tinker around, learn a bit. I learnt java years ago, dont really remember much at all. So I'm looking for a book thats easy to understand and has a lot of examples and good explanations.
 
I am learning it right now. It is a mixture of Java and XML. Do not get too comfortable with Swing in regular Java as the Android methodology for creating GUIs is much different.
 
They allow you to define your layouts in Java code, however the prefered method is to use XML files which can be kind of hard to wrap your head around at first.

If you don't know Java, start there. Once you have a good foundation for the language, I'd suggest reading the developers guides provided by Google. After that begin looking at code samples and attempt to make some simple apps to demonstrate your understanding of how the APIs work.
 
Back
Top