Devs Post By Jubayer
"don't limit yourself...."
Pages
Home
ANDROID/iPHONE PROJECTS
RUNNING CODE
TRAINING PROGRAM
ACHIEVEMENT
PROJECTS
Popular Posts
Send Auto Notification Using Windows service (asp.net)
-Open visual studio. - Go to file->new->project -Select windows service -right click on Service1.cs sele...
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...
Using Anonymous Method in C#
Implementing an Anonymous Method: -Open windows form application public Form1() { InitializeComponen...
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