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: build Android applications
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”