Android tutorial for beginners, how to setup Android Studio and start a new Android project [Part 1]

Опубликовано: 15 Февраль 2026
на канале: Android Geeks
109
5

In this video, we see how to make a new project in android studio and the important features in android studio. We will also go through all the important files and folders in the project and also make some changes to the app.
I am trying to make a series of android tutorials for beginners aiming to teach android development from zero to be able to make your own Android apps with networking, loading images, local storage, etc. The full list of items I am planning to cover is given in the description.

If you like this video and also think that this series will be helpful for you please like the video and subscribe to the channel. Also if you think this video will be useful for anyone else please share this video on facebook, twitter or any other social media you use. Also please leave your comments below about this video and any other topic you would like to see in the future.

Topics that I am planning to cover in this series :
• Introduction to Gradle and different Android app properties
• Introduction to Android basics Activity, Fragments, and Views
• Introduction to Android basics Services and Broadcast listeners
• Introduction to Android basics AsyncTask, Thread, and Handlers
• Making a home screen and using Recyclerview
• Making a details screen and using data binding
• Introduction to app design using material design
• Introduction to clean architecture using MVP and MVVM
• Implementing MVVM in android using ViewModel and LiveData
• Introduction to networking and loading images in Android
• Making network calls using retrofit
• Introduction to local storage and shared preferences
• Introduction to RoomDb and storing data offline
• Dependency injection and implementation using Koin
• Animations and transitions
• Deep linking and sharing
• Intro to testing
• Writing unit tests
• Writing UI tests