Devs Post By Jubayer
"don't limit yourself...."
Pages
Home
ANDROID/iPHONE PROJECTS
RUNNING CODE
TRAINING PROGRAM
ACHIEVEMENT
PROJECTS
Popular Posts
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 ...
Using Custom Dialog(ANdroid)
Java Code: private void hintMethod(){ final Dialog dialog = new Dialog(GMTActivity.this); dialog.setContentView(R.layout.t...
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...
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