Learn
Welcome to our blog!
Android Knowledge consists of six categories regarding android. You will find useful articles in every category, please choose according to your requirements.
Category
Android is a free open-source operating system that is used for building mobile android applications.
Java is an object-oriented high-level programming language. With the help of java, we can build mobile apps as well as software.
Kotlin is declared as the official language for Android. It is used for developing mobile applications efficiently.
We will create beautiful UI designs for our applications with the help of eXtensible Markup Language (XML).
Work smart, not hard. In this section, you will gain some tips and insights to optimize the code as well as your profile.
- All Post
- Android
- Java
- Kotlin
- XML UI Design
- Android Projects
- Miscellaneous
The navigation drawer is a side menu panel that consists of different navigating fragments. The menu is provided at the…
The navigation drawer is a side menu panel that consists of different navigating fragments. The menu is provided at the…
ViewPager2 is a better version of ViewPager where there will be a view in which you can swipe right or…
Google Maps in Android Studio using Java Google Maps API Google Maps API is a powerful tool that allows developers…
ChatGPT is a product of OpenAI where you can ask any questions to ChatGPT and it will answer them within…
Login and Signup using SQLite in Android Studio using Java – Easy 5 Steps SQLite Database SQLite Database stores all…
ListView is one of the views from the view group which shows the data in a vertical scrollable format. It…
ListView is one of the views from the view group which shows the data in a vertical scrollable format. It…
ViewPager lets you swipe left or right on a specific area. It consists of images, texts, and buttons. It provides…