RSS

Ad Test post

 
Leave a comment

Posted by on August 12, 2013 in Uncategorized

 

iYellowPage ( Nepali Business Directory)

https://itunes.apple.com/us/app/iyellowpage/id647696921?ls=1&mt=8

screen568x568

 
Leave a comment

Posted by on May 20, 2013 in Uncategorized

 
Image

iConversation


https://itunes.apple.com/us/app/iconversation/id612243096?ls=1&mt=8

iConversation


https://itunes.apple.com/us/app/iconversation/id612243096?ls=1&mt=8

 
Leave a comment

Posted by on March 14, 2013 in iConversation

 

Tags: , , , , , ,

Link


https://itunes.apple.com/us/app/iconversation/id612243096?ls=1&mt=8

iConversation

Learn Nepali Conversation. The app contains English sentences which has been translated to Nepali with pronunciation support along with some tips.

mzl.kjnyttnz.320x480-75

mzl.tostxrtv.320x480-75mzl.pewfbxkw.320x480-75

 
Leave a comment

Posted by on March 14, 2013 in Uncategorized

 

iVarnamala launched

We are finally back with iVarnamala.
https://itunes.apple.com/tr/app/ivarnamala/id591644982?mt=8&ign-mpt=uo%3D2

mzl.afcvxtfo.320x480-75

mzl.czppjyvy.320x480-75

mzl.hqbndocq.320x480-75

 
Leave a comment

Posted by on January 17, 2013 in Uncategorized

 

Tags: , , , ,

SMS Hindi

SMS Hindi is now available on App store. We hope that you would enjoy the app and provide us with any feedback or comments that you may have.

SMS Hindi can be downloaded from
http://itunes.apple.com/us/app/sms-hindi/id478296007?mt=8

 
Leave a comment

Posted by on November 16, 2011 in SMS Hindi

 

Tags: , , , , , , , ,

SMS Nepali

SMS Nepali

SMS Nepali is now available on App store. We hope that you would enjoy the app and provide us with any feedback or comments that you may have.

SMS Nepali can be downloaded from
http://itunes.apple.com/us/app/sms-nepali/id463110482?mt=8

 
1 Comment

Posted by on November 5, 2011 in Uncategorized

 

Tags: , , , , , , , ,

XCode – Making objects move

Tutorial 1:

Making objects move.

Once we have the Xcode setup there are three things we need to consider to make the objects move.

  1.  –ViewController.h
  2.  –ViewController.m
  3. –ViewController.xib


Code for --ViewController.h

@interface GeekyLemonOneViewController : UIViewController {
IBOutlet UIImageView *image;
NSTimer *moveObjectTimer;
}

Code for –ViewController.m

-(void) viewDidLoad{
moveObjectTimer = [NSTimer scheduledTimerWithTimeInterval:0.1 target:self selector:@selector(moveObject) userInfo:nil repeats:YES];
}

-(void) moveObject{
image.center = CGPointMake(image.center.x, image.center.y +5);
}

Lastly, place your image on .xib and attach it to the FileOwner.

Regards,
Deeper-programming

 
Leave a comment

Posted by on June 3, 2011 in Uncategorized

 

Baghchal available on App store

Baghchal is now available on App store. We hope that you would enjoy the game and provide us with any feedback or comments that you may have.

http://itunes.apple.com/us/app/baghchal/id439564667?mt=8

Have fun playing the game!!

Regards,
Deeper-programming

 
Leave a comment

Posted by on May 28, 2011 in Baghchal

 

Tags: , , , , , , , , ,

Baghchal submitted for approval

We have submitted Baghchal to Apple for approval. If everything goes well we will be able to play Baghchal soon. Fingers crossed.

http://itunes.apple.com/us/app/baghchal/id439564667?mt=8

Regards,
Deeper-programming

 
Leave a comment

Posted by on May 22, 2011 in Baghchal