Appwidget is a small application (for example a clock), embedded in an host (your desktop).

learn more… | top users | synonyms

0
votes
0answers
12 views

I occasionally get the wrong appWidgetId

I have created a note appwidget which allows the user to add multiple note widgets with some custom text etc. to their homescreen. But there is a bug I can't resolve. It happens when the user have ...
-3
votes
0answers
11 views

How can I make AppWidget listening SensorListener [closed]

I want to make a widget that can show information? Also, when I shake the android phone it must change information.
0
votes
0answers
58 views

Android AppWidget Battery-Status

I'm looking for make an AppWidget that check the battery status (level, charging/not charging). I wrote a lot of codelines, but, even if it work perfectly, I see that put it on the screen make the ...
0
votes
1answer
41 views

Update app widget layout dynamically

I'm working on a voip/sip based application which is capable of making calls from a dialpad widget which has the four buttons at the bottom <?xml version="1.0" encoding="utf-8"?> ...
0
votes
0answers
51 views

Android App Widget Vertical Swipe: accuweather.com

On my Samsung S3 I have the accuweather.com APP WIDGET installed: when having multiple locations, you can get to the next location with vertical swipe. It also seams that they built in a crossfade ...
7
votes
3answers
131 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[] ...
0
votes
0answers
29 views

How to refresh a lock screen appwidget when the device wakes up

When an appwidget is displayed on the Android 4.2 lock screen, how can it be refreshed with new data when the user presses the power button to wake up the device from sleep? It appears that none of ...
0
votes
0answers
54 views

Android transparent/semi transparent app widget recommendations

One of my users requested if I could improve the app widget in one of my apps. Basically to add some 'eye candy' to the app widget: semi transparent background, some nice font with a good contrast, ...
0
votes
0answers
71 views

Periodic RemoteViews setImageViewBitmap causing excessive Garbage Collects in Android AppWidget

After some work with android AppWidgets I found myself being severely limited by the fact that android does not support custom views in AppWidgets. I therefore decided to work around this issue. I ...
-1
votes
0answers
17 views

hi guys i'm trying to develop app on widgets please any helps to me?

hi guys i have problems on developing appwidgets onclicking whenever i'm clicking widget then goto next activity but i clicking on widget but not going to another page plaese suggests me. thanks..... ...
0
votes
1answer
24 views

do not call updateAppWidget at widget screen adding (at first time)

