Devs Post By Jubayer
"don't limit yourself...."
Pages
Home
ANDROID/iPHONE PROJECTS
RUNNING CODE
TRAINING PROGRAM
ACHIEVEMENT
PROJECTS
Popular Posts
Exceptions of Android
Exceptions that are supported by Android: 1. InflateException : This exception is thrown When an error conditions are occurred. 2. Surface....
Sending email from localhost with php
A lot of developers set up PHP on their local machine to test server side development. Here's a little trick how to be able to send emai...
Python OpenCV Project: Car Number plate Detection
GIT: https://github.com/itsjubayer/PythonExerciseOpenCV.git Create a folder in the resource directory and named it ' Scanned' ...
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