[android-developers] Re: Android widget layout doesn't change after rotation

2013-05-19 Thread zhiyazw
bel-in-android > > On Monday, May 6, 2013 4:35:31 AM UTC+3, zhiyazw wrote: >> >> This is still not resolved, pls someone help. >> >> On Apr 26, 4:10 pm, zhiyazw wrote: >> > See the layout xml: >> > >> > h

[android-developers] Re: Android widget layout doesn't change after rotation

2013-05-12 Thread zhiyazw
UP!!! On Tuesday, May 7, 2013 11:20:02 AM UTC+8, zhiyazw wrote: > up! > > On Friday, April 26, 2013 10:06:14 PM UTC+8, bob wrote: > >> Maybe make the chart view wider? >> >> >> What did you set the width of the chart view to? If it is wrap_content,

[android-developers] Re: Android widget layout doesn't change after rotation

2013-05-06 Thread zhiyazw
up! On Friday, April 26, 2013 10:06:14 PM UTC+8, bob wrote: > Maybe make the chart view wider? > > > What did you set the width of the chart view to? If it is wrap_content, I > would at least try match_parent. > > > Thanks. > > > > On Friday, April 26,

[android-developers] Re: Android widget layout doesn't change after rotation

2013-05-05 Thread zhiyazw
This is still not resolved, pls someone help. On Apr 26, 4:10 pm, zhiyazw wrote: > See the layout xml: > >     http://schemas.android.com/tools"; >     android:layout_width="match_parent" >     android:layout_height="match_parent" >     android

[android-developers] Re: Android widget layout doesn't change after rotation

2013-05-02 Thread zhiyazw
who can help, please! On Apr 26, 4:10 pm, zhiyazw wrote: > See the layout xml: > >     http://schemas.android.com/tools"; >     android:layout_width="match_parent" >     android:layout_height="match_parent" >     android:orientation="vertical"

[android-developers] Re: Android widget layout doesn't change after rotation

2013-04-29 Thread zhiyazw
to? If it is wrap_content, I > would at least try match_parent. > > > Thanks. > > > > On Friday, April 26, 2013 3:10:39 AM UTC-5, zhiyazw wrote: >> >> See the layout xml: >> >> http://schemas.android.com/tools"; >&

[android-developers] Android widget layout doesn't change after rotation

2013-04-26 Thread zhiyazw
See the layout xml: http://schemas.android.com/tools"; android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" tools:context=".MainActivity" xmlns:android=" http://schemas.android.com/apk/res/android";>

[android-developers] Re: Where can I catch a point that is assured to be called when a Service is destroied

2009-12-12 Thread zhiyazw
Up. Anybody can help on this? On 12月11日, 上午11时27分, zhiyazw wrote: > Thank you, Mark. > > I read your linked topic, But AlarmManager is not suitable to me. > > My service is not started periodically, it started by broadcast, > Actually by "android.intent.action.PH

[android-developers] Re: Where can I catch a point that is assured to be called when a Service is destroied

2009-12-11 Thread zhiyazw
Who can help? On 12月11日, 上午11时27分, zhiyazw wrote: > Thank you, Mark. > > I read your linked topic, But AlarmManager is not suitable to me. > > My service is not started periodically, it started by broadcast, > Actually by "android.intent.action.PHONE_STATE". >

[android-developers] Re: Where can I catch a point that is assured to be called when a Service is destroied

2009-12-10 Thread zhiyazw
Thank you, Mark. I read your linked topic, But AlarmManager is not suitable to me. My service is not started periodically, it started by broadcast, Actually by "android.intent.action.PHONE_STATE". On each starting, the service should load a big database, this spend about serveral seconds, so I d

[android-developers] Where can I catch a point that is assured to be called when a Service is destroied

2009-12-10 Thread zhiyazw
Hello, I have a Service, it is started by StartService(...), my program never stop it. The service can be destroied in other cases, such as: Stop it in Application->Running Services run command: Kill System kill it in case of memory low Phone shut down other unlist condition... I want

[android-developers] Re: How to do some init operation immediately after install

2009-10-02 Thread zhiyazw
Anybody help? --~--~-~--~~~---~--~~ 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-d

[android-developers] How to do some init operation immediately after install

2009-09-29 Thread zhiyazw
There is a big database(15M) in my application, it is too big to download the apk if I publish the source database in myapp.apk. So I encode the db to binary files(300k). But the new problem is I should decode binary files and create the database(with data), this procedure take about several minu