Hi there,
Today I’m going to write a post about what I think on comparing between Corona SDK by anscamobile and Cocos2d framework.
As I’m planning to launch a new project that based on mobile platform primarily on Apple iOS 5, I’m considering between Corona SDK and cocos2d and I decide to avoid the native [...]
Making Money by Creating iPhone Apps part 2 – Casual Games
Here I’m writing about what’s good about the casual games and how can you make money from it.
After I’ve written the headline, I found that I denied it by myself.
Because if you want to make money, it doesn’t really matter on how you ‘create’ the iPhone app but it is how you ‘marketing’ [...]
Do You Want to Make Money from iPhone Apps?
Nowadays, you and I have to accept than Apple had changed the mobile world.
Apple now generated a new market which continually growing on mobile application which no one ever did before. Steve Jobs is a genius.
And the best thing is it generates a space for ordinary people to join and get some commissions [...]
Last evening, I’ve finished a demonstration two iPad applications to my client and the feedback is great.
I’ve did two apps using an awesome Corona SDK in 24 hours due to the reason that my client is in hurry stage, so the timeline is so short.
However, with the awesome boost on productivity provided by [...]
“The application does not have a valid signature”
Well, after I have tried building an iOS application, I got succeeded on provisioning steps, build succeeded. However, when I try to install the built App into my device, the error message shown. “The application does not have a valid signature” Actually, it is a little bug [...]
Just to let you guys know the iOS 4.3 beta 2 for all iOS devices was released today.
Also, if you are a developer, the SDK also released now.
If you are in production, you should stick with 4.2.1 first as the beta iOS didn’t allow you to build and distribute apps to AppStore.
Good [...]
As I have to research on the new project I’m getting from local clients, so, I would like to research on the current available framework which will boost up my productivity significantly.
My targeting is to find out the framework that fit for rich graphics application development which support multi platform including iOS (iPhone, iPad) [...]
Last night, it happens to me, my iPhone 4…
I have downloaded the iOS 4.3 beta from my developer subscription and restored my device and finally I got told by iTunes that it can’t activate this device because I haven’t added my UUID into my provisioning portal yet!
OMG, I actually forget it!
So, now, [...]
Just create an interface by following this code.
@interface MREntitiesConverter : NSObject {
NSMutableString* resultString;
}
@property (nonatomic, retain) NSMutableString* resultString;
- (NSString*)convertEntiesInString:(NSString*)s;
@end
@implementation MREntitiesConverter
@synthesize resultString;
- (id)init
{
if([super init]) {
//resultString = [[NSMutableString alloc] init];
}
return self;
}
- (void)parser:(NSXMLParser *)parser foundCharacters:(NSString *)s [...]
This can be done easily just like when you are working with the standard ViewController.
Here is the sample code…
UIAlertView *alert = [[UIAlertView alloc] init];
[alert setTitle:@"My Title"];
[alert setMessage:@"My message"];
[alert setDelegate:self];
[alert addButtonWithTitle:@"OK"];
[alert addButtonWithTitle:@"Cancel"];
[alert [...]
Archives
- May 2012
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- March 2011
- February 2011
- January 2011
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- January 2010
- December 2009
- October 2009
- August 2009
- July 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- June 2007
Tags
.net 2008 asp.net asp.net mvc asus eee c# corona cpa doctrine dom eee eee pc Internet Marketing ios iPad iphone iPhone development iphone sdk javascript make money netbook online marketing pagerank passion php playstation playstation 3 ps3 ranking ror ruby on rails self help Self Improvement self motivation seo sql success symfony take action the secret ultra compact laptop ultra compact notebook vb.net web development wordpress
