[android-developers] Ask for Help with regular expressions in Android

2009-12-23 Thread lau ka man
Hi, all. I am a beginner on developing Android's application. I have some problems about using regular expressions in Android. In my application, I had write some code for get back the source code of a html page which I had turn it in String datatype. And now I want to use regular expressions to

[android-developers] How can I select or click on an item in a ListView?

2009-11-14 Thread lau ka man
As I mentioned in the email subject, I want to select an item (e.g. Department of Human Resource Management) in my ListView. And you can see that: I had try to use setClickable(true), setChoiceMode(ListView.CHOICE_MODE_SINGLE), setFocusable(true), setFocusableInTouchMode(true), no matter I use