The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
3answers
132 views

Image in Widget

I am trying to set image in image view in widget layout in onUpdate, but image is not updating @Override public void onUpdate(Context context, AppWidgetManager appWidgetManager, int[] ...
4
votes
2answers
381 views

How to change the image in app widget programmatically in android

I design an android app widget in which two ImageView i want change the image both of the the ImageView when click on the image as well as call a method. Now i use RemoteView like this RemoteViews ...
3
votes
1answer
2k views

How to change textsize in RemoteViews

Under RemoteViewsService.RemoteViewsFactory public RemoteViews getViewAt(int position) { final int itemId = (position % 2 == 0 ? R.layout.light_widget_item : ...
3
votes
1answer
975 views

Android Widgets: How to add Views to RemoteViews on runtime

I want to add text views arranged in a linear layout to my widget on runtime. I do following: LinearLayout l = new LinearLayout(context); for (int i = 0; i < 10; i++) { TextView t = new ...
3
votes
3answers
304 views

Crash setTextViewTextSize in a widget only without Jelly Bean

I am making a widget in which you can specify the text size controles.setTextViewTextSize(R.id.LblMsg, TypedValue.COMPLEX_UNIT_SP, textSize); I am working with android 4.1 ...
3
votes
3answers
920 views

Layout weight on dynamically added RemoteViews

Within my widget, i'm using the following to dynamically add items (R.layout.widget_item) to a LinearLayout defined within my main widget layout: //-- Main widget layout RemoteViews views = new ...
3
votes
1answer
569 views

Android Remote View Notifications

I have an android notification bar which uses a remote view. I have 2 buttons on there to play and pause audio and also an icon to return to the application. I want to be able to click the icon (or ...
3
votes
2answers
568 views

Passing custom parcelable object extra or in ArrayList to RemoteViewsService breaks appwidget

Basically what i want to do, is to pass a custom parcelable object via an intent, to the RemoteViewsService and thus to my RemoteViewsFactory. For some reason, this simply doesnt work :S Whenever i ...
3
votes
0answers
176 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
2answers
256 views

Convert String to Color int

String ColorString = "Color.BLUE"; int colorint = Integer.parseInt(ColorString); ... views.setTextColor(R.id.tvConfigInput, colorint); Why does this crash? in the logcat i get ...
2
votes
4answers
293 views

Retain image aspect ratio in app widget GridView

I'm working on an application that has several application widgets, and some of them are using a GridView to display their content. The content is a bunch of movie cover art images, and I'd like to ...
2
votes
1answer
33 views

Android: how to store an Object in consecutive Service calls?

Happy Easter to everybody!! Please I have the following situation: I call a Service several times, the Service performs its job and then stop himself. What I need is to store an abject between ...
2
votes
2answers
744 views

Adding TextViews to home screen widget programmatically

I want to programmatically add Text Views controls to my home screen widget. In the following example I populate Linearlayout with TextViews, but how should I use RemoteViews here? It only accepts xml ...
2
votes
1answer
700 views

How to handle widgets buttons

I'm starting with widgets and got a very nice tutorial on the internet, got the example run perfectly, but when i tried to change somethings I got stuck. The thing is: I just want to change the image ...
2
votes
1answer
172 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
0answers
159 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(), ...
2
votes
1answer
379 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
2answers
4k views

java.lang.SecurityException: Not allowed to start service Intent

hey all when installing my app to the emulator I get this: ERROR/AndroidRuntime(465): java.lang.RuntimeException: Unable to start receiver com.myPackage.Widget.MYWidget: ...
1
vote
2answers
532 views

lazyload image in appwidget

Is there a way to lazyload an image from the internet into a remoteview. remoteView.setImageViewBitmap(R.id.image, UrlUtils.loadBitmap(bitmapUrl)); I use this function but it is blocking my widget ...
1
vote
1answer
87 views

xml Shape-Gradient doesn't show on my Widget

I want to give my Widget a gradient background. For this, I used following xml for the gradient: <?xml version="1.0" encoding="utf-8"?> <shape ...
1
vote
1answer
186 views

Listeners for dynamically created items

I've home scrren widget, and I'm generating some items inside (i have a layout of this item) the widget and setting some listeners on them. It's very simple, just like this: RemoteViews currentItem1 ...
1
vote
1answer
325 views

How to set custom ListAdapter to list view in appwidget?

I have a listView. I needed a custom view for each list item, so I've created a custom ListAdapter which gives the views, layout for which is given below. But how do I set this listAdapter to the ...
1
vote
1answer
611 views

Get information from a remoteView?

I am been trying to figure out how to get information from a remoteView. There sees to be plenty of set functions but no get functions. More precisely I would like to get the size of my remote view ...
1
vote
2answers
969 views

Retrieve text from a RemoteViews Object

I need to retrieve some text from a RemoteViews object. It is possible for me to get the LayoutId, but I have no idea how to retrieve text from a TextView that is in this RemoteView (namely a ...
1
vote
0answers
51 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
1answer
250 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
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
415 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
3answers
499 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
2answers
154 views

LinearLayout Not Showing

I believe my problem stems from my use of weights and the RelativeLayout that immediately follows the LinearLayout not containing any...I can't get it to work though. Here is what I am trying to ...
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
440 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 ...
1
vote
1answer
324 views

Android-Widget : Changing ListView selector color using RemoteView

Is it possible to set the selector color of listView present on the appWidget using remoteview. Basically I wanted to change its color according to the theme selected by user, so I can't define it in ...
1
vote
1answer
548 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 ...
1
vote
1answer
597 views

RemoteView and setGravity

I've got an android widget, that displays a TextView in a FrameLayout. The TextView fills the whole parent layout. What I want to do, it be able to change at runtime where will the text will appear ...
0
votes
1answer
121 views

android update widget appearance

I want to change one of the visual elements of an android widget when the user clicks it. This is in the widget's xml <ImageView android:id="@+id/bg" ...
0
votes
3answers
2k views

Call setImageDrawable from RemoteViews

I have done this in an Activity and it works perfectly. ImageView myImage = (ImageView) findViewById(R.id.myImageView); ShapeDrawable mDrawable; mDrawable = new ShapeDrawable(new OvalShape()); ...
0
votes
2answers
803 views

How to add vertical line to RemoteView for custom Android Notifications?

I'm struggling to add a vertical line to a custom Android Notification. I've tried adding a view like this to my Relative Layout: <View android:id="@+id/line_vertical" ...
0
votes
2answers
950 views

remoteview framelayout background color

int mColor = 0xff00ff00; remoteView.setInt(R.id.framelayout1, "setBackgroundResource", android.R.color.white); how do i set the color using mColor ?
0
votes
1answer
33 views

RemoteViews now working in View class

I am making custom UI in View class and i made RemoteViews in it but it is now working View Class public class CustomeView extends View { Bitmap icon; float left=0; RemoteViews rs; ...
0
votes
3answers
65 views

setTextViewText not working in IntentService

The code here in onHandleIntent: RemoteViews views = new RemoteViews(getPackageName(), R.layout.mylayout); views.setTextViewText(R.id.txtView1, "some string"); ... Bundle bundle = intent.getExtras(); ...
0
votes
1answer
291 views

Android ListView in widget onClick not working

I'm trying to make the listrows in my ListView Widget clickable by using the setOnClickFillInIntent method but whenever I click a ListItem nothing happends. Here are some key parts of my code: Intent ...
0
votes
1answer
300 views

How to set background of ImageView in a Notification's RemoteView in Android?

I've transplant Android's Notification, How to set background of ImageView in a RemoteView of Notification, and set it to transparent? I tried remoteViews.setInt(R.id.icon, ...
0
votes
1answer
329 views

Is it possible to add onclick listeners to remoteviews in android

I have created a notification method as shown below: NotificationManager notificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); Notification notification; ...
0
votes
1answer
467 views

why can't we use webview for remote view in app widget?

Can somebody help me explain it? or figure out a way to use webview in app widget. thanks a lot.
0
votes
1answer
1k views

RemoteViews setViewVisibility on Android Widget

In my AppWidgetProvider, I do following: @Override public void onReceive(Context ctx, Intent intent) { final String action = intent.getAction(); if (action.equals(NEXTPAGE_ACTION)) { ...
0
votes
1answer
170 views

LinearLayout in App Widget

I am working with modified version of sample WeatherListWidget to get a better understanding of App Widgets. Things are fine - except when I try to replace the dark_widget_item and light_widget_item ...

1 2