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() ...
May 6, 2012
Restart App(Android)
Intent i = getBaseContext().getPackageManager().getLaunchIntentForPackage(getBaseContext().getPackageName());
i.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
startActivity(i);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment