Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am new to android app widget development. I want create app widget for my application.

I am used this Github project in my app widget development.

https://github.com/commonsguy/cw-advandroid/tree/master/AppWidget/LoremWidget

Requirement:

1. My listview's data is dynamic means data is synchronize with my application data. if application data change then automatic widget data update/delete.

I am searching from many days but not get any solution.

If any one have solution then please help.

share|improve this question

1 Answer

@Harshid: Did you solved your problem? I have a similar issue..

share|improve this answer
ya I am searching lots of time and get this two solution. You can used either refresh button or make timer to refresh every 2(Set manually). – Harshid Jun 12 at 4:37
@Harshid I have an app that updates your nearby places as per your location. Now I want my widget to get the list of places as per my location. So do I need to implement the logic all over again in my widget service or can I reuse? Please guide. – Atihska Jun 12 at 16:34

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.