I have created an android app with 5 activities .i.e 1.java,2.java,3.java,4.java,5.java. and Splash also there.
I have used intents to move from one activity to another. I have defined few operations on buttons i.e changing the background image of that button and assigning values to strings in that activities.
I used moveTaskToBack()
method on clicking back button from all my java files.
and i have kept android:launchMode="singleInstance"
in manifest file.
from 5.java I have to move to Splash page and have to restart whole app ..
when i have moved from Splash to 1.java page it is showing previously entered details ..
my problem is how to clear all the previously entered details in 1.java page,2.java page,3.java page,4,java page,5.java page.
please give answer...thank uu...