3

I know similar questions have been asked before but i think this is slightly different. for about a year Ive been learning Java. I have been building a few applications on the desktop using my-eclipse and swing GUI. Now i want to start programming for the android. I understand how to do what i want in Java but it all seems very different on android. Does anyone know of any good tutorials or videos out there with step by step instructions showing examples of android applications so that i can learn and build off of them? Most of my programs are simple and for the most part i just need to understand how to interact with the interface (IE the buttons, label or text views i think they call them and so on). I've searched all day and I cant find anything good.

2
  • 1
    i think this a too much asked question there are already plenty resources where you might get informatio just try googlethe oficial site a you're good to go, don't get me wrong is a common doubt to pass from a platform to another but is have just been asked to may times i diferents forms... Commented Mar 6, 2011 at 21:01
  • You need a new keyboard. Commented Mar 6, 2011 at 23:45

4 Answers 4

2

I found this quite use full apart from the tutorials from the developers site. If you are looking for advanced tutorials , you can try here. for the most part , once you are trying a specific application , a google search could get you a relevant tutorial. goodluck.

ps. It helps to read dev guide before you begin to write programs for android.

Sign up to request clarification or add additional context in comments.

Comments

2

You should have a look at the Android API demos. They include a lot of simple examples which access special problems/tasks.

A more complex 'productive' application is the Android app for the I/O conference. It's Open Source - so you can have a look 'inside'.

Comments

1

the Android developers site has a great dev guide and tutorials to try out. the dev guide can be found here. The tutorials can be found here.

Comments

1

I highly recommend "Android Programming Tutorials" by Mark Murphy - http://commonsware.com/AndTutorials/. I found the step-by-step tutorials to be very helpful, and it does focus on teaching Android development rather than Java.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.