[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] About EditText's default text

2009-06-14 Thread stonestrange
Hi,guys. I want set the default text in EditText,and when the user focus on the EditText,the default text would disappear. Who knows how to set it? And i also want to have the same effect in Spinner.That means i want to add the tip into Spinner.Is it technically feasible? Thank you all. --~--

[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

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

2009-06-06 Thread stonestrange
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 children's data from the database too.All both are comg from different tables. First,i want to konw how to get data from the cursor to String[]; Second,i

[android-developers] how to set the size of tab in tabHost?

2009-05-28 Thread stonestrange
hi,guys. Because of i add image on the tab,the tab looks small,and the string of the tab is on the image now. So,i want to make the tab looks larger,and the string of the tab could under the image. what should i do?thank you. --~--~-~--~~~---~--~~ You received this

[android-developers] How to achieve android project's Internationalization

2009-05-28 Thread stonestrange
hi,guys. I want to make my android project Internationalization,but i don't know how to achieve it. I have searched on the internet,and just know i have to make values-xx file in \res.I want to know what should i do about the code. thank you. --~--~-~--~~~---~--~~ Y

[android-developers] how to set tab in TabHost?

2009-05-22 Thread stonestrange
In my project,i use TabHost and tab. In each tab, it will show an image and the tab's name.My code is like this: Drawable dr = this.getResources().getDrawable(R.drawable.setup); th.addTab(th.newTabSpec("setup").setIndicator("SETUP", dr).setContent (R.id.setup)); Run this project,it shows like th

[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] how to make each item in ListView has different layout ?

2009-05-21 Thread stonestrange
hi, I am trying to have a list in my app. In the list,there are two columns,the first is DbAdapter.KEY_ID,and the second is DbAdapter.KEY_PROJECT. That is every item has two fields,DbAdapter.KEY_ID, DbAdapter.KEY_PROJECT. These data all come from database,and DbAdapter.KEY_ID's layout is defined i

[android-developers] do you know how to change skin in android project?

2009-05-19 Thread stonestrange
hello,boys and girls, do you have the experience of change skin in android project? if you had,please share with me,ok? thank you. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] Is there anybody using lookandfeel on android?

2009-05-19 Thread stonestrange
excuse me , i am trying to use lookandfeel on my android project,i searched on the internet and got almost nothing. if you have used lookandfeel on android,would you mind give me some effective information?like how to use?which package should be imported? thank you very much. --~--~-~--~-

[android-developers] Is there anybody using lookandfeel on android?

2009-05-19 Thread stonestrange
excuse me, i am trying to use lookandfeel in my android project. and i found almost nothing in the internet about how to use lookandfeel in android project. is there anybody using it on android? and if you used it,would you mind tell me how to use it ok? thank you. --~--~-~--~~---