Solve Android Studio AVD issue with Ubuntu distros

Android studio AVD issue with Ubuntu is really annoying because Android Studio environment has a lot of built-in parts and one of the most useful is Android Virtual Device Emulator.   Android Studio rants unable to load driver and AVD doesn’t start Android Virtual Device Emulator helps you to test your applications in an easy way and without using a[…]

Read more

How to set up Android Studio on Fedora systems

Android Studio Development on Windows, Mac OS X and Linux Android Studio is the Official IDE for Android Development on modern personal computers. Android Studio provides the fastest tools for building apps on every type of Android device. World-class code editing, debugging, performance tooling, a flexible build system, and an instant build/deploy system all allow you to focus on building[…]

Read more

How to install Genymotion emulator on Fedora

Android Studio has amazing emulators Android Studio is the official IDE for Android app development, based on IntelliJ IDEA. On top of IntelliJ’s powerful code editor and developer tools, Android Studio offers even more features that enhance your productivity when building Android apps and works like a charm on Fedora systems. Android Studio has also amazing powerful emulators to test[…]

Read more

How to use a Random SQLite calling in Android

SQLiteDatabase is your friend On Android systems, default database is SQLite. It is a nice way to save and use data, it’s also so similar to SQL and it’s opensource. SQLite supports standard relational database features like SQL syntax, transactions and prepared statements. SQLiteDatabase Android Reference provides a huge reference to implement it in your Android application.Exposes methods to manage[…]

Read more