[android-developers] How to debug Java apps without any IDE?

2009-08-08 Thread William Zheng
Hi All, The Calendar app cannot run in my phone. I want to debug it. How to debug it without any IDE? How to set a breakpoint? The Calendar app cannot be compiled in Eclipse because a lot of classes are missing in android sdk. So I cannot use Eclipse to debug it.. The method I used befo

[android-developers] How to change a listitem in a ListActivity when it is selected?

2009-07-13 Thread William Zheng
Hi All, When a listitem in a ListActivity is selected, I want to add some ImageButtons on the listitem and want to change its height from 60px to 90px. When the listitem is unseleted, it will be restored. How should I do? --~--~-~--~~~---~--~~ You received this