Re: [android-developers] lifecycle through onConfigurationChanged()

2013-10-09 Thread Hiko
Hello, TreKing, 2013年10月9日水曜日 3時02分25秒 UTC+9 TreKing: > > > On Tue, Oct 8, 2013 at 8:04 AM, Hiko >wrote: > >> >Why "before rotating screen"? >> Because I need to store how much scrolled is the page in pixel before >> rotating to compare with before and after. >> > > Try onSaveInstanceState. > Tha

Re: [android-developers] lifecycle through onConfigurationChanged()

2013-10-09 Thread Piren
lol On Tuesday, October 8, 2013 9:02:25 PM UTC+3, TreKing wrote: > > > >> Thank you very much for your corporations. >> > > You've taken our corporations!?!?!? > > > - > TreKing

Re: [android-developers] lifecycle through onConfigurationChanged()

2013-10-08 Thread TreKing
On Tue, Oct 8, 2013 at 8:04 AM, Hiko wrote: > >Why "before rotating screen"? > Because I need to store how much scrolled is the page in pixel before > rotating to compare with before and after. > Try onSaveInstanceState. > >You should clarify what you're trying to do to get the best advice. >

Re: [android-developers] lifecycle through onConfigurationChanged()

2013-10-08 Thread Hiko
Hello, TreKing. >Why "before rotating screen"? Because I need to store how much scrolled is the page in pixel before rotating to compare with before and after. >You should clarify what you're trying to do to get the best advice. Sorry, I have to keep the secret in details because of the business

Re: [android-developers] lifecycle through onConfigurationChanged()

2013-10-07 Thread TreKing
On Mon, Oct 7, 2013 at 8:50 PM, Hiko wrote: > I want to store some value(s) before rotating screen > Why "before rotating screen"? > Could you please let me know if you know the name of method something(or > solution) > You should clarify what you're trying to do to get the best advice.

[android-developers] lifecycle through onConfigurationChanged()

2013-10-07 Thread Hiko
Hello, I want to store some value(s) before rotating screen(that means 'before calling onConfigurationChanged()'). Could you please let me know if you know the name of method something(or solution) Thank you. -- You received this message because you are subscribed to the Google Groups "Andro