In this tutorial we will learn one of the most important topics of Android app development, which is Android Activity.
Continue reading “Activity in Android”Tag: Androidmanifest
Introduction to Gradle and build.gradle files
The Gradle build system is used to build Android applications in Android Studio. Android projects are handled by the Gradle system which is an automated build system.
Continue reading “Introduction to Gradle and build.gradle files”Android Studio Project Folder Structure
Hey android developer, before proceeding let’s know some basic folder structure of android app project.
Continue reading “Android Studio Project Folder Structure”