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

High school developer looking to get involved in the community.


Apr
11
comment How to make a quiz in android?
I agree it's not the best answer- but the question was simply asking for a good site for information. I think, in part, it was the bad quality of the question.
Apr
9
comment How to use “Android-Universal-Image-Loader”
@Joseph if this helped, please upvote/accept! Thanks.
Apr
8
comment Syncing Two ListViews side by side Android
@YekhezkelYovel if you're online in the next 15 minutes, I guess I could give you the bounty. You were rather close to what I ended up doing. I can't give it to myself. er, so post an answer maybe?
Apr
8
comment Expandable List View checkbox is checking multiple boxes
I'm sorry, I can't quite figure out the tags stuff you have set up, but I'm quite positive it has something to do with listview recycling. It's repeatedly checking the list items because it's recycling those views. For each View you inflate in getView() make sure you check/uncheck based on some array that you store.
Apr
8
comment Syncing Two ListViews side by side Android
yeah, I can't seem to get them parallel with this- it moves, but it's very inconsistent.
Apr
7
comment Syncing Two ListViews side by side Android
Unfortunately, no. Sorry
Apr
3
comment Android User Interface Like Unlock Patter Android
Glad it helped.
Apr
3
comment Should I use ActionBarSherlock for Android 4.0+ apps?
Ah, the wonders of StackOverflow- asking a question and the creator of the Project answering it himself ;-)
Apr
2
comment How to get text in a selected row in ListView, if ListView got item and subitem
@Mattia I have posted an answer, so hopefully you can accept it as correct since it solved your problem. Thanks
Apr
2
comment How to get text in a selected row in ListView, if ListView got item and subitem
The View is the listItem itself, and not the TextView. You have to call findViewById() in order to get the actual TextView. You assigned that TextView an id when you initialized the SimpleAdapter.
Apr
2
comment How to get text in a selected row in ListView, if ListView got item and subitem
did you try view.findViewById(...)?
Apr
2
comment Android heterogeneous gridview like pinterest?
I got it, thanks. This worked perfectly.
Apr
2
comment Android heterogeneous gridview like pinterest?
@MAC How can I check which ImageView was clicked with this code? I want to be able to differentiate exactly which one was clicked and move to a different Activity (like a position variable would give me in an onItemClickListener)
Apr
1
comment Syncing Two ListViews side by side Android
Also- what exactly does your code do? Does it scroll 2 lists in a parallel fashion?
Apr
1
comment Syncing Two ListViews side by side Android
I will try it. Could you give me more feedback on how to implement this in my current system? I'm having a hard time decoding what exactly is happening in your code and how I can use it to accomplish parallel lists. Thanks for the answer though, this one is a stumper.
Apr
1
comment Drag and drop items around GridLayout - Android
Accept your answer if this helped.
Apr
1
comment Android. Scrolling 2 listviews together
Hm, this doesn't seem to work at all :( They get unsynced almost immediately.
Apr
1
comment Android. Scrolling 2 listviews together
@s1ni5t3r Could you post the java code? Thanks.
Apr
1
comment Android. Scrolling 2 listviews together
I'm going to take a shot at implementing this tonight. I'll let you know if it works out. Hopefully you can help me if it doesn't? :)
Mar
31
comment Android. Scrolling 2 listviews together
@Sam This is unsyncing a lot of the time. I am using a headerview to create an offset. Could you consider helping me out?stackoverflow.com/questions/15725367/…