Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

I was born in 1981 in one little city. Since I was 10y/o I programmed in different languages. My first languages were basic, then C++/MFC, after .Net (C#, VB.Net, J#, ASP.Net), XSL+XML processing). In the last 5 years I worked with web languages (HTML, CSS, PHP, SQL, XML, XSL, JavaScript). After university I worked in several different companies, eventually becoming a blogger. This is my hobby too. Andrey has posted 54 posts at DZone. You can read more from them at their website. View Full User Profile

10 Attractive android tutorials for developers

09.22.2011
Email
Views: 16638
  • submit to reddit
I selected some pretty cool and amazing tutorials for developers who are going to learn how to make applications for android - for beginners and advanced developers. Some are Tutorials for drawing, some are for using location service, another – using the SDK. Hope you find it Useful !

1. OpenGL ES 2.0

This tutorial shows you how to create a simple Android application that uses the OpenGL ES 2.0 API to perform some basic graphics operations.
OpenGL ES

2. Android Development Tutorial

This tutorial describes how to create Android applications with Eclipse. This is very long tutorial, but also most detailed.
Android Development Tutorial

3. Android SDK Tutorial – Learn how to install Android SDK

Tutorial describes how to install the Android SDK and set up your development environment for the first time.
Android SDK Tutorial

4. Using Facebook SDK in Android development

In this tutorial I show you an android application, which logging in to Facebook, then get the Facebook ID.
Using Facebook SDK

5. Drawing with Canvas in Android, Saving your drawings

This is one of tutorials from series of topics for drawing with canvas on android.
Drawing with Canvas

6. Android Google Maps Tutorial

In this tutorial we will see how to incorporate Google Maps into an Android app.
Android Google Maps Tutorial

7. Android location service example

This tutorial will help you to start using location services (in particular: LocationManager class to get user location and Geocoder to translate location into addresses) and Google Maps on Android.
Android location service example

8. Working With Android Contacts

Learn to work with the Android contacts database. Basic knowledge of accessing SQLite in Android along with using Cursors is expected.
Working With Android Contacts

9. How to calculate the distance between two GPS coordinates?

A simple function that takes two GPS coordinates as input and outputs the distance between them in meter.

10. How To Create Android Live Wallpaper

In this article tells how to create live wallpaper from scratch. Step-by-step, we will create live wallpaper that would output TV test pattern on out home screen.
How To Create Android Live Wallpaper


From http://www.script-tutorials.com/10-attractive-android-tutorials-for-developers/
Tags:
Published at DZone with permission of its author, Andrey Prikaznov.

(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)

Comments

Sivaprasadreddy... replied on Fri, 2011/09/23 - 11:30pm

Hi, Thanks for very good list of Android tutorials. Among these Vogella's tutorial is the best one. Thanks, Siva

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.