How to get Login Activity only once when i runned for first time and next time differnt activities should come
问题 When i run application,Login Activity should come only once for first time and next time ,when i open two different Activities should come based on button click in Login Activity. In login activity i kept two radio buttons if i enable first radio button next time when i opened it should show main2 layout and if i enabled second radio button it should show main3 layout. public class Demo1 extends Activity { Button b1,b2; int count=0; public void onCreate(Bundle savedInstanceState) { super