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...
Home › All posts
"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...
Save data into file
To save data into file in an android application, you have to follow the steps given bellow. 1. Create an object of the FileOutputStream ...
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/...
SpinnerView
August 28, 2013
Watch this on YouTube activity_main.xml 1: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 2: x...
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: ...
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...
Subscribe to:
Posts (Atom)