I also want to know how the layout can be implemented.
Image1  <Text1>
Image2  <Text2>
Image3  <Text3>

BR,
Luke Wang

Jay London  - "I was going to buy a book on hair loss, but the pages kept
falling out."

On Mon, Nov 3, 2008 at 1:25 PM, for android <forandr...@gmail.com> wrote:

> Also i was interested in know when I expand a group ,is there any way i
> change image other than implementing the
> public void setOnGroupExpandListener(
> ExpandableListView.OnGroupExpandListener<http://code.google.com/android/reference/android/widget/ExpandableListView.OnGroupExpandListener.html>onGroupExpandListener)
>  and then chagning the image through the api reference
> u  provided.
>
> Also,can I have different images as indicators to each item of the group in
> an expandable list.Thats something like this
>
> Image1  <Text1>
> Image2  <Text2>
> Image3  <Text3>
>
>
> Thanks for your time
>
>
>
>
>
> On Mon, Nov 3, 2008 at 10:39 AM, jtaylor <jatto....@gmail.com> wrote:
>
>>
>> public void setGroupIndicator(Drawable groupIndicator)
>>
>> http://code.google.com/android/reference/android/widget/ExpandableListView.html#setGroupIndicator(android.graphics.drawable.Drawable)<http://code.google.com/android/reference/android/widget/ExpandableListView.html#setGroupIndicator%28android.graphics.drawable.Drawable%29>
>>
>>
>> - Juan T.
>>
>>
>> On Oct 29, 4:00 am, "for android" <forandr...@gmail.com> wrote:
>> > How can i create a customised Expandable list where the group identifer
>> > image is different than the already given ones in the apis..
>> >
>> > On Mon, Oct 27, 2008 at 6:46 PM, jtaylor <jatto....@gmail.com> wrote:
>> >
>> > > I'm just supposing that each class is a table. I don't know how
>> > > android.provider is set up, though I guess one can now see from the
>> > > source code.
>> >
>> > > - Juan
>> >
>> > > On Oct 27, 9:15 am, jtaylor <jatto....@gmail.com> wrote:
>> > > > That looks like two tables.
>> >
>> > > > Contacts.People
>> > > > Contacts.People.Phones
>> >
>> > > > - Juan
>> >
>> > > > On Oct 26, 12:52 pm, Anm <andrew.n.marsh...@gmail.com> wrote:
>> >
>> > > > > jtaylor,
>> > > > > Did you read the example?  It does not do a joint.  Instead it
>> uses a
>> > > > > Uri subpath notation for its child query, within the same table
>> rather
>> > > > > than joining multiple tables.  The references to "group" in the
>> code
>> > > > > are not contact group membership, but rather ExpandableList parent
>> > > > > node/"groups".
>> >
>> > > > > On Oct 25, 11:51 am, jtaylor <jatto....@gmail.com> wrote:
>> >
>> > > > > > ExpandableList2.java has the getChildrenCursor() (in the
>> > > > > > MyExpandableListAdapter inner class) which has the code for
>> obviously
>> > > > > > a contentprovider Join.
>> >
>> > >http://code.google.com/android/samples/ApiDemos/src/com/example/andro.
>> ..
>> >
>> > > > > > - Juan
>> >
>> > > > > > On Oct 25, 2:47 pm, jtaylor <jatto....@gmail.com> wrote:
>> >
>> > > > > > > ExpandableList2.
>> > >http://code.google.com/android/samples/ApiDemos/src/com/example/andro.
>> ..
>> >
>> > > > > > > - Juan
>> >
>> > > > > > > On Oct 24, 3:05 am, Anm <andrew.n.marsh...@gmail.com> wrote:
>> >
>> > > > > > > > I'm struggling to understand how to do a join, if its
>> possible,
>> > > with
>> > > > > > > > the decomposed SQL arguments of the ContentProvider APIs.
>>  Is
>> > > there an
>> > > > > > > > example out there?
>> >
>> > > > > > > > Or if not, could some code up a quick example, say joining
>> People
>> > > with
>> > > > > > > > GroupMembership?
>>
>>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to