Devs Post By Jubayer
"don't limit yourself...."
Pages
Home
ANDROID/iPHONE PROJECTS
RUNNING CODE
TRAINING PROGRAM
ACHIEVEMENT
PROJECTS
Popular Posts
Show Data In Table View Using Plist
I show how to use arrays to show data. Today i have use plist to show the data.plist means property l...
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...
Get output in JSON format(PHP)
-- -- Table structure for table `test_table` -- CREATE TABLE IF NOT EXISTS `test_table` ( `id` int(11) NOT NULL AUTO_INCREMENT, `t...
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