save data to sd card in android September 07, 2013 how to write data into android sd cardsave into sd card In android you can save data by using the shared preference and files. But if the data size is much large, then using files or shared prefer... 0
"please correct the errors on this form" adsense error simple solution September 04, 2013 adsense blogger erroradsense widgets errorplease correct errors on this form error. Many of the bloggers now facing the problem with their adsense widgets. Whenever try to add the new adsense link unit using the blogger wid... 0
Save data into file September 02, 2013 android programming tutorialandroid tutorial video To save data into file in an android application, you have to follow the steps given bellow. 1. Create an object of the FileOutputStream ... 0
Using SharedPreferences August 28, 2013 Watch this on YouTube Watch this on YouTube activity_main.xml 1: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/... 0
SpinnerView August 28, 2013 Watch this on YouTube activity_main.xml 1: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 2: x... 0
ListView with string array August 20, 2013 Watch this on YouTube MainActivity.java 1: package com.listviewdemo; 2: import android.os.Bundle; 3: import android.app.Activity; 4: ... 0
Android ListView August 15, 2013 Watch this on YouTube 1: package com.listviewdemo; 2: import android.os.Bundle; 3: import android.app.Activity; 4: import android.app... 0