The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
171 views

App Widget Update Headaches: Failed Binder Transaction, RemoteViews, setImageURI, and orientation changes

I am having an issue with updating AppWidgets and a confluence of limitations/bugs in android is preventing me finding a workaround. My app widget is themeable so I need to be able to update the ...
2
votes
1answer
375 views

Android remote view display images from the web?

Does any know of a tutorial or something similar to help create a Remote View wigdet like this... I followed through the development guide on doing StackView widget. I did it but i dont know how to ...
1
vote
1answer
247 views

Change numColumns in GridView in Widget (RemoteViews) has no effect

I have a widget(which works) with a GridView, which shows information in 1 or more columns/rows. I want to set the number of columns programmatically, cause the users shall choose. If I set the ...
1
vote
1answer
492 views

update textView in a widget

I've read a lot of Q&As but I couldn't find my answer. May be something in my implementation is wrong. The problem is that my TextView in the widget doesn't get updated. The logic is this: ...
1
vote
1answer
547 views

RemoteViews to update own View item

In my Widget app i update the onscreen layout using a remote view, since i would also like to create a preview of that result under main configuration activity i've tried to use Remote Views also ...
0
votes
1answer
56 views

Why the layout of Android app widgets is based on RemoteViews?

As subjected. Instead of RemoteViews, why can't the layout of app widget be based on real layout? Is it because the process to update the real layout of app widget and the process in which ...
0
votes
1answer
168 views

AppWidget: Getting RemoteViews width

I have an AppWidget that has a layout that displays images and overlays text (with a TextView) over it. I have multiple image sizes that the layout take account of, making the TextView width change as ...
0
votes
1answer
248 views

Android adding dynamically View in RemoteViews show only the first view! How I can change layout_alignParentBottom from code?

