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
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
Premium Project Source Code: