Thursday, April 22, 2010

Animated and transparent GIF’s for iPhone usign cocoa

Hi All

Show the animated/gif file in using cocoa in you Iphone application
Use this code

NSURL* firstUrl = [NSURL fileURLWithPath:[[NSBundle mainBundle] pathForResource:@myfile" ofType:@"gif"]];
UIImageView * firstAnimation = [AnimatedGif getAnimationForGifAtUrl: firstUrl];

NSURL * secondUrl = [NSURL URLWithString:@url of animated image];
UIImageView * secondAnimation = [AnimatedGif getAnimationForGifAtUrl: secondUrl];

[theFirstAnimatedGif addSubview:firstAnimation];
[theSecondAnimatedGif addSubview:secondAnimation];

Use the code and give your comments


Thanks
Amit Battan

Friday, April 2, 2010

You & Me - Dots and Boxes (IPhone Application)

I have launch the next game 'You & Me - Boxes'


Its simple dot and boxes game.
You can play with your friend or device with easy and hard mode.
You can change the number of row and columns.
Just download and enjoy the game.

Free version is coming soon





Click here for our more IPhone Application



Thanks
Amit Battan

You & Me - Tic Tac Toe (Iphone/Ipad Application)

Me and Mandeep did release the you and me 'nought & cross' on the itunes stores.


Its a simple Tic-tac-toe, and alternatively called noughts and crosses, X's and O's, and many other names, is a pencil-and-paper game for two players, O and X, who take turns marking the spaces in a 3×3 grid, usually X going first. The player who succeeds in placing three respective marks in a horizontal, vertical or diagonal row wins the game.

This game has got a very simple and cool design which just remind us of the game which in our childhood we loved to play on paper.



Feature Include
  • Multiple Level
  • Sound functionality
  • 2 Player Mode
  • With Device
  • Customize game result according to level and type of game

Just enjoy the Game ..free version is coming soon

Click here for our more IPhone Application

Thanks
Amit Battan