• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to approach to write such an app?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to approach to write such an app?


  • Subject: Re: How to approach to write such an app?
  • From: John Joyce <email@hidden>
  • Date: Mon, 29 Nov 2010 12:20:04 +0900

You really don't need so much. These ideas are not totally wrong, they're possible, but a bit unnecessary. (reinventing wheels)
You may want to consider starting with basic iOS app development.
Also consider that many web apps (blogs, forums, etc...) have APIs made of SOAP or REST calls.

URLs also pass data back and forth.

You should review basics of HTPP and web app development and then look at the cocoa and cocoa touch classes related to URL handling, cookies, etc...

You can make an app much like the facebook app and only store the user login data and then you have a custom local UI with buttons that interact with the site, then a view that renders content returned from the site.

Not hard, just a bit of reading.

Learn the basics first.
Cocoa is rich, and big, and most of what you need is already there. However, you cannot start Cocoa without first learning from the ground up.
Just hacking junk together will result in a crappy app.

On Nov 29, 2010, at 12:01 PM, ico wrote:

> Hi all,
> No clue for this? Probably I should rephrase my question as below:
> Suppose I have an forum powered by Discuz. I want to write an iPhone
> application which can
> access that forum, any forum operation like browsing, reply, change profile,
> make it favourite post etc can be done in that iPhone application as well.
> I just wonder how to approach that, say what documents I should read first,
> what knowledge or technology I should master to do it?
> My idea is to start with reading CFNetwork programming guide and stream
> programming guide for cocoa. I also wonder if JSON and ASIHTTPRequest(
> http://allseeing-i.com/ASIHTTPRequest/How-to-use) could help.
> Can you guys point me a right direction to approach writing this app? Any
> advice is appreciated!
>
> On Sun, Nov 28, 2010 at 2:57 PM, ico <email@hidden> wrote:
>
>> Hi All,
>>
>> Suppose I have an forum powered by Discuz. I want to write an iPhone
>> application which is like a portal can
>> access that forum, any forum operation like browsing, reply, change
>> profile, make it favourite post etc can
>> be done in that iPhone application as well.
>> I just wonder how to approach that, say what documents I should read first,
>> what knowledge or technology
>> I should master to do it?
>> My idea is to start with reading CFNetwork programming guide and stream
>> programming guide for cocoa.
>> Any advice is appreciated!
>>
>> --
>> ==========================
>> Life isn't about finding yourself.
>> Life is about creating yourself.
>>
>>
>
>
> --
> ==========================
> Life isn't about finding yourself.
> Life is about creating yourself.
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >How to approach to write such an app? (From: ico <email@hidden>)
 >Re: How to approach to write such an app? (From: ico <email@hidden>)

  • Prev by Date: Re: NSTask with unzip
  • Next by Date: Re: NSTask with unzip
  • Previous by thread: Re: How to approach to write such an app?
  • Next by thread: Re: How to approach to write such an app?
  • Index(es):
    • Date
    • Thread