0
Anyone with great experience in Android studio?
hi , I'm deeply into android development . I started learning java nd i just know the basics at the moment . I want to communicate with people who are experienced in Android studio and development so that I can take their advices, follow their path nd develop an app in near future.
2 odpowiedzi
+ 9
Check out the link below. It covers a lot of handy tutorials for app development and Android studio:
https://www.sololearn.com/discuss/242006/?ref=app
+ 1
I learnt Android development by reading through Google's official documentation for Android app development.
The examples provided by Google give a detailed explanation and code examples to demonstrate.
They also have a written example creating a simple app which takes input from a user and sends it to another screen (Activity).
The things you need to focus on are Material Design, Activities, Fragments, Threading and User Preferences.