| bio | website | about.me/kgrover |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 11 months |
| seen | 43 mins ago | |
| stats | profile views | 162 |
High school developer looking to get involved in the community.
|
13h |
awarded | Notable Question |
|
May 19 |
awarded | Notable Question |
|
May 7 |
awarded | Popular Question |
|
Apr 26 |
awarded | Popular Question |
|
Apr 13 |
awarded | Tenacious |
|
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 |
accepted | Syncing Two ListViews side by side Android |
|
Apr 8 |
answered | Syncing Two ListViews side by side Android |
|
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 6 |
awarded | Popular Question |
|
Apr 3 |
answered | When does a Google Play Android subscription actually auto-renew? |
|
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 |
answered | How to get text in a selected row in ListView, if ListView got item and subitem |
|
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. |