[android-developers] Activty on orientation

2014-02-08 Thread Rahul Kaushik
Hi, I created dynamic controls on view ,i call the this view creation at OnCreate when i changed the orientation the activity call the OnCreate again and it consume same amount of time which which was created at very first time ,can i reduce this time on orientaion Pls Suggest Thanks RK -- You

[android-developers] Re: Google Play Services adds nearly 10,000 methods!

2014-02-08 Thread b0b
Yes, the monolithic structure of the Play Service jar sucks for the reasons you mention. However you can generate a new jar from it with jarjar, extracting only the classes you need and their dependencies. I had to do it for a project that otherwise would hit the 64K dex limit. On Friday, 7

[android-developers] Re: Activty on orientation

2014-02-08 Thread Nobu Games
By default the activity gets recreated on certain events such as orientation change. This is, as far as I know, the preferred behavior. You can handle these so-called runtime changes (such as orientation change, but there are more events that trigger activity re-creation such as changed system

Re: [android-developers] Activty on orientation

2014-02-08 Thread TreKing
On Sat, Feb 8, 2014 at 6:38 AM, Rahul Kaushik rahulkaushi...@gmail.comwrote: I created dynamic controls on view ,i call the this view creation at OnCreate when i changed the orientation the activity call the OnCreate again and it consume same amount of time which which was created at very

Re: [android-developers] Digest for android-developers@googlegroups.com - 4 Messages in 2 Topics

2014-02-08 Thread nyiswan htet
T On Feb 9, 2014 12:44 PM, android-developers@googlegroups.com wrote: Today's Topic Summary Group: http://groups.google.com/group/android-developers/topics - Activty on orientation #14415481fa63859c_group_thread_0 [3 Updates] - Google Play Services adds nearly 10,000