I didn't know this was an either or choice. I was under the impression one could create activities and have them share the User ID and therefore the same process? Regardless, my goal here is to find simplest example (at this point in my learning), seems like the simplest thing to do is share the same
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