980 reputation
62347
bio website
location
age
visits member for 3 years, 4 months
seen May 10 at 3:47
stats profile views 148

Apr
19
comment Getting stream from Google+ SDK?
In other words, this is the activity FROM the user, not what the user sees on his/her G+ homepage, right?
Apr
5
comment BitmapFactory.decodeStream(is) fails on some image in Download folder
Yes. The images are mostly jpg files. I used the FlushedInputStream but seems to suffer from the same issue.
Apr
3
comment How to avoid showing the title bar when phonegap app starts on Android?
It didn't work. I tried it both before and after super.onCreate() method. I also tried super.setBooleanProperty("showTitle", false); The title bar still appears for a moment before the splashscreen.
Apr
3
comment java.lang.ClassCastException: android.text.SpannableStringBuilder cannot be cast to java.util.ArrayList
Here is how I called the function. I debugged it and the code did not throw exception until the last function. window.plugins.emailComposer.showEmailComposerWithCallback(null,"Look at this photo","Take a look at <b>this<b/>:",["example@email.com", "johndoe@email.org"],[],[],true,["///mnt/sdcard/MyFolder/resized.png"]);
Apr
3
comment java.lang.ClassCastException: android.text.SpannableStringBuilder cannot be cast to java.util.ArrayList
yarian, I took the code unmodified directly from github.com/phonegap/phonegap-plugins/tree/master/Android/….
Apr
2
comment Android Gallery not showing images stored from app
Thanks xtr. I'm using phoneGap, so wondering if there exists similar methods there?
Feb
26
comment SQL nested query possible?
Thanks, sum() also seems work
Feb
26
comment SQL nested query possible?
Thanks Michael. What if the where statement has multiple conditions, like city='nyc' and gender = 'male'?
Jan
30
comment Regex options matching multi-line as well as ignoring the case
I've edited my original post. I tried both & and | neither worked.
Jan
30
comment Regex options matching multi-line as well as ignoring the case
I actually tried both & and |, neither of them works.
Jan
26
comment Accessor of array elements in C# error
Is the new feature in .net 4? Compiler is reporting error on Array:delta_theta
Jan
25
comment Accessor of array elements in C# error
What would then be the correct way to set and get the value for each individual element in delta_theta?
Oct
26
comment how to get facebook news feed on android with phonegap?
The plugin is actually javascript. However, I just don't see how to get news feed using Graph API, neither from your link.
Sep
11
comment jquerymobile image stick to bottom
That works great!!
Aug
31
comment what timestamp format is it?
why down vote??
Aug
24
comment jquerymobile datebox for label clicks
works like a magic!!!
Aug
24
comment jquerymobile datebox for label clicks
I've tried but unfortunately the <input name="focusmode2" type="hidden" /> does not work with datebox. It will still show a large input field.
Aug
23
comment jquerymobile datebox for label clicks
Thanks. That still requires an input field, right? In my example here jsfiddle.net/sonyisme/UEmh3/1 I don't want any input field. I want to be able to click the text and show the datebox.
Aug
11
comment Check radio button from pageinit does not work
It doesn't work. The page will keep loading. I just tried it.
Aug
9
comment javascript Date.parse and Date.UTC give different results
that explains it!