πŸ‘‰How To Start Android Development??

Savani IshaSavani Isha
2 min read

πŸ‘‰To Start Android Development First We Need To Know What Is Android??

  • Android is a mobile operating system developed by Google. It is based on the Linux kernel . Android has become one of the most popular operating systems in the world, powering billions of devices across a wide range of manufacturers.

How to Start Android Development journey??

Android Programming Complete with java or kotlin and XML(Extension Markup Language).The XML file deals with the design, presentation, layouts, blueprint, etc (as a front-end) while the JAVA or KOTLIN deals with working of buttons, variables, storing, etc (as a back-end).

which should prefer as a beginner either java or kotlin??

  • Java is the native language used by Android, applications that helps to communicate with the operating system and hardware that directly uses Java.

  • Kotlin is a cross-platform programming language that can be used as an alternative to Java for Android App Development. Also google has officially declared kotlin as a official language.

Structure Layout of Android Studio.πŸ‘‡

Lightbox

  1. manifest folder.
  • Android Manifest is an XML file that is the root of the project source set. It describes the essential information about the app and the Android build tools, the Android Operating System, and Google Play.
  1. java folder
  • The JAVA folder consists of the java files that are required to perform the background task of the app.
  1. Resource Folder
  • The Resource folder consists of the various resources that are used in the app. This consists of sub-folders like drawable, layout, mipmap, raw, and values.
  1. Gradle Files
  • Gradle is an advanced toolkit, which is used to manage the build process, that allows defining the flexible custom build configurations.
0
Subscribe to my newsletter

Read articles from Savani Isha directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Savani Isha
Savani Isha

I'M Android Developer.