Devs Post By Jubayer
"don't limit yourself...."
Pages
Home
ANDROID/iPHONE PROJECTS
RUNNING CODE
TRAINING PROGRAM
ACHIEVEMENT
PROJECTS
Popular Posts
Sending email from localhost with php
A lot of developers set up PHP on their local machine to test server side development. Here's a little trick how to be able to send emai...
Exceptions of Android
Exceptions that are supported by Android: 1. InflateException : This exception is thrown When an error conditions are occurred. 2. Surface....
Change Android-emulator AVD Window Size
- Go to run… (dropdown button on the normal run button) - Run Configurations - Click on the target tab - Scroll down until you see t...
Apr 22, 2012
Android Gods frown upon me!!
You can close your android app with this Code
android.os.Process.
killProcess
(android.os.Process.
myPid
());
System.
exit
(0);
But Android always discourages this. Android handles the memory and close the apps atomically if needed.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment