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

Apps New at android development

Niff

Lurker
Hii all...i am very new at android developments although ive used a lot of android phones. I know java and its programming. I want to learn how to do programming in android. I installed android studio and have created a program for addition which is simple. I want to do a little more advanced.
Where can i learn all the basics of it!?
Any help would be so much appreciated.
Thank you.
 
Your best bet is to either get hold of a good book and work through it, or look at online tutorials. First understand the basics, like -

- Creating an Activity
- Understand how to create a layout
- Starting a child Activity and passing data to it
- Common UI components, such as ListView, Buttons
- Navigation (workflow) in your app

It really depends what you intend to do, as there are many areas to study, and different apps will use different aspects of the Android framework.
I started off with a book called 'Hello Android', which I can recommend, as it takes you through the basics, you get a flavour of many features.

Edit: Actually, there are probably better books, as I notice the above book uses Eclipse as an IDE, and that's not the recommended one, which is Android Studio.

You can actually learn a lot from studying the sample applications in Android Studio.
 
Last edited by a moderator:
Back
Top Bottom