save static data in android September 08, 2013 android static datahow to save static data in android In some situations you need to save the data for your android application statically. Which means you need to save the data during the desig... 0
enable wifi hotspot in windows 7 September 07, 2013 To share internet connection with others through wifi hotspot follow the steps given bellow. Before proceeding make sure that 1. You are con... 0
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