Click here to Skip to main content
15,888,461 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All,
I made a web application and i want to create a mobile bookmark for multiple mobile phones (Nokia, HTC, Iphone,...) such that i install the bookmark in the mobile phone and when the user clicks it, it opens the mobile browser and connects to the internet and opens the website(like the job done by the Facebook bookmark). Any idea how could this be done?
i am a c# web developer and i am using visual studio 2008.

thanks in advance
Posted

1 solution

For the iOS (iPhone and iPad) I recommend MonoTouch[^] and the main site[^].

For Nokia, that is a tricky question, but for Symbian the best way is a MIDlet (Java)[^] it does not only target Nokia and Symbian but others mobile os that supports MEDlet.

But Nokia is moving to Windows Phone 7 from Microsoft.

For HTC (Android) you can play with MonoDroid[^].
 
Share this answer
 
v2

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