Mobile Website Development Resources [closed] - iphone

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 years ago.
Improve this question
I'm looking for some resources (online is good so I don't have to buy books, but books are ok) about mobile website development. I'm specifically targeting (in order) iPhone, Android, Blackberry. I'm proficient in HTML, and am getting into HTML5. I want to learn more about it in general, but specifically about using geolocation, detecting phone types, optimizing css, and a few other topics. Does anyone have suggestions on where to look?
Thanks!

There are a couple of good books from Apress that may be of interest:
Beginning Smartphone Web Development
Pro Smartphone Cross-Platform Development

iPhone Human Interface Guidelines for Web Applications -
http://developer.apple.com/library/safari/#documentation/internetweb/conceptual/iPhoneWebAppHIG/Introduction/Introduction.html

Related

Streaming music developer service? [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 have an idea for a small project around music discovery. I'm hoping to find a service that has access to a huge collection of music (a la Spotify, Google Play, etc) but doesn't require each user to already have access to that.
Does this sort of service/api exist somewhere? My googling didn't turn up anything.
Thanks!
There are commercial options, but for your project you might consider Radio Reddit. We have a fairly large library of music mostly fun unsigned musicians.
While we haven't officially documented the API and are still under construction, the media APIs work well and are easy to understand. You can look at your tab while browsing music on the site for an example, or email me at brad#radioreddit.com.

Looking for "portability oriented mobile application development" learning resource? [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 1 year ago.
Improve this question
G'Day Developers,
I am about to hook my self into developing application for iOS platform, However my clients have no idea how to develop on iOS but they are familiar with Android and Windows mobile platform. So they insist me to develop their application in iOS in such a way that they can follow some of the fundamental ideas and start their project for Android and Windows later on.
Long story short : Is there any set of guidelines which can help me to produce design models and codes which later can be used in other platforms(...not syntactically but semantically...)?
Thank you for any input,
Well the easiest way to do portable applications is to web applications (e.g. html5).
Then there are a number of packages on the market that allow you to access the hardware on the phone which you can use in your web application. These packages would then contain the device specific code allowing your application to stay portable.
Example of such a package is sencha but there are many more.

Mobile Application technologies information [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 years ago.
Improve this question
I am new to mobile application technologies....
We are developing applications for iPhone/android/blackberry/windows mobile.
I need any PPTs of any PDF books that explain our team about
a General mobile application architecture, trends etc..
Do any one have any reference..
Please help me!
Thanks in advance!
For android, you can refer my this answer, here you get all the STUFFs regarding Android
https://stackoverflow.com/questions/3211193/how-to-learn-developing-android-applications/3211803#3211803
And yes, you may also refer this Website lists related to Android STUFFs...
https://stackoverflow.com/questions/3405695/importantuseful-websites-for-the-android-related-stuff
The answer of this question could be very big but below are few stackoverflow questions which a developer can always refer to start development on different mobile platform.
For iPhone - https://stackoverflow.com/questions/1939/how-to-articles-for-iphone-development-objective-c/3820926#3820926
For Blackberry - Blackberry User Interface Design - Customizable UI?
For Android - https://stackoverflow.com/questions/3405695/importantuseful-websites-for-the-android-related-stuff
Programming the mobile web » from oreilly is really good book.

IPhone apps for a programmer to increase productivity [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 am looking for mobile apps that will help me be more productive and be all around more useful as a programmer. I have the Dropbox app and Awesome Note. As a programmer what apps or tools do you use on your IPhone/IPod that help you be more productive etc...?
Ideally I am looking for SRC control, SSH tools, Web development-related apps etc.
AppSales keeps track of sales data and user reviews.
iSimulate lets you send a lot of sensor and input data from your device to the simulator - so for example you can get proper iPhone GPS callbacks with your real location in the simulator instead of on the device.
There is a CodeToGo IApp built upon IdeoneAPI (a multicompiler)
which might be of your interest and possibly another two (Gusto and Textastic via ReadWriteHack).

Is there any Cocos2d based open-source iPhone game exist? [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 want to study Cocos2d, seems it's a good framework for iPhone game programming. So is there any Cocos2d based open-source iPhone game exist?
The place to ask this is on cocos2d google group.
I believe there are several games and game demos available to study. The developer is pretty active with the framework although he is currently on vacation for the holidays.
Tweejump
http://tweejump.com/
http://github.com/haqu/tweejump/tree/master
ABC123
http://kwigbo.com/wp/2009/05/02/abc123-iphone-cocos2d-game-open-source/
Here's a list of a ton of examples, all Cocos2d based:
http://www.cocos2d-iphone.org/forum/topic/24798
direct link to downloads page:
https://docs.google.com/spreadsheet/ccc?key=0Ap9yzw5RaZIZdFNoWEtvTXdfbThHM0hJUGxWUHZwSGc#gid=0
Note: Click on the "DropBox" links to get the source without having to go through lots of clicks at some other site.