[android-developers] AlertDialog and cursors

2012-03-16 Thread HeneryH
I've built an AlertDialog using a cursor to populate the list items in the dialog. All works well with creating the list. I even get the 'which' item back in the callback for the row selected. One problem remains... How do I get the text back for the item that was clicked??? I don't want to re

[android-developers] Re: want android source code

2012-03-13 Thread HeneryH
Marcin's link is it. Took me over an hour I think when I pulled it. I couldn't find any way to just browse the source. I had to pull the whole thing. On Mar 12, 12:19 pm, VICKY wrote: > hello sir/madam, >                         i need source code for predictive text input in > android .. --

[android-developers] Re: Using ViewPager with dynamic view sets

2012-02-07 Thread HeneryH
tatebn, did you ever solve this problem? I have been going crazy trying to dynamically add views to a viewpager based on database items. If I find one more sample with three statically defined views each adding a textview with the index I will go crazy! -- You received this message because y