[android-developers] need help in ListActivity

2011-06-10 Thread tekinoypi
I copied and paste the ListViewDemo codes from the book Beginning Android 2, page 61. There are no errors in Eclipse, BUT when it is executed in Android 2.1 Android 2.2 emulators the application displays a pop-up for a problem or crashes instantly. I am a beginner in Android Development, any

Re: [android-developers] need help in ListActivity

2011-06-10 Thread νιנαソkum
Hi Man, Create new workspace ..copy paste the code then run and check it. On Fri, Jun 10, 2011 at 3:57 PM, tekinoypi akoto1...@gmail.com wrote: I copied and paste the ListViewDemo codes from the book Beginning Android 2, page 61. There are no errors in Eclipse, BUT when it is executed in

Re: [android-developers] need help in ListActivity

2011-06-10 Thread TreKing
On Fri, Jun 10, 2011 at 5:27 AM, tekinoypi akoto1...@gmail.com wrote: There are no errors in Eclipse, BUT when it is executed in Android 2.1 Android 2.2 emulators the application displays a pop-up for a problem or crashes instantly. Read the section in the documentation on debugging. Then

[android-developers] Need help in ListActivity inside TabActivity

2011-06-01 Thread Raza Rahil Hussain
I'm trying to embed listactivity inside Tab. but when i run the application. It stop working and force me to close the app. Take a look to program in below link. http://dl.dropbox.com/u/16910648/RazzilCity.zip -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Need help in ListActivity inside TabActivity

2011-06-01 Thread TreKing
On Mon, May 30, 2011 at 5:17 AM, Raza Rahil Hussain razara...@gmail.comwrote: It stop working and force me to close the app. Try debugging your app. - TreKing