| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 3 years, 4 months |
| seen | May 10 at 3:47 | |
| stats | profile views | 149 |
|
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 18 |
asked | Getting stream from Google+ SDK? |
|
Apr 16 |
answered | Google+ Platform failed to run sample android app PlusSampleActivity |
|
Apr 16 |
asked | Google+ Platform failed to run sample android app PlusSampleActivity |
|
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 5 |
asked | BitmapFactory.decodeStream(is) fails on some image in Download folder |
|
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 |
asked | How to avoid showing the title bar when phonegap app starts on Android? |
|
Apr 3 |
accepted | Android Gallery not showing images stored from app |
|
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 |
asked | java.lang.ClassCastException: android.text.SpannableStringBuilder cannot be cast to java.util.ArrayList |
|
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? |
|
Apr 2 |
asked | Android Gallery not showing images stored from app |
|
Mar 23 |
awarded | Notable Question |
|
Mar 18 |
awarded | Popular Question |
|
Feb 28 |
awarded | Popular Question |
|
Feb 27 |
accepted | SQL nested query possible? |
|
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'? |