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
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
Raw folder in Android is used to keep mp3 or ogg audio files and also video files. The raw folder is created inside res folder: main/res/raw. So we will simply create it inside res folder: How To Create Raw Folder In Android Studio Step 1: There is no pre featured option in Android for adding raw folder … Continue reading How To Create Raw Folder In Android Studio
You might have noticed that unlike Eclipse ADT Android Studio doesn’t have Assets folder which we usually use to keep our web files like HTML. Assets folder is saved under main folder: main/assets: Here we will share step by step how to create Assets raw folder in Android Studio. How to add assets and raw … Continue reading How To Add/Create Assets Folder In Android Studio For HTML Files
Genymotion is an Android Emulator which is way faster then Android Studio emulator. Genyotion emulator offers a wide range of virtual devices for development, test and demonstration purpose. It has very simple user interface and you can directly use it from Android Studio by installing it’s plugin only once. How to install Genymotion emulator and … Continue reading How To Install Genymotion Emulator and Add It’s Plugin To Android Studio
Premium Project Source Code: