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() ...
Jun 11, 2013
Get Screen Size and Orientation in Android
Display display = ((WindowManager)getSystemService(WINDOW_SERVICE)).getDefaultDisplay();
int width = display.getWidth();
int height = display.getHeight();
int orientation = display.getOrientation();
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment