Re: [android-developers] layout_gravity

2010-08-30 Thread Floaters
Maybe you can try RelativeLayout... 2010/8/31 William Ferguson > OK, I'm obviously missing something fundamentally simple here. > I have a LinearLayout containing 2 buttons. > I've coloured the layout background red so I can see that it has > expanded to fill its parent. > I wanted the BooButton

Re: [android-developers] Re: On screen orientation changes activity restarted.

2010-08-16 Thread Floaters
I met the same issue did not work. 2010/8/16 pramod.deore > > Hello , Please someone tell me how to solve this issue. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to android-developer

Re: [android-developers] Many app share one Class?

2010-08-02 Thread Floaters
I think it's easy, maybe you can refre this document: http://developer.android.com/guide/topics/intents/intents-filters.html 2010/8/3 汪健飞 > I want many app share one class,for example,I have MessageVo,I want testApp > and testTwoApp share MessageVo.but I don't know TestTwoApp use MessageVo. > >

Re: [android-developers] Biggner Android Developer

2010-08-01 Thread Floaters
May be you can refer to the android document, you can found how to start step by step: http://developer.android.com/sdk/index.html 2010/8/1 Muhammad > Dear ALL, > > I have window based machine.I want to learn Android Development. > I have read tutorial. > > i have installed eclipse-jee-h

Re: [android-developers] Android visualization Algorithm

2010-07-28 Thread Floaters
The animation when system booting? I think the only way is change Android source code and make your own image 2010/7/28 mike > hi guys, > > i would like to develop a visualization Algorithm which is like Nexus > Boot animation. > how do i develop an algorithm like that?? > > regards, > HR >

Re: [android-developers] Issues in changing custom title bar

2010-07-27 Thread Floaters
I've no idea, but maybe you can: Remove/Do not show the title bar, and use a custom view to play the role of title bar *:-)* 2010/7/27 Rajesh Pelluru > Hi, > I have below requirement : > App name is App1. > Activity name is Activity1. > But I want to display tit

Re: [android-developers] Resources find rule

2010-07-27 Thread Floaters
Yes. The loading mechanism of drawable is the same as below: Whenever the application runs in a locale for which you have not provided > locale-specific text, Android will load the default strings from > res/values/strings.xml. > .. > The situation applies to all types of resources, not just s