• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps App into AppWidget (need help)

abun

Lurker
Hi,
I'm new in Android. I have practice create an application that showing a listview, with a various listview item like a multiple textview and an imageview. The listview also getting data and image from the internet using thread, the app is already run in app mode, but now need to convert it to appwidget model. What should i do to convert it?
FYI, i have using a tutorial called How to: Android 'Hello Widget' link: http://nm-blog.sanid.com/wp-content/...ellowidget.pdf
Thank u very much for any help.

BR,
Abun
 
Hi,

My first advice is to read this.
Just stupid example only to show Widgets specific.

The concept is: everything useful is to be made by activities, services, receivers and so on. Widget itself can only 2 things: show some stuff to user and taken user's clicks.

Good luck!

:)
 
Hello Everyone,

I am working on andriod desktop widget like weather etc. now I need to show the small widget (child widget) on parent widget but i dont have idea about it. I mean how to call child widget from parent widget. I am stuck with this task if anyone can help me.


Thanks a ton in advanced.
 
Back
Top Bottom