Would like to get some information [closed] - objective-c

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I'm an iOS Developer & New to COCOA Mac Development.
I'd like to know some essential websites and blogs (for a beginner) that can help me.
Any help will be appreciated...

This is a different approach to iOS from Code School. http://tryobjectivec.codeschool.com

Get the following books (in this order)
Cocoa Programming for Mac OS X by Hillegass Preble - Amazon link
Advanced Mac OS X Programming by Mark Dalrymple - Amazon link
Xcode 4 by Richard Wentk - Amazon link
And for online study watch this series on youtube: Cocoa Tutorials

I recommend ray wenderlich's site, it has a variety of tutorials ranging from starters to advanced
http://www.raywenderlich.com/tutorials

Related

How to install PhoneGap? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I am completely new for PhoneGap. I want to learn how to install it on my windows 8 operating system machine. I want guide to how start my work. I am curious about work with PhoneGap.
It won't be easy for people to answer your question here: it's too vague, and there's no definitive answer.
If you are new to any technology you should always start by doing your own research online, follow through any tutorials available, and then post questions on Stack Overflow as you come across specific problems or issues that we can help with.
In this instance PhoneGap has very well-written and detailed sets of documentation to help with first-time users. In particular, a detailed and easy-to-follow Getting Started guide.
There's also a vibrant and helpful community with tutorials, videos, events, blog and Google Groups.
I found all of that with one Google search. Have you tried any of that?

developing app with windows8 for tablet,mobile,desktop [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I need develop an application for windows8 mobile,tablet,desktop.As i am fresh to mobile app i dont have any idea about this.Is there anyway to develop an application like this with single code or we have to write code seperatly for all three and how to add this app to the app store. please anyone help me with this problem.
Thanks in advance
Typically, we use stackoverflow to answer specific questions about code issues you're having. Despite this, please begin at some of the great instructional videos provided on Microsoft development centers (better known as MSDN). They have quick-launch tutorials and the link.

Developing Mediaplayer for windows 8 phone [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am newbie to windows-8 phone development.
My first assignment is to develop mediaplayer for windows 8 phone.
can anyone guide me how should I proceed?
The requirement for mediaplayer is as follows.
Mediaplayer should have ability to stream the music from server.
We need to cache last played music-track by mediaplayer.
functionality like playnext,playprev,playlist etc..
Waiting for your reply.
what you have is a basic exercise in coding.
Take a nice long read through the Media Overview for Windows Phone. http://msdn.microsoft.com/en-us/library/ff402550(VS.92).aspx . You'll have to implement your cache, probably in isolated storage. The playnext, playprevious you'll have to do as well.
Work through some of the basic tutorials up at genapp in the phone section for some free training. http://bit.ly/30tolaunch .

General approach for an Mac OSX drawing app (with obj-c) [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am planning to make a simple OSX drawing/painting app in objective-c/cocoa and thinking that the best approach is to (in a nutshell) use quartz in an NSView sub-class.
Question: should I look into using OPEN GL or will Quartz do the trick? Will using OPEN GL mean a big performance advantage?
The app would be very basic and should (for example) be able to:
-paint in color
-paint with bitmap textures
-use gradient fills
-programmatic paint brushes
There's already "an app for that" - it's the Sketch example available from Apple's developer site.

objective-C basic concepts [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I have recently started developing iPhone apps without any prior theoretical knowledge about iOS or Objective-C, could someone tell where should i start reading about objective C ?
An excellent starting point is the Apple documentation. There are some good books around, too.
After grasping the language constructs, your next stop for more specific information about any iOS controls, concepts and techniques, can be the iOS Developer Library, which is full of guides, references and FAQs.
My favorite site is given below, It includes most of the tutorials and stuff. Hope that helps you. Also you can start with guide from apple
http://www.raywenderlich.com/tutorials
http://www.codeproject.com/Articles/88929/Getting-Started-with-iPhone-and-iOS-Development
I recommend the following link
http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/ObjectiveC/Introduction/introObjectiveC.html
You can also use Objective-c tutorial by lynda.com