Yes I did look into that first. What Im trying to do is is have a List
view under the change the date snippet.

I have the date changer app working well enough. But I can't firuger
out where to start it. I tried adding

setListAdapter(new ArrayAdapter<String>(this,
                android.R.layout.simple_list_item_1, mStrings));
        getListView().setTextFilterEnabled(true);
    }

    private String[] mStrings = {
            "Abbaye de Belloc", "Abbaye du Mont des Cats", "Abertam",
"Abondance", "Ackawi",
            "Acorn", "Adelost", "Affidelice au Chablis", "Afuega'l
Pitu", "Airag", "Airedale",
            "Aisy Cendre", "Allgauer Emmentaler", "Alverca",
"A........

after the date diplay but its not working. I'm going to go home and
try it again.

On Dec 2, 4:16 am, swarup <[email protected]> wrote:
> did you check "Lists" example in API demos?
>
> http://developer.android.com/guide/samples/ApiDemos/src/com/example/a...
>
> On Dec 1, 9:27 pm, "Jerome/ Ipsl" <[email protected]> wrote:
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to