Devs Post By Jubayer
"don't limit yourself...."
Pages
Home
ANDROID/iPHONE PROJECTS
RUNNING CODE
TRAINING PROGRAM
ACHIEVEMENT
PROJECTS
Popular Posts
Tracking Moving Object - Python(OpenCV)
import numpy as np import cv2 as cv cap = cv.VideoCapture( 'traffic.mp4' ) #take first frame of the video ret , frame = cap...
HASHMAP VS HASHTABLE VS HASHSET
I wanted to know the different between hashtable and hashmap. And search from Google i found another thing, that is hashset. Here is the ...
Eye Detection - Python(OpenCV)
import cv2 face_cascade = cv2.CascadeClassifier( 'haarcascade_frontalface_default.xml' ) eye_cascade = cv2.CascadeClassifie...
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