Devs Post By Jubayer
"don't limit yourself...."
Pages
Home
ANDROID/iPHONE PROJECTS
RUNNING CODE
TRAINING PROGRAM
ACHIEVEMENT
PROJECTS
Popular Posts
Histogram - Python(OpenCV)
import numpy as np import cv2 as cv from matplotlib import pyplot as pit img = cv.imread( "lena.jpg" ) #img = np.zeros...
Lifetime of the new screen(Android)
An activity can remove itself from the history stack by calling Activity.finish() on itself, or the activity that opened the screen can cal...
Play Video -Python(Opencv)
import cv2 import numpy as np cap = cv2.VideoCapture( 'vtest.avi' ) while cap.isOpened(): ret , frame = cap.read() ...
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