ots of android beginners gets this “no media found” screen message when they try to import or include images from their emulator to the android application. Just follow the below steps to make the things correct. When you see this message,No Media Found, it means you haven’t added any images to the emulator sdcard. Or you don’t have sdcard folder ... Read More »
Category Archives: Android Tutorial for Beginners
Android Load Image From Sqlite Database to Listview
n this particular article, we are going to improve the actual SimpleCursorAdapter and attempt to develop our very own CursorAdapter class, that will provide us with better overall flexibility when it comes to specifying the way the actual data is required to be displayed. The purpose of our custom class is going to be straightforward – we are going to ... Read More »
Simple Cursor Adapter And Listview
Simple Cursor Adapter And Listview here are actually a couple of key methods for retrieving data with Android, and every method has their own ListAdapters class, that will understand how to deal with as well as combine the passed-in data. The very first strategy for retrieving data is actually getting Cursor objects via generating queries. The particular ListAdapters subclass which ... Read More »
Android Google Map View Example
Android Google Map View Example Tutorial Step 1 : Obtaining Google API Key o make use of Google Map or any other Google API you need to have a Google API key. It is extremely easy to get a Google API Key. You see below I have made a Video which is made up of step-by-step procedure for obtaining the ... Read More »
Android SQLite Database Example
Android Tutorial For Beginners : Android SQLite Database Example Tutorial n many occasions you will need a way to maintain your application data, which can be later accessed or altered. In that situation you possibly can make use of SQLiteDatabase in your application. Lets check out this in this Android SQLite Database Example of Android Tutorial For Beginners Series. Google+ Read More »
VimalTuts Code Junction