[android-developers] Re: how to create a pop up window?

2009-06-05 Thread quanghuytruongdinh
Create a class, for example: IconfiedTextListAdapter extends BaseAdapter: @Override public View getView(int position, View convertView, ViewGroup parent) { IconfiedTextView itv; if(convertView == null){ itv = new

[android-developers] Re: how to create a pop up window?

2009-06-04 Thread automerc
Thanks for the link. I saw that the alertdialog allows us to put a list on the pop up window. I was wondering if there is a way to add images to it as well. Is it possible to associate each item on the list with a image so that when a item is selected a image associated with that item will be

[android-developers] Re: how to create a pop up window?

2009-06-02 Thread Mark Murphy
I was wondering how we would attach a pop up window to a button so that when the button is clicked the pop up window will appear showing a message and still until the user closes it. How should I go about this and what classes should I use? Also if there are any examples for this it would