Android tutorial for beginners, Application properties, gradle, and how to change them.

Опубликовано: 17 Июль 2026
на канале: Android Geeks
111
2

Link to the previous video -    • Android tutorial for beginners, how to set...  
Link to Android release notes - https://developer.android.com/studio/...

Hello everyone, welcome to another episode of #Android development for beginners by Android Geeks. In this video, we will be learning about different properties of an Android app, where they are defined and how to change them.

If you think that this video is useful please like the video by clicking the thumbs up button, it lets me know if the videos are useful to people. You can find links other videos in this series of Android development #tutorial for beginners in the description. I will be making new videos every week, so please subscribe and click the bell icon to get notified when new videos are released. If you think this video will be useful for someone else please share this video on Facebook, Reddit, Twitter or any other social media you use. Thanks a lot for watching, have a nice day and see you next week.

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