How to create widgets for Android ?

You must Login before you can answer or comment on any questions.

Is any one try to create widgets in appcelarator?

1 Answer

You can't. If all you want to do is create widgets for Android, Titanium isn't the right tool for you in the first place. The same is true if you're just targeting Android. I only recommend using Titanium if you need to write a cross-platform app very quickly. Even then, a simple, informational app would probably be easier using PhoneGap, since you don't need the performance benefits of native code.

Creating widgets with the Android SDK isn't as hard as it seems at first. Here's the guide: http://developer.android.com/guide/topics/appwidgets/index.html

Your Answer

Think you can help? Login to answer this question!