1,626 reputation
11635
bio website
location Vancouver, Canada
age 27
visits member for 2 years
seen 12 hours ago
stats profile views 124

I am a professional mobile software developer living in Vancouver BC. I graduated from the University of Victoria with a B Sc in Computer Science.


1d
asked How do I get all details about items on a user's Facebook wall?
May
20
awarded  Nice Answer
May
19
awarded  Popular Question
May
18
awarded  Yearling
Apr
11
answered How to determine the scroll direction of ListView
Apr
11
comment How to put GridView inside ScrollView
The problem with this approach is that you lose the performance optimizations that the grid view gives you, ie. recycling of grid items.
Mar
30
awarded  Notable Question
Mar
28
asked GridView item selector checked state not appearing
Mar
23
awarded  Famous Question
Mar
21
awarded  Notable Question
Mar
17
awarded  Notable Question
Mar
14
comment Intermittent SSL error when uploading photos using Facebook Android SDK 3.0
Have fun digging through the chains of method calls to get to the actual HTTP call. It's a bit extreme.
Mar
11
accepted Error uploading photos using Facebook SDK
Mar
11
answered Error uploading photos using Facebook SDK
Mar
11
accepted ContactsContract query column 'display_name' does not exist
Mar
11
asked GridView with multi-selection does not display selected item state (only pressed state)
Mar
7
comment Intermittent SSL error when uploading photos using Facebook Android SDK 3.0
The problem is occurring in HttpURLConnection which the Facebook SDK is using to make the POST call. My solution uses the Apache HTTP client instead which does not have this problem. I also updated my answer to add retry on error.
Mar
7
revised Intermittent SSL error when uploading photos using Facebook Android SDK 3.0
added automatic retry; added 237 characters in body
Mar
7
revised Intermittent SSL error when uploading photos using Facebook Android SDK 3.0
changed to a better answer
Mar
6
answered Intermittent SSL error when uploading photos using Facebook Android SDK 3.0