Steve's Blog
Programming Code Library
Pages
(Move to ...)
Code Library
About Me
▼
Saturday, January 19, 2013
[iOS] Save Data into SQLite
›
Save the input data into SQLite.
1 comment:
[iOS] Find data from SQLite.
›
Find data from SQLite.
[iOS] Create SQLite table
›
Create SQL table with site name, user name, and password field to save it.
Thursday, January 17, 2013
[Android] slideshow on the main page.
›
Slideshow on main page. Add all of images into drawable folder. and int imgid[]={R.drawable.s1,R.drawable.s2,R.drawable.s3,R.drawable.s...
[iOS] Calculation of the discount.
›
-(void) calculation { float priceField = [PriceDecimal.text floatValue]; float taxField = [RateDecimal.text floatValue]; f...
[iOS] Tighten Letter Spacing
›
Avoiding number is overflow the size of the label, we need to check mark on Tighten Letter Spacing.
Monday, December 31, 2012
[iOS] Jumping into iphone game development
›
If your character image is too big to catch a collision, you may need to make hidden rectangle for the jump action. When the jump action is ...
[iOS] AVAudioPlayer delay first play
›
If your application's effect sounds is played a little late than actual action, you may need to load the sound file on the viewDidLoad f...
Saturday, December 29, 2012
[iOS] Before Flipside View get input value from pop-up pane
›
Before game start, UIAlertView will pop-up to get course name, then pass the value to next page for display and start game on Flipside view....
1 comment:
Friday, December 21, 2012
[iOS] Jump Motion
›
In the CollegeSurvior, there are 5 motion captures in the jumping action. The swipe gesture recognizer will call the method to change the ac...
›
Home
View web version