Hello everybody, I want to develop an app, which displays every Contacts with their birthdays but I don´t know how to display the contacts. Is there a way to do that? Thanks in advance From Viktor
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