Getting started with iOS programming [closed] - ios

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I am qualified experienced software engineer. Strong background in OOP/D C++, Symbian, large multi thread multi process server applications, smart phone applications. More recently android, Java, C#, windows .net asp.net.
I am looking for 'recommendations' for a fast track entry to learning to develop in objective C and for iOS. Looking for recommended tutorials, support communities, build tools, design tools, IDEs, and release into production process.
Thank you.

http://www.amazon.com/iOS-Programming-Ranch-Edition-Guides/dp/0321942051 this is good and also the one they did on Objective C. This is a great site too http://www.raywenderlich.com/tutorials

Related

Advanced trading charts tool integration [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 days ago.
Improve this question
I'm currently working on an iOS application that requires trading chart functionality, and I'm looking for a solution that I can easily integrate into my app.
I've heard about TradingView's charting and technical analysis tools, but I'm not sure if they offer a library that I can use. Can anyone recommend a charting tool that is easy to integrate into an iOS app?
Ideally, the tool should offer real-time data streaming, support for multiple chart types, and customizable indicators and drawing tools. Any suggestions or recommendations would be greatly appreciated.
Thank you!

What would be a good approach for developing front-end for ios apps? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I'm new to ios app development. I was told to do the front-end development for an app, which has already been designed by a graphic designer. My question is that what language or tool do I need to learn or use in order to build the front-end for the app. I suppose it's a different thing than web front-end development.
Your two main choices for doing native app development for iOS are Objective-C and Swift.
Apple has made it pretty clear that Swift is the wave of the future. If you plan to develop for iOS long-term then Swift is probably the best choice.
That being said, there are enough legacy frameworks and legacy code written in Objective-C that it's a good idea to learn enough to at least read it.

Are there open source machine learning libraries that can be integrated with an iOS app (not looking for pros-cons or best/worst libraries) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I want to do some on-device analysis on data provided by Coremotion. Are there any lightweight machine learning libraries that can be integrated into iOS apps?
Microsoft open sourced theirs and it's in C++ which you may be able to get to work with that Objective-C++ compiler. Not sure though
heres some details:
http://www.wired.com/2016/01/microsoft-tries-to-one-up-google-in-the-open-source-ai-race/
heres the github:
https://github.com/Microsoft/CNTK
heres help on using the C++ in iOS:
Is it possible to program iPhone in C++

Architecture docs/diagrams of OTP? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm newbie to erlang. I'm curious about the design of Open Telecom Platform. Is there a design document of OTP itself or pictorial representation of the implementation of OTP in erlang. I tried googling and browsing official docs but all I could get was the architecture of OTP based app, but, couldn't find architectural structure of OTP itself.
Any help is appreciated.
There is thesis Making reliable distributed systems in the presence of software errors written by Joe Armstrong. The work contains fundamentals of which is OTP based on and there is also a very simplified implementation of basic OTP modules.

Cross-Promotion tools (framework or service) on iOS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
This is not really technical programing question, but I had good experience with Stack Overflow.
I have I few (around 5) iOS apps (some are games).
Now I would like to do cross promotion of my app in my other apps.
For offline solution I could write my own code for it, this is not problem for me.
But then problem is that when I have new app I need to update all my old apps.
So I am looking for some kind online solution.
Does something like this already exist ?
Like some framework with backend or some online service.
I am wiling even to use paid solutions.
Thanks
I think that might help you.
https://github.com/danielamitay/DAAppsViewController
This will list out all the application developer by the company.

Resources