Android Studio Guide


List of article on

How To Add/Create Local HTML File 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

How To Create Raw Folder 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

How To Add/Create Assets Folder In Android Studio For HTML Files

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

How To Install Genymotion Emulator and Add It’s Plugin To Android Studio

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

How To Import Or Add External JAR Files In Android Studio

Basically, JAR is a Java Archives Package file, which comprises several Java files to achieve a specific task. The meta data and Resources(text,images etc.) are also comprised with in a file to distribute it as Library files. All JAR files are archived file which are built on Zip format. JAR files have the .JAR extension. … Continue reading How To Import Or Add External JAR Files In Android Studio