Basically, API level means the Android version. This defines for which version you are targeting your application and what is going to be the minimum level of android version in your application will run. For setting Minimum level and Maximum level android studio provides two terminologies. minSdkVersion means minimum Android OS version that will support … Continue reading How To Change API SDK Level In Android Studio
In this article we will learn how to find out SDK in android studio and how to change it. If you have downloaded SDK separately and want to integrate newly updated SDK in android studio follow the below given steps: How to Locate and change SDK in Android Studio Step 1: Open your Android Studio. … Continue reading How to Locate and change SDK in Android Studio
Sometimes we need to separate our java classes according to their functionality. Keeping various java classes in different package name make the project more understandable for anyone. How to Create/Add new Package inside src folder in Android Studio The following are the steps to add new Package name inside src folder: Step 1: Open Android … Continue reading How To Create/Add New Package Inside Src Folder In Android Studio
Android support a wide range of devices and if you want to create an application in android then your application must be compatible with the different mobile devices. For supporting the different screen sizes you must have different size images which you will save in various folders. Usually Android has four folder which covers almost … Continue reading How To Create Different Folders For Adding Different Resolution Images In Android Studio
In android, every application is designed in almost both the orientations i.e Portrait and Landscape. By default Android Studio gives you the option to design your application in Portrait mode but for Landscape we need to make some extra settings or more specifically, we need to add/create a Landscape Layout folder under res folder. As … Continue reading How to Add/Create Landscape Layout in Android Studio
We usually need HTML files for displaying your content in WebView. If you want to add any website page or want to create a local webpage for your app then it could be done using HTML files. Here we will show how to create local HTML file in Android Studio. How to add local HTML … Continue reading How To Add/Create Local HTML File In Android Studio
Premium Project Source Code: