How to use MGTwiiterEngine in iphone view Based Application? - iphone

I required to develop a Tweeter Application for iphone. I was trying to use MGTwitterEngine in my iphone app but can’t figure out how to put it together with my iphone View-based Application. If anyone has done it and willing to share info or a demo version implementing MGtwitterEngine in their Iphone app. I would appreciate it. I have got raw MGTwitterEngine Project running on its own but want to integrate it into an IPhone View-based Application.

There is a nice step by step tutorial for Twitter integration with iPhone application. Have a look at this
http://mobile.tutsplus.com/tutorials/iphone/twitter-api-iphone/

Related

Integrate MGSplitViewController in Universal App

I'm trying to make a universal app for iPhone and iPad using MGSplitViewController.
I'm going to start with a window based template (empty) but not sure how to integrate MGSplitView. The reference project is not good for me becouse it's only for iPad.
Does anyone know where to start? Any Tutorial?
Thanks.

How To Make iPhone App Into A Web App

If I make a iPhone app, like a grade manager. What technologies are necessary to make it into a web app.
This includes reading the data from iPhone app in the web app portal (not necessarily editing from web app as of now).
I think I need to transition from using plists to using MYSQL?
Probably you need to this:
http://www.phonegap.com/
it's an Open Source Mobile Framework That Supports iOS and other platforms.
Hope it will give you a guide.
The best approach would probably be to write a web app that can communicate with the iPhone app, not "converting" the iPhone app to run on the web.

Web Development ported to iPhone

We want to make an iPhone app but we would like to be able to do web development on some sort of framework, and then use something to kind of port this into an iPhone app for us.
Is there anything out there that exists like this?
You might want to check out Phonegap.
Please see these questions:
Comparison between Corona, Phonegap, Titanium
How to integrate html5 and iphone applications?
Some discussion about general webapp verus native app issues:
iPhone apps: Webapps or native?

Phonegap with iphone

I want to know about how to phonegap communicate with server in iphone...
and how to implement phonegap o iphone..
PhoneGap basically wraps a web app and packages it for distribution as an app.
As it is basically a web app you communicate with a server the same way you would in a web app, ie. Ajax.
The best option is to create a "Hello World" app for iOS using PhoneGap - http://www.phonegap.com/start#ios-x4.
I'm writing a primer using phonegap. The JS framework i'm using is Sencha Touch and it goes great with PhoneGap. Go through the following tutorial/example:
http://www.sencha.com/learn/a-sencha-touch-mvc-application-with-phonegap/

iPhone/iPad - Facebook api for universal app

I know that facebook api works on iphone.
I want to port my iphone app which has facebook api to Universal app so that it works on iPad as well.
How can I achieve it? Is there any facebook api for universal apps or do I've to use two api's one for iphone and one for ipad. If I've to use them separately, how can I compile and build my application?
Please suggest me some way for this.
Give this a try: http://www.getsharekit.com/