Android Development - Part 1
Android App Development for Beginners - 1 - Introduction
Section titled “Android App Development for Beginners - 1 - Introduction”Android App Development for Beginners - 2 - Installing Android Studio
Section titled “Android App Development for Beginners - 2 - Installing Android Studio”- installing android studio from the link
- first time run as administrator
- configure > sdk manager > install any new updates
Android App Development for Beginners - 3 - Setting up Your Project
Section titled “Android App Development for Beginners - 3 - Setting up Your Project”- test your program
- start new project
- select any activity to start, activity is like screen on your app
- the name of the activity is important if i want to use it later, it should have a name
Android App Development for Beginners - 4 - Running a Simple App
Section titled “Android App Development for Beginners - 4 - Running a Simple App”- fixing emulator problem by using
run on devicefeature
Android App Development for Beginners - 5 - Tour of the Interface
Section titled “Android App Development for Beginners - 5 - Tour of the Interface”- from the left menu choose project instead of android, so it will show every folder there
- there is a folder caller
appit contain all files in the application