[android-developers] What is "Desktop backup password" in ICS Dev menu?

2011-10-22 Thread Artem Russakovskii
What exactly is that for? Is it for snapshots that the AVD Manager creates? Is it for actually backing up your phone to your desktop? Reference: http://www.reddit.com/r/androiddev/comments/llehh/every_android_developer_should_do_this_android/ Picture: http://i.imgur.com/yN4cc.png Thank you. --

[android-developers] Re: Activities aren't getting killed by ActivityManager when app is running out of memory

2011-09-27 Thread Artem Russakovskii
Yeah, I'm sure. I even bring up the hierarchy viewer and it shows me all the activities in the stack. On Sep 26, 11:06 pm, FBondarenko wrote: > > ... I see each activity enter onStop after the new activity starts, but I > > don't see > > ActivityManager ever killing them ... > > Are you sure you

[android-developers] Re: Activities aren't getting killed by ActivityManager when app is running out of memory

2011-09-26 Thread Artem Russakovskii
Hi SOB, No, since according to the SDK docs, that function is supposed to run on general OS low memory and not on application low memory. On a real system, these will almost never coincide, unless my app happens to overflow the OS to a low memory state. http://developer.android.com/reference/andro

[android-developers] Activities aren't getting killed by ActivityManager when app is running out of memory

2011-09-26 Thread Artem Russakovskii
Hi, I've been battling this issue http://stackoverflow.com/questions/7536988/android-app-out-of-memory-issues-tried-everything-and-still-at-a-loss for the past couple of days, and at this point, either I don't understand how Android works anymore, even after reading all the docs, or I still have a

[android-developers] Re: Amazon | xxx - Business Opportunity

2010-09-25 Thread Artem Russakovskii
I didn't get an email like that - what did it say? On Sep 25, 10:19 am, mot12 wrote: > Can't say because I signed the NDA :). Looked legit to me but read the > fine print; more restrictive than Android market. > > Martin > mobitobi > Gentle Alarm, Sleep Now -- You received this message because

[android-developers] Re: layout preview doesn't work properly when using

2009-11-05 Thread Artem Russakovskii
I'm having the same issue. How can we be expected to use styles when Eclipse pushes bad practices on us? On Oct 29, 3:57 am, Stefan Klumpp wrote: > When I include

[android-developers] Re: layout preview doesn't work properly when using

2009-11-05 Thread Artem Russakovskii
I am experiencing the exact same issue. It's a bit ridiculous that the Eclipse layout plugin doesn't support styles and practically forces bad practices on us. Can anyone comment on this functionality? On Oct 29, 3:57 am, Stefan Klumpp wrote: > When I include