23 reputation
5
bio website
location
age
visits member for 8 months
seen Dec 31 '12 at 6:26
stats profile views 4

Dec
29
revised Android Billing Service Crashing App - java.lang.NullPointerException in com.xyz.xyz.BillingService.<init>
added 418 characters in body
Dec
29
comment Android Billing Service Crashing App - java.lang.NullPointerException in com.xyz.xyz.BillingService.<init>
Sorry I should have noted that. Line 165 starts an if check. if (startIntentSender == null) { try { startIntentSender = activity.getClass().getMethod("startIntentSender", START_INTENT_SENDER_SIG); } catch (SecurityException e) { startIntentSender = null; } catch (NoSuchMethodException e) { startIntentSender = null; } }
Dec
29
asked Android Billing Service Crashing App - java.lang.NullPointerException in com.xyz.xyz.BillingService.<init>
Sep
28
awarded  Supporter
Sep
28
comment Objective-C Dropbox SDK File Download - Listen for Download Complete
It worked... I can't thank you enough for this. I'm very new to Objective C :~o
Sep
28
accepted Objective-C Dropbox SDK File Download - Listen for Download Complete
Sep
28
comment Objective-C Dropbox SDK File Download - Listen for Download Complete
Thank you so much for this, trying it now.
Sep
28
asked Objective-C Dropbox SDK File Download - Listen for Download Complete
Sep
23
awarded  Teacher
Sep
23
awarded  Scholar
Sep
23
accepted jQuery Mobile selectmenu focus and blur event won't fire
Sep
21
answered jQuery Mobile selectmenu focus and blur event won't fire
Sep
21
awarded  Student
Sep
21
comment jQuery Mobile selectmenu focus and blur event won't fire
I gotta wait 5 more hours to self-answer because I have less than 10 reputation. I'll post it up here tomorrow. Thank you again.
Sep
21
comment jQuery Mobile selectmenu focus and blur event won't fire
Thank you so much for your help. Once again though, only the change event wanted to fire. I figured out a solution though, I'm going to post what worked for me.
Sep
21
comment jQuery Mobile selectmenu focus and blur event won't fire
Yes, the change event fires.
Sep
21
awarded  Editor
Sep
21
revised jQuery Mobile selectmenu focus and blur event won't fire
edited body
Sep
21
comment jQuery Mobile selectmenu focus and blur event won't fire
Thank you for your suggestion. Unfortunately the blur event won't fire. I need to somehow know when the android keyboard is present and this is possible by the focus and blur event handlers on form elements.
Sep
21
asked jQuery Mobile selectmenu focus and blur event won't fire