• 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.

Direct me to the best resources on programming for Android

I haven't done any sort of programming in around 3-4 years other than CSS and HTML... i know Droid is Java, and have downloaded eclipse and ADT... (still working on getting them up and running)

My goal is basically to create a small little practice application and use it as a proof of concept... main point will be the GUI and the database integration that I am wanting to create...

anyways... I know about the developer.android.com and have been reading over it, but any other beginners guide, followed by intermediate, etc...
 
If one of the big things you're doing is the GUI you're going to want to read up on how Android does it's layouts. You can do layouts in Java code, however it's strongly discouraged in favor of an XML layout file. Figuring out the layouts was one of the trickier things to figure out IMO.
 
Back
Top