Pages
(Move to ...)
Home
Contact
About me
▼
Thursday, July 5, 2012
Android set difference color for textView
›
Android textView you can set the text Italic or Bold or set The text Color for everywhere you want. this is you string.xml <string nam...
Tuesday, July 3, 2012
Android vertical seekbar example
›
In Android there is no vertical seekbar . so we can use rotate the horizontal seekbar by 90 degrees. so this tutorial will teach you how to ...
2 comments:
Tuesday, June 26, 2012
Flipper view with Animation Example
›
This Example will show you how to use flipper view that contain a few image and allow user to navigate the image by clicking on the button ...
Media player with progress bar Example
›
This example will show you how to use the media player to play the mp3 and progress bar will load with the media duration. This is your ...
3 comments:
Tuesday, June 12, 2012
Xcode how to sort array Object
›
NSMutableArray *array = [[NSMutableArray alloc] init]; [array addObject:[[Student alloc] initWithID:1 withName:@"Chi kheang...
›
Home
View web version