简体   繁体   中英

What to learn for Android development? [on hold]

I have learned the basics of Java for about two months then some time later i got interested on Android development. So I tried to learn but I stopped for a while for school.

So then I realized that I don't have much time and planned to learn just the necessary things on Java. Does anyone know things I should learn?

Big thank: :)

For a basic introduction you can follow this guide on developer.android.com and read some documentation on there.

What I would recommend is just starting off by making little apps that you personally find fun or useful to make. After all the best method of learning to program is by just trying stuff and seeing what you can come up with. You can, for instance, start with a simple app that reads the contents of a text document and displays it on the screen or an app that can show the weather based on a web api. By integrating small new stuff like file reading, web api you can slowly get in contact with small aspects of programming that could be useful for bigger projects. Generally that's how I learned how to program, but everyone has their own method at the end of the day.

You may start with building a simple app yourself, you will learn all the basic as you research on your way.

For more details on the fundemantals, you may also refer to the official websites. There are tons of resources to learn. https://developer.android.com/guide

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM