| bio | website | reactivstudios.com |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 8 months |
| seen | yesterday | |
| stats | profile views | 80 |
|
Nov 24 |
comment |
Cursor with one phone number for each contact Thanks a bunch! This is really helpful. |
|
Nov 24 |
comment |
Cursor with one phone number for each contact Does this mean you can use other sql statements in the selection, like for example LIMIT? |
|
Nov 24 |
accepted | Cursor with one phone number for each contact |
|
Nov 24 |
comment |
Cursor with one phone number for each contact Wow, this actually worked! Thanks! So how does my whole SELECT statement look with this? I mean where does 1 come in? Also you mention that this is a hack, is this an acceptable way to use? I.e. could I suffer in the future if I need to expand the code? |
|
Nov 24 |
asked | Cursor with one phone number for each contact |
|
Nov 17 |
awarded | Commentator |
|
Nov 17 |
comment |
Populate ListView from an Arraylist<HashMap<String, String>> Thanks! I will look into this. |
|
Nov 17 |
awarded | Supporter |
|
Nov 17 |
comment |
Populate ListView from an Arraylist<HashMap<String, String>> This kind of makes sense, but I'm trying to understand the population process. How does getView() get the data for each row from my HashMap? And shouldn't I also implement newView()? Thanks for the help! |
|
Nov 17 |
asked | Populate ListView from an Arraylist<HashMap<String, String>> |
|
Nov 4 |
comment |
Loading contact photos into contact list: random contact photos appear in wrong places Found the other culprit as well - my bindView was recycling the rows so I had previously loaded photos appear in random other rows. Fixed by adding an else statement to if (photoBitmap != null). Thanks for the help! |
|
Nov 3 |
accepted | Loading contact photos into contact list: random contact photos appear in wrong places |
|
Nov 2 |
comment |
Loading contact photos into contact list: random contact photos appear in wrong places To clarify, this happens when I start scrolling the list. Could it be because of getView or newView, should I be overwriting those too or something? |
|
Nov 2 |
comment |
Loading contact photos into contact list: random contact photos appear in wrong places yes, thank you! This partially solved the problem - it now shows the correct photos next to correct contacts. But I still get random photos next to random other contacts who don't have contact photos. Any ideas? |
|
Nov 1 |
awarded | Student |
|
Nov 1 |
asked | Loading contact photos into contact list: random contact photos appear in wrong places |
|
Oct 27 |
answered | Relative layout in Scroll view is not working |
|
Oct 18 |
awarded | Scholar |
|
Oct 18 |
comment |
Filtering a cursor with WHERE conditionchangeCursor() worked, thank you very much! |
|
Oct 18 |
accepted | Filtering a cursor with WHERE condition |