Related Posts :
ListView with string arrayWatch this on YouTubeMainActivity.java1: package com.listviewdemo; 2: import android.os.Bundle; … Read More...
Using SharedPreferencesWatch this on YouTubeWatch this on YouTubeactivity_main.xml1: <RelativeLayout xmlns:android="htt… Read More...
SpinnerViewWatch this on YouTubeactivity_main.xml1: <RelativeLayout xmlns:android="http://schemas.android.c… Read More...
Android ListViewWatch this on YouTube1: package com.listviewdemo; 2: import android.os.Bundle; 3: import androi… Read More...
Save data into file To save data into file in an android application, you have to follow the steps given bellow.1. Crea… Read More...