Hi guys, I m developing an Android App which communicated with a server. User can select a language of his choice at startup or during the App execution lifetime.After selecting the lang, the corresponding XML file is downloaded from server according to language which will map the "Values" of Application strings accoding to that language.Can i do something like
Informacja: 2010-03-08
Inne wiadomości z dnia 2010-03-08
Did you add the new activity to your manifest?
Informacja: 2010-03-08
Dziękujemy za odwiedziny /przegladprasy
I'm trying start a new Activity from my current one. Every place I look for example code is different, but the result is the same. The code brings up the following dialog: ===== Sorry! The application MyApp (process com.example.mypackage) has stopped unexpectedly. Please try again. [Force close] =====
Informacja: 2010-03-08
Dziękujemy za odwiedziny /przegladprasy
HI better check this u will get some understanding on using intents 1. YourActivity.java 2. AnotherActiviy.java 3. add the AnotherActiviy in Android manifest file 4. write the intent code in the YourActivity.java and execute and check for refference [link]
Informacja: 2010-03-08
Dziękujemy za odwiedziny /przegladprasy