Hello everybody!
I am creating an application on 6 languages. I have first activity, where You can choose Your language. My question is, when I go in application second time, I want to app directly go to language which I selected first time?
Simple, on first activity there is 6 buttons (flags). When I choose one of them, I go to second activity with chosen language. When i go second time in application, i want to go directly to second activity.
croatia_flag_button_Click
StartActivity(Croatian)
Thanks everybody
I am creating an application on 6 languages. I have first activity, where You can choose Your language. My question is, when I go in application second time, I want to app directly go to language which I selected first time?
Simple, on first activity there is 6 buttons (flags). When I choose one of them, I go to second activity with chosen language. When i go second time in application, i want to go directly to second activity.
croatia_flag_button_Click
StartActivity(Croatian)
Thanks everybody