59 reputation
4
bio website
location
age
visits member for 1 year, 6 months
seen Sep 30 '12 at 18:30
stats profile views 20

Sep
29
revised Populate a value from another form based on a previous field
added 3 characters in body
Sep
29
asked Populate a value from another form based on a previous field
Nov
30
asked A UI component becomes null in the handler of the UI thread
Nov
29
comment Embedding a static map and adding overlay items in android
I understand that no body would provide me with code so complex but I was really looking for pointers. I did wasn't sure where to start. I built my own map of an indoor location and would like to embed it in my application. Graeme's post was indeed useful. Thanks for sharing it.
Nov
29
asked Embedding a static map and adding overlay items in android
Nov
26
awarded  Scholar
Nov
26
accepted Simulating movement in 2D
Nov
26
awarded  Supporter
Nov
26
revised Android communication from child thread to main thread
I haved added more details to the main thread
Nov
26
comment Android communication from child thread to main thread
I initialize the mMatchesText in the main thread. Also, to make sure it is not null, I write a test string and it does appear on the screen. However, in the child thread an error occurs even when I try to update the UI with a dummy string. Besides trying the mHandler.post in the child thread, I have tried defining a handleMessage() method in the main thread that receives messages from the child and updates the UI but that too fails. It is driving me crazy! I have added some more code to above. Please please help me on this issue.
Nov
24
comment Android communication from child thread to main thread
I have added some edits above
Nov
24
revised Android communication from child thread to main thread
I added more details to the ServerConnection.java class and also showed how the TextView is initialized
Nov
24
revised Android communication from child thread to main thread
added 71 characters in body
Nov
24
asked Android communication from child thread to main thread
Nov
23
comment Can not access Facebook friends via Android application
Thank you for your response. It is fixed!
Nov
18
asked Trouble with accessing friends using Facebook-Android SDK
Nov
17
awarded  Editor
Nov
17
revised Can not access Facebook friends via Android application
deleted 1612 characters in body
Nov
16
asked Can not access Facebook friends via Android application
Nov
5
comment Simulating movement in 2D
Thanks for your response. I just want to confirm that I understand the parameter t. In the example above, t = 0 at P1 and t = 1 at P2. To generate 9 coordinates between P1 and P2, t will be 0.1, 0.2,..., 0.9. Is that right?