Devs Post By Jubayer
"don't limit yourself...."
Pages
Home
ANDROID/iPHONE PROJECTS
RUNNING CODE
TRAINING PROGRAM
ACHIEVEMENT
PROJECTS
Popular Posts
merge image(openCV) python
import numpy as np import cv2 img = cv2.imread( 'messi5.jpg' ) img2 = cv2.imread( 'opencv-logo.png' ) print (...
ASP.NET Core Data Validations with FluentValidation
FluentValidation is a .NET library used for validation in applications developed using the .NET framework. It provides a fluent interface ...
In-Memory Caching in ASP.NET Core
In ASP.NET Core, in-memory caching is a technique used to store data within the application's memory. This cached data is readil...
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