Yeah...it works..
Thanks
On Jul 22, 5:55 pm, Mark Murphy wrote:
> Mapara,Harshit Nitinkumar wrote:
> > while app is running and user presses "home" button, what happens ? is
> > application killed ? all activities are destroyed?
>
> None of the above. The application is still running.
>
> http:/
Mapara,Harshit Nitinkumar wrote:
> while app is running and user presses "home" button, what happens ? is
> application killed ? all activities are destroyed?
None of the above. The application is still running.
http://developer.android.com/guide/practices/ui_guidelines/activity_task_design.html
Saving a data is not a problem...I can save it by using File input/
ouput operaions. the problem is saving a data on particular event. And
that event is Application exit.
while app is running and user presses "home" button, what happens ? is
application killed ? all activities are destroyed?
I w
It seems to me that you may be able to do what you intend to do by
using SharedPreferences
http://developer.android.com/reference/android/content/SharedPreferences.html
The only thing to note is that this class is not supported across
multiple processes.
The other advantage with using SharedPre
4 matches
Mail list logo