{

Learn free android tutorials


Best Practices for adding .gitignore file to Android projects

March 9, 2022 ·  2 min read

These tutorials talk about which files in the android project are committed and which files are not ignored in a git repository. Android application gitignore file gitignore is a text file that contains a list of files or patterns that are excluded while committing an android project. Following is a list of files and patterns for gitignore files java files are compiled into class files so class files are not required to commit to the repository...


How do you configure build and version number in Android application

March 9, 2022 ·  2 min read

What is the build version in Android? Android contains major versions such as 10,11. each version contains more number build iteration numbers. Build a version is a number or string that tells when was application is updated. It contains Codename, Incremental, and Releases value For example, the Build version is Android SDK: 21 (x.x.x) The build version gives current running version and updated date. How do I find the app build version in Gradle ?...


Subscribe
You'll get a notification every time a post gets published here.