Reputation: 715
Anyone know of any good resources for learning more about the process involved in creating an Android application from scratch?
All the books I've seen discuss programming with Java and the Android API but I haven't found anything that talks about moving from concept through design and finally coding.
A long time ago I studied waterfall methodology and have a basic understanding of RAD type development.
Ideally what I'm looking for is something along these lines...
It doesn't have to be complicated but I would like to see concrete detailed examples applied to a real Android app.
Upvotes: 1
Views: 1196
Reputation: 2802
Part 1: http://mobile.tutsplus.com/tutorials/android/android-layout/
Part 2: http://mobile.tutsplus.com/tutorials/android/android-sdk_content-providers/
http://code.google.com/p/android-mtlist-tutorial/
http://developer.android.com/resources/tutorials/notepad/index.html
http://www.javacodegeeks.com/2010/10/android-full-application-tutorial.html
Upvotes: 2
Reputation: 4234
Probably it could help: http://developer.android.com/guide/practices/ui_guidelines/index.html And: http://developer.android.com/guide/practices/design/performance.html For testing: http://developer.android.com/guide/developing/testing/index.html They contains a very high level explanation, they are a good start for guidelines.
Upvotes: 0