Re: [android-developers] View Caching

2011-10-27 Thread TreKing
On Tue, Oct 25, 2011 at 4:32 AM, sourabh sahu souruit...@gmail.com wrote: How to remove cache of an app progrmatically. That depends on what you mean by cache. - TreKing

[android-developers] View Caching

2011-10-25 Thread sourabh sahu
I have an application in which when login I move to various view and after moving through I Logged out and then I use back button of a device.Now I am able to move through view,though I am logged . How to remove cache of an app progrmatically. Thanks, Sourabh -- You received this message

[android-developers] View caching?

2009-03-25 Thread gsmd
I'm developing an app that runs both on Android and JSE/Swing so there's a platform-independent part (~90% of code) that operates in terms of interfaces for UI (sqlite, xmlpullparser, etc.) with implementations being provided by a homebrew 'DependencyContainer'. At the very beginning of app