tags:

views:

163

answers:

4

I want the resources that provides better help in android programming using eclipse and Android SDK.

I am mainly concern to date picker, Time clock and SQLite DB connectivity. How to use them and sample codes.

any help is appreciable.

Thanks in advance.

+4  A: 

You'll find all you need at Google's Official Android Developer Site.

Ryan Hayes
easy credit right there... ;)
Jakub
+1  A: 

You can find lots of resources on this site if you look for questions about learning Android. For example:

http://stackoverflow.com/questions/3211193/how-to-learn-developing-android-applications

http://stackoverflow.com/questions/3405695/importantuseful-websites-for-the-android-related-stuff

David
+2  A: 

Beside the Official Website you may read the questions tagged Android here on Stackoverflow

Tim Büthe
A: 

Assuming you've already installed Eclipse, the SDK and the plugin, get hold of the book: Android Wireless Application Development ISBN: 9780321627094.

It comes with a CD with lots of example code

NickT