How I can add dynamically a View in a Relative layout using a cicle like for? This is my code: RemoteViews remoteViews = new RemoteViews(c.getPackageName(), R.layout.layout_1); for(int i=0; ...
0
votes
1answer
345 views

Android RemoteView Alpha Issue

I would like to change the alpha programmatically value of my image view inside my remote view but it has no effect at all. how i assign it: v.setInt(vR.id.imageView, "setAlpha", alpha); how i ...
0
votes
1answer
226 views

Set position of view in RemoteView during runtime

I'm looking for a way to change the position of a view in a homescreen widget/remoteview during runtime. I also saw this topic before but the answer given there didn't help me or even work. For ...
0
votes
1answer
762 views

How to change 'android:autoStart' attribute of ViewFlipper in RemoteViews programmatically?

I am building an appWidget that has multiple views and flips the views. Basically, it's working. But I have no idea how I can stop view flipping in RemoteViews programmatically. this is xml layout ...
3
votes
0answers
175 views

How to partially update views in an app widget without rebuilding all the RemoteViews

I'm implementing an app widget and I'd like to be able to change the property of a single view in the widget layout, without rebuilding all the RemoteViews from scratch, which involves loading XML etc ...
2
votes
0answers
158 views

Disable list item in App Widget

Is it possible to have some items disabled in a list view in an app widget on the home screen? Right now I'm using a PendingIntent template for the list view and then I fill in the intents for each ...
2
votes
0answers
123 views

RemoteView and wrong layout_weight

I have a problem with layout_weight and the remoteView of my appWidget. All my toggle are like this With this xml : <?xml version="1.0" encoding="utf-8"?> <LinearLayout ...
2
votes
0answers
109 views

Android How to setWeight of a RemoteView?

I need to know the code that allow me to set the Weight of a RemoteView. I tried with this code but this doesn't work: RemoteViews remoteViews = new RemoteViews(c.getPackageName(), ...
1
vote
0answers
49 views

How can I modify a textview from a non-activity class? Android

I want to modify a TextView from an alarmmanager class's onReceive method this class does not extend activity. The alarm sends an intent that creates a notification and I want to make it so clicking ...
1
vote
0answers
80 views

Is it possible to add a RemoteViews to a LinearLayout in Activity?

I'd want to show a preview of my widget (or notification) in my Activity but I don't want to use other code. Is it possible to add a RemoteViews to a LinearLayout in Activity or trasform a ...
1
vote
0answers
414 views

onClickPendingIntent in RemoteViewsFactory

I'm developing an Android Widget for an app, and the problem is I can't set onClickPendingIntent() on a button in a RemoteViewsFactory. I explain: I created an AppWidgetProvider, which calls an ...
1
vote
0answers
159 views

Give app widget button custom colour with rounded rectangle shape

I've got an app which creates widgets where the user can set the colour of the button's background via a colour picking dialog. However, the only way I can set the button in the remote view to have ...
1
vote
0answers
88 views

selected one from a few layouts(as themes) and use in remoteview

I have a multi-layouted widget, and here a few layouts (each as theme) and I need assign selected theme (layout) with desired remoteview. As in topic, I added to manifest 2 receivers and created ...
1
vote
0answers
438 views

RemoteViews.setInt() not working on Android 2.1

I'm using the setInt() method of RemoteViews to change the alpha of my appwidget's background. The documentation tells that the method is available since API level 3, unfortunately it fails on an ...
0
votes
0answers
32 views

Where to get Outside Data from RemoteViewsService.RemoteViewsFactory

I need to populate a ListView in a Homescreen Widget. I know I use RemoteViewsService.RemoteViewsFactory as a sort of Adapter. I also know how to populate the rows in getViewAt() method to show ...
0
votes
0answers
30 views

Android notification tray does not collapse after clicking ongoing notification

When clicking an ongoing event having remoteview with various butons, the activity loads up in the backgound and the notification tray does not collapse. I am getting this problem only on ICS 4.0. ...
0
votes
0answers
49 views

Modify background drawable of remote layout in Android

I have a widget layout with a drawable background: <RelativeLayout android:id="@+id/basic_widget_layout" android:background="@drawable/basic_widget_style_2" android:clickable="true" ...
0
votes
0answers
111 views

Android - RemoteViews.setImageViewBitmap not working

I'm writing an widget which will load the image from URL and then display to an ImageView public class ChopInkService extends Service { ... ... public Bitmap getBitmapFromURL(String src) ...
0
votes
0answers
54 views

Android - Insert a RemoteView into an AlertDialog

I have a method that create a RemoteView: public static RemoteViews createRemoteView(Context context) { RemoteViews remote = new RemoteViews(context.getPackageName(), R.layout.remote_view); ...
0
votes
0answers
66 views

Set contact thumbnail to widget imageview

I was trying to set my widget's image view with contact's thumbnail. I was trying with activity's image view and I was able to get the thumbnail but when I tried to get the same with setImageViewUri ...
0
votes
0answers
82 views

Android widget doesn't respond to clicks until after RemoteView updates

I have an android app widget that gets some information from the internet when it is first launched. More precisely it launches a service that asynchronously does a network call. At the end of that ...
0
votes
0answers
111 views

How to add dynamically created view to widget?

I have a widget which shows some information downloaded from the internet. I know I can add a View to a RemoveViews by using XML layouts, but I have a difficulty doing this. Here is my code: ...
0
votes
0answers
76 views

RemoteViews is not saving correctly into bitmap

I want to draw the Notification contentview, which is a RemoteViews, into a bitmap. I'm using this code: private Bitmap getImageOfRemoteViews(RemoteViews rv) { try { View view = ...
0
votes
0answers
127 views

RemoteViews is not saving correctly to bitmap with getDrawingCache

I want to draw the Notification contentview, which is a RemoteViews, into a bitmap. I'm using this code: private Bitmap getImageOfRemoteViews(RemoteViews rv) { try { View view = ...
0
votes
0answers
45 views

Is there a way to make OnClickPendingIntent of remoteviews works in versions of Android earlier than 4.0?

I have the following problem. The notifications of my application don't work well in versions of Android earlier than 4.0 because the OnClickPendingIntent doesn't works. How I can do?
0
votes
0answers
54 views

Do RemoteViews preserve changes across updates? Strange behavior in my app

I'm implementing a widget and I've noticed a strange behavior, which it does not seem to me to be related to an implementation error.. I'll try to briefly explain what happens: 1) In the ...
0
votes
0answers
559 views

Android widget updating remoteView in service

My goal is to update a widget views (remoteviews in fact) in a service. The onStart method is called, the thread is run, but the widget (namely the progressBar view) does not get updated. It does not ...
0
votes
0answers
135 views

Animated ImageView inside RemoteView

I would like to put an icon with a simple animation inside Android notification. I tried putting an anim resource inside src attribute of an ImageView that I have put into a custom layout in the ...
0
votes
0answers
449 views

android remoteView in widget

I have write a widget which will update the content periodically and the coding is listed as follow. However, the remoteView can't display, any idea what's wrong? In additional, how to refresh the ...
0
votes
0answers
453 views

How to make a widget scrollable under Android 4.0?

I have a working pre Android 4 widget that shows a list of items. Each items has a color patch that shows one of three colors and text whose color and style are determined by attributes of the app ...