Click here to Skip to main content
15,885,707 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
Hi,

I would like to take your help as I need to submit one simple mobile application either in iOS or Windows in my college assignment.
Can anyone out there help me?

Regards.
Posted
Comments

You could develop your solution as an HTML5 application. There will be some branches in your code or redundancy in your CSS to account for some differences in the web engines that are available on both platforms. But I think that will minimize the amount of work that needs to be redone by a significant factor.
 
Share this answer
 
Not from that little, no.

And probably, if that is as far as you have got, then in all probability we wouldn't if we could...it's your project, your grade, so it's your work as well...

Decide which you want to target: which best fits your experience, abilities, and skills.
Then, decide what kind of app you want to produce.
At this point you can start thinking about it and producing a draft specification.

Only then will you be in a position to even begin asking for help from anyone!
 
Share this answer
 
The previously mentioned html5 is a good idea. Besides, if you want to develop a game then you can make use of a crossplatform game library, for example libgdx[^]. You write the game once in java and then you just compile it to many platforms: windows, android, ios. (Note: with libgdx you need a mac machine to compile to ios).
 
Share this answer
 
Get the answer these questions first,

1.) What is your requirement ? i.e Nature of the application and,
2.) Which language/platform are you comfortable with ?

And then you will surely have the answer of your main problem.
Good Luck :)

-KR
 
Share this answer
 
Learn to do it yourself:
1. Windows Phone development[^]
2. Start Developing iOS Apps[^]
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900