Some time ago I developed an app for a client. It's basically a simple calculator. Because they like it so much they asked me if it would be possible to create dashboard widget with the same functionality based on the iPhone app.
I have never before developed a widget, I only know that they are mostly html + css based, so this raises a few questions for me:
- Is using html + css the only way to create a widget?
- If no:
- Can XCode be used to create a widget?
- Is it possible to wrap Cocoa applications into a widget?
- If yes, are there any convenience tools to create a Cocoa-Touch-like look, feel and functionality (especially of tableviews)?
I guess the superquestion to all the above questions would be: Is there any chance I can reuse some parts of the existing iPhone project or do I need to create the widget from scratch?
Thanks alot!