When my application starts, I call activity with listview and first item to it. my widget adds new one item to the listView in the onUpdate(): public void onUpdate(Context context, ...
0
votes
1answer
22 views

Maintaining a variable across appWidget restarts?

I have an android Activity extending AppWidgetProvider in which I'd like to keep a count of how many times onReceive() is called. The problem is, every once in a while there is an entry in Logcat ...
1
vote
1answer
50 views

Widget not updating

I'm trying to create a battery widget, but the textView that is supposed to show battery state isn't updating. It only changes if the phone is restarted. What is missing from the code? ...
0
votes
0answers
33 views

Black screen in Widget with no layout

I am new to AppWidgets and I've went through many tutorials and I got a solid background of the idea of implementing it. Now that I made everything as the tutorials said, but when I add the Widget on ...
0
votes
0answers
20 views

why other appWidget appear when my appWidget update

here i send a broadcast : Intent broadcast = new Intent(); broadcast.setAction(AppWidgetManager.ACTION_APPWIDGET_UPDATE); int[] temp=new int[1]; ...
0
votes
1answer
15 views

Get list of AppWidgetProviders in my app's package

Is there an easy way to get a list of AppWidgetProviders that are in my app's package? I want to iterate over them and inspect some data from their corresponding AppWidgetProviderInfo objects at ...
0
votes
3answers
63 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
0answers
37 views

Android, detect click on app widget

Okay, I'd like to detect when user clicks(taps) app widget on home screen. I tried using the onClick attribute, but app widget always gets into error view. Here's my AppWidgetProvider class: package ...
0
votes
0answers
23 views

Collection Widget on Android 1.6?

I want to create collection widget (developer.android.com) for android 1.6 (API level 4). I already created an app widget with just one single listView element on it's layout but I just get the ...
5
votes
3answers
192 views

Update issue of an app widget using collection

I have created an app widget using collection for my app, The widget shows date and list of item on that particular date. Everything works fine and the widget are updating as required, But sometimes ...
0
votes
1answer
40 views

how to change Android TextView Drawable in appwidget

I have an Android AppWidget which uses a Drawable on the left side of the textview. I'd like to update that Drawable with a different image at certain times but don't see a way to do that using ...
2
votes
1answer
46 views

Widgetsize for different Android versions

i developed an appwidget that can be used for different sizes. Since it is possible to resize an app on Android 4.2 i don't want to overfill the widgetlist on those devices. But for customers with an ...
1
vote
0answers
47 views

Android: App Widget during update shows strange images

Happy Easter and thank you very much in advance for your help. I have an App Widget that is updated via a Service every 1 minute. the Service takes few seconds to update the widget because it ...
0
votes
2answers
229 views

Android battery level widget

I'm working on android widget that displays the level of battery left. It seem to work on the emulator except that the emulator's battery level doesn't move, so I can't test further. On real device ...
1
vote
1answer
108 views

Programmatically show next/previous image in stack widget

I would like to enable a stack app-widget for Google TV. The problem I'm having is that I need to show next and previous views programmatically. I'm currently using a layout with a StackView and 2 ...
0
votes
0answers
13 views

how to change the ImageView position on appWidget?

i want to express the animation,point to point, such as retro game,"invader" on appWidget. but i've read "RemoteViews" is only one way to handle objects on app widget, and there is no method to ...
0
votes
1answer
41 views

Programme a Toggle button to Set Widget update time

@Override public void onClick(View arg0) { // TODO Auto-generated method stub if(Tb.isChecked()){ android.appwidget.AppWidgetManager.ACTION_APPWIDGET_UPDATE.equals("120000"); ...
0
votes
0answers
58 views

Widget Service failing to update widget after first launch

The problem I am currently experiencing is getting my widget to update properly. I believe the problem lies in the widget passing the id's back to the service for updating, but I do not know how to ...
0
votes
0answers
132 views

Android 5x5 widget on tablets and cellphones

I'm creating a strict AppWidget app and I'm having one last problem. I'm trying to create everything in just one APK, so I created the widgets in many sizes: 1x1, 2x2, 3x3, 4x4, 5x5, 1x3, and so on. ...
1
vote
1answer
104 views

App Widget won't show in app drawer, seems related to Invalid dimensions

I am getting the following error in LogCat: 03-16 23:33:47.239: E/Rosie.AppsCustomizePag_(19861): Widget WidgetSummary(TestApp/APP_WIDGET/0 x ...
1
vote
1answer
63 views

how can I know whether an android app widget is in background

I do not want to update UI of my app widget when it go to background(you can not see it), how can I know an app widget is in background?
0
votes
0answers
353 views

How to dynamically add a lock-screen widget

Google Play Music app adds a special lock-screen widget dynamically when playing music (on Jelly Bean), and removes it after exit. This widget cannot be removed manually by dragging, and when I unlock ...
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
0answers
78 views

Android AppWidgetProvider: How to Distinguish Multiple Copies of Widget?

I'm writing an Android widget to show a one-time-password (OTP) value. (This is a crypto-key based value that changes every 60 seconds, used for two-factor authentication.) I have an ...
1
vote
1answer
235 views

Android app widget size problems

I am having some issues with the getting the size of a home screen widget I am designing. I've read the sdk documentation and done a bit of searching, but I'm not really finding anything useful. ...
1
vote
3answers
90 views

Show Toast in a Widget from a Thread

I've to develop a widget (AppWidget) that contains a button. When the button is pressed an http request is done and, if the request is successful, the widget notify the fact through a Toast. Since the ...
4
votes
1answer
156 views

How Do I Properly Update AppWidget?

I'm a noob to android and I'm having issues updating an appwidget. It's a news widget that displays different text every 20 secs. I have no problem getting the text to switch & display properly ...
0
votes
1answer
71 views

Remote textview not changed by widget configration activity android

I am making a widget for notepad and I am able to grab the title of notes from the database but now the only problem is I want to change the layout of the widget i.e the text in the layout.I have a ...
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 ...
0
votes
0answers
12 views

load widget's inital layout onUpdate

i have six imageViews in a widget. all of their visibilities are set to gone in the layout xml. i want the widget to set the visibility of one of them to visible using a switch-case. it all workes ...
1
vote
1answer
254 views

Enabling/disableing receiver (CONNECTIVITY_CHANGE) causes APPWIDGET_UPDATE broadcast

I have a receiver listening for android.net.conn.CONNECTIVITY_CHANGE so that I can update my appwidget when connectivity is restored. This works fine except I am getting some strange behavior when I ...
0
votes
1answer
36 views

AppWidget custom extras

There are intent extra codes AppWidgetManager.EXTRA_CUSTOM_EXTRAS and AppWidgetManager.EXTRA_CUSTOM_INFO. What are they for? The docs state that it's "An intent extra to pass to the AppWidget picker", ...
0
votes
1answer
223 views

Handling multiple instances of appwidget

I have a configuration activity, a large widget provider and a small widget provider. From configuration activity i save some values in shared preferences. From large and small app widget providers i ...
2
votes
4answers
290 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
0answers
213 views

android appwidget listview not updating

I've written an AppWidget that displays some data in a ListView from a ContentProvider, but I have trouble having it update. When I first create the widget it gets populated correctly, but after the ...
2
votes
0answers
92 views

Appwidget Maximum Width that fits all screen sizes

I am currently developing an appwidget and unfortunately it does not fits in phone with bigger screen sizes. How can I ensure that the appwidget has full width for all types of phones? At first I ...
0
votes
0answers
66 views

Widget not responding after some time

I have an AppWidget updated by a Service. Every time I update the widget, I also attach an OnClickListener, that responds as a refresh button. The problem is, that after some time the widget doesn't ...
0
votes
0answers
35 views

opening settings page on click of appwidget provider

i want to open the settings page of gps on click of appwidget provider in case gps is not enabled. i am using following code for that : for (int widgetId : allWidgetIds) { ...
0
votes
0answers
103 views

opening gps settings page on clicking of appwidget

I want to go to the gps settings page in case gps is not enabled on click of the widget. I am using following code for that: public void showSettingsAlert() { AlertDialog.Builder alertDialog = ...
0
votes
0answers
48 views

Widget Memory Allocation / Code Cleanup

As this ( AppWidget won't work ) earlier question solved my problem, I went on to create the collection of analogClock widgets I was working on. My default choice of operation was a main.xml ...

1 2 3 4 5 9