[android-developers] Re: home screen widget drag or scroll

2010-12-22 Thread Veeresh Kalmath
ScrollView can be added to Widgets, for that need to do changes in the android framework. Change the annotation of the view in framework @RemoteView and build the framework and use them in widgets as in activities. By this method we can use any views supported in normal activities by changing the a

[android-developers] Widget not getting updated.

2010-12-15 Thread Veeresh Kalmath
Hi, I've created a widget and a service which supports the widget as part of same application. Inside the service I'm starting multiple threads and from the threads I'm getting the remoteviews of widget and updating widget using api updateViews.setImageViewResource(R.id.ImageViewArtistImage, R.d