760 reputation
529
bio website about.me/kgrover
location
age
visits member for 1 year, 11 months
seen 1 hour ago
stats profile views 162

High school developer looking to get involved in the community.


Mar
26
answered Activity not found exception: unable to find actitvity class
Mar
26
comment Android. Pager adapter and gridView. OnItemClickMetod
Too much code to parse through. What exactly is happening? What is the problem? Any logcat?
Mar
26
comment Android-Universal-Image-Loader ::: loading images from sdcard
What is the problem here?
Mar
26
answered (Beginner) How do I automatically load images off of a website into an imageview
Mar
26
comment Gridview with universal image loader images are loading slowly
Was this problem resolved?
Mar
26
answered How to use “Android-Universal-Image-Loader”
Mar
26
comment Android Design Guidelines for Lockscreen Widgets
Not as far as I see. I would follow some well designed examples, but there is no explicit definition.
Mar
25
comment Osmdroid and Pinch
Not sure if you see flickering as well.
Mar
25
comment Osmdroid and Pinch
Are you implementing it with something like this ?
Mar
25
comment Dialog from background-thread
Have you tried passing in an instance of your activity to the background thread as a parameter and then using activity.runOnUIThread(...)? It works well for me. Let me know.
Mar
25
answered How to autofocus Android camera automatically?
Mar
25
comment Parse json object in android
I recommend using GSON.
Mar
25
comment Android application not crashing when it should [ACRA]
This seems like a nice problem to have ;]
Mar
25
comment default resolution is lower than actual resolution of my device
Unfortunately, I'm not too familiar with Canvas and how that works. I would recommend asking another question. Please accept and/or upvote my answer if it helped with this question though! Sorry I couldn't help on the canvas front.
Mar
25
comment Mobile application development platform advice for a ready website
I believe that's what Youtube did. Feel free to correct me if I'm wrong.
Mar
25
comment Gridview with universal image loader images are loading slowly
A full second? It does depend on the image resolution...
Mar
25
answered default resolution is lower than actual resolution of my device
Mar
25
comment nullPointerException while getting result from Android activity
Could you try to minimize the code to what we really need and only the relevant lines? It's hard to go through this much quickly.
Mar
25
answered Android tab with gridview lags in switch
Mar
25
comment Gridview with universal image loader images are loading slowly
Could you initialize the builder and everything (all the settings) within onCreate and only do the imageView functions (the last 3 lines) within getView(...)? Try that.