Android Studio Guide


List of article on

Different Application Launcher Icon Sizes In Android Studio

Launcher Icon represents your application & appear on the Home Screen. In android as per supporting screen we provide multiple density icons. So one should prefer to create separate icons for all generalized screens densities varying from low to extra-high. Application Launcher Icon Sizes are:   Density  Sizes(px) Preview ldpi (120 dpi) (Low density screen) … Continue reading Different Application Launcher Icon Sizes In Android Studio

How To Add Audio To App In Android Studio

Adding audio clip to android application is a simple task as it also add some further functionality. Here is a step by step on how to play music when App will start. Adding Audio to app in Android Studio: Step 1: Open the android studio with the project in which you want to add-on audio … Continue reading How To Add Audio To App In Android Studio

How To Change Icon Of Your Android App In Android Studio

In android studio there is a default icon set by android studio itself. You can change it as per the application requirement. Changing the Application Icon In Android Studio: Step 1- Open your application in Android Studio. Step 2- Further follow the path to reach the desired folder to add icon (app -> res-> mipmap). … Continue reading How To Change Icon Of Your Android App In Android Studio

How To Add Image To Drawable Folder In Android Studio

Images are used in android application to add-on more user friendly behavior & functionality. A image can be added in drawable folder with multiple methods being explained step by step.   Adding Image To Drawable Folder In Android Studio Easier steps are to followed up for adding a image in drawable folder. Step 1- In … Continue reading How To Add Image To Drawable Folder In Android Studio

How to Download A New API For SDK In Android Studio

When developing an application we require a min sdk version or API level for Android app development. Some cases the earlier app which you have developed was in older version and your current Android Studio sdk does not have that version and you are looking to get that version in your android studio then follow … Continue reading How to Download A New API For SDK In Android Studio

How to Update Android Studio Manually

Once you have successfully installed and configured your Android studio then android studio automatically keeps you informed about update. Whenever you open up your Android Studio, it pops up and message alert on the right top corner of screen to get the updated version of android studio. You can choose that option to update android … Continue reading How to Update Android Studio Manually