1,065 reputation
421
bio website edisonwang.com
location New York, NY
age 23
visits member for 2 years, 2 months
seen 6 hours ago
stats profile views 125

Vine, Twitter, SleepBot, Github: https://github.com/edisonw


2d
comment How to test if a fragment view is visible to the user?
This does not work as per documentation: "Set a hint to the system about whether this fragment's UI is currently visible to the user. This hint defaults to true and is persistent across fragment instance state save and restore"
May
20
comment Android to Unable to instantiate application java.lang.ClassNotFoundException:
Yea, I'm wondering about this. It seems like the crash should happen before the app have not even started yet.
May
19
comment How to get JSON object from HTTP request in Java
Do NOT do this. You will get OOM's if the request is relatively big and it will be very hard to fix.
May
5
awarded  Civic Duty
May
5
revised What is the practical effect of viewPager.setOffscreenPageLimit(3);?
added 112 characters in body
May
5
answered What is the practical effect of viewPager.setOffscreenPageLimit(3);?
Apr
29
comment DragSortListView Library and DropListener in ListFragment Class
Do you have the required jars in libs/ ?
Apr
25
comment java.lang.SecurityException request codes from
I have seen this happened to me a few times too among thousands of app sessions. Seems to happen only on 4.0.3.
Apr
23
comment Android - do Bitmaps automatically get recycled when an activity finish()?
Yes, holding the object to another variable. Actually Per @blackbelt's comment, you should recycle it.
Apr
23
comment Android - do Bitmaps automatically get recycled when an activity finish()?
Short answer: If you don't have another thread referencing it, it will be GC'ed after the UI thread gets shut down.
Apr
23
comment MediaRecorder.stop() stop failed: -1007
Have you found an answer yet alekz? :)
Apr
22
comment Converting from GLSurfaceView to TextureView (via GLTextureView)
Adding to Robin and William's answers: This method works all the cases when you want to convert a SurfaceView to TextureView.
Apr
19
comment Android Screenshot API with dialogs and toasts, who is their parent?
I don't think you can. This is the same behavior on iOS.
Apr
17
comment Playing video on TextureView
Also. you can always check netmite.com/android/mydroid/frameworks/base/core/java/android/… for how Google did the regular VideoView.
Apr
15
answered Error when launching the emulator in eclipse
Apr
15
revised Android Security Exception AddTab
deleted 2 characters in body
Apr
15
asked Android Security Exception AddTab
Apr
12
revised ANR TextureView on Galaxy S2 (GPU driver issue?)
added 33 characters in body
Apr
10
accepted ANR TextureView on Galaxy S2 (GPU driver issue?)
Apr
10
answered ANR TextureView on Galaxy S2 (GPU driver issue?)