• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Intro post and question (guide changed title)

chenna

Lurker
hi,
iam new to android and i studied developers.android. but i need the exact flow of simple application which covers all android features. end to end.. where i can get this or anybody can help me out plz?

thanks,
chenna
 
Hi - There are forums here just for apps - Hope this might help - Good to see you checking into the Android Forums - Cheers ;)
 
Chenna,

I am not exactly understanding your question. I don't know if you need help on how to use an android device or how to develop applications for it. I'm going to take a guess that you want to be introduced to developing applications, so I'll move your question to the Developer's section.

Guys, say hello to Chenna. Can you help him/her out a bit? Thanks!

Steven
 
Hello, and welcome to the world of Android development!

As I am unsure of your programming experience, I will make this as general as possible.

First, you need to be familiar with the Java programming language and the concept of OOP (Object-Oriented Programming).

The BEST book on java programming I have found is the Sam's Teach Yourself Java (5th Edition) book. This can be located here:
Amazon.com: Sams Teach Yourself Java in 24 Hours (5th Edition) (9780672330766): Rogers Cadenhead: Books

This is surprising, I know, as the Sam's Teach Yourslef books are usually garbage, however this one is one of the rare ones that are actually very good.

After you have a solid understanding of the java programming language and the concept of OOP, I suggest (although this is not absolutely necessary, it will help speed up your learning process) purchasing a book on Android app development. The best one I have found for this is:

Amazon.com: Android Wireless Application Development (9780321627094): Shane Conder, Lauren Darcey: Books

After you feel you have a solid understanding of the content in that book, your next step is to familiarize yourself with the Android SDK. Much of the SDK is discussed in the aforementioned book, however the SDK is a very vast library and cannot be covered in its entirety in a single book.You will likely check the documentation regularly, even when actually workking on a program, but it is good to make a quick skim through to get an idea of what all is offered.

The last reference you will need (and will use quite often as a beginner) is the Android developer's website (Android Developers). Not only can the documentation be found here, but many samples, examples, and tutorials ccan also be found here on just about any concept that the SDK has to offer. Although these snippets are usually not the best way of doing things or even the most efficient, it will give you an idea of where to start.

I hope all of this information helps! Feel free to ask any questions you may (and will) have in the development forums. Happy coding!
 
hi,

Thanks for the interest in my question. iam sorry for my unclear question. I ask my question very clear..

I know java and i read android developer guide.

But my question is that when we click on icon of any of our application in andriod phone or emulator, what exactly happens.. i.e step by step control flow till end. so that i can understand clearly when i modofy something in my code..which files are affecting or something like that..

thanks,
Chenna
 
Back
Top Bottom