[android-developers] unsubscribe

2009-10-29 Thread stonestrange stone
unsubscribe, thank you. --~--~-~--~~~---~--~~ 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] Re: database table design problem

2009-05-21 Thread stonestrange stone
There is something wrong with your database designing. And you need to add a table storing note type. 2009/5/22 Jason Proctor > > you basically have a one (note) to many (note type) relationship. > > model this with two tables -- > > create table notes (id integer primary key); > > create table

[android-developers] Re: How to deal with ExpandableList when all the data are coming from datebase?

2009-06-06 Thread stonestrange stone
hehe,thank you,Marco. i have solved this problem already. 2009/6/7 Marco Nelissen > On Sat, Jun 6, 2009 at 8:45 AM, stonestrange wrote: > >> >> I want to the effective like ExpandableList1 Activity in apidemo.But >> my data is from the database.And th groups's data from the database >> and the