Devs Post By Jubayer
"don't limit yourself...."
Pages
Home
ANDROID/iPHONE PROJECTS
RUNNING CODE
TRAINING PROGRAM
ACHIEVEMENT
PROJECTS
Popular Posts
Using Custom Dialog(ANdroid)
Java Code: private void hintMethod(){ final Dialog dialog = new Dialog(GMTActivity.this); dialog.setContentView(R.layout.t...
Image pyramid
pyramid, or pyramid representation, is a type of multi-scale signal representation in which a signal or image is subject to repeated smoot...
End of the year with new Things (its Android !!! )
-Create a new android project. named it to Android_project -open main.xml file -take a button from the palette.you can change its proper...
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