Jump to content

Hey ltt comunity, 

I really like then idea of programming; and i want to give it a shot. But I cant find any good tutorials that will teach me the fundamentals of programming for android.

And its really hard to teach it yourself. Do you guys know any good ways to learn android coding well?

THX!

Link to comment
https://linustechtips.com/topic/681278-best-way-to-learn-java-for-android-studio/
Share on other sites

Link to post
Share on other sites

Before you're starting with android apps you should have a good understanding of Java and its Nature. After you learned Java there are a lot of free resources to get started. 

  1. https://developer.android.com/index.html
  2. https://www.udacity.com/courses/all
  3. http://udemy.co
Link to post
Share on other sites

1. Learn Java with its specific programming concepts (What are Classes, Objects, Methods etc.; How to use libraries etc.)

2. Learn Android specific concepts (What are Activities, Intents etc.)

 

The best way you can learn this is by doing and then reading when you encounter a problem/obstacle.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×