How to develop my first app for Mac? [closed] - ios

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
Now am working for iPhone/iPad applications. Am interesting to develop apps for Mac OS X also. I searched some tutorials for developing app for Mac in Google and i need to learn something about Mac apps. Can anyone please suggest me any tutorials, links, blocks to create a simple mac apps? Thanks in advance.

Use apple documentation for mac os library in your xcode..It is the best way to learn developing applications for mac... http://developer.apple.com/library/mac/navigation/#section=Resource%20Types&topic=Sample%20Code

Go through the tutorials at Cocoa Dev Central and you'll be up to speed in no time.

Related

Which is the best way to develop an iphone app similar to existing app? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Hi am going to develop an iphone app which is similar to the app which is already availble in appstore .I would like to know whether i can start the app from scratch or i can customize the code of existing app.I need to know the best way for creating this type of app. Please give me some suggestions.
You have to start from scratch unless the developer of the other app shares the source code with you. You cant just pick an app from app store and edit it.

Its fine programing for ios4? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
i have a question about a very hard development thing: its okay choose ios4 sdk for startig a project with all the cool things in ios5? And with new iPad in the market?
Thanks
You can use iOS 4 SDK to build apps, if you like. However, those apps won't be able to use any of the new features in iOS 5.
It's better to use the latest version of the development tools, you can always set the target build to a lower OS version if you like.

Need help in Developing Blackberry Appln in Mac OS X [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I'm an iPhone / iPad developer.
Wanting to explore in the Blackberry development.
Can someone please guide me through the initial phase.
I use a Mac. Will that be an issue for Blackberry development. Never used Eclipse. Thus such a doubt.
Cheers,
Roshit
Check this link for the enviroment:
http://us.blackberry.com/developers/javaappdev/macosx.jsp
You can add an emulator using wine Here's an example:
http://azizuysal.com/2009/07/06/blackberry-development-on-mac-os-x/
Finally, regarding programing. Well you need to know java and read some documentation like this
http://docs.blackberry.com/en/developers/deliverables/29251/index.jsp?name=UI+and+Navigation+-+Development+Guide+-+BlackBerry+Java+SDK7.0+Beta&language=English&userType=21&category=Java+Development+Guides+and+API+Reference&subCategory=

Integrate twitter in a BlackBerry application [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I want to integrate Twitter in my BlackBerry application.
Is there an api or documentation?
Take a look at the jibjib library - based on J2ME it should work on BlackBerry.
same problem that libraries gives a "tunnel failed" exception when you are using the BIS network...
I achieve the Blackberry-twitter implementation based on this post
http://supportforums.blackberry.com/t5/Java-Development/Twitter-Implementation-in-Blackberry/td-p/548578
Hello follow this: Integrating twitter in a blackberry application work flawlessly for me. It provides the basic needed functionalities like tweet, follow, unfollow...
Hope this helps..
Cheers!

Application for BlackBerry beginners [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Which kind of application would anyone suggest to start working on/developing for a novice BlackBerry who has hardly spent 4-5 days checking out the API's and the simulator.
If you want to write some simple application, you may port small open source game from J2ME. You will not have to think about business logic and resources.
My first BlackBerry application was plain puzzle.
There are several articles about writing fully functional applications:
Creating a Blackberry Game by Toni Westbrook
Thinking BlackBerry - GPS application
CodeProject - End-to-End Real World BlackBerry Application By MiamiCoder
Also I recommend the complete BlackBerry Java Development Environment Labs.
http://supportforums.blackberry.com/t5/Java-Development/Useful-links-for-novice-and-experienced-programmers/td-p/116924
Hello world might be a nice start.
My first BlackBerry Java Application.
A Stack Overflow application! ;^)

Resources