Android App Widgets are custom views that can be placed on the homescreen of an Android device.
0
votes
0answers
15 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 ...
0
votes
0answers
18 views
Widget is not appearing in widget laucher section
I have created a widget from scratch, and it works, but it doesn't appear in the widget section of Android 4.0+ launchers.
What must I change to ensure the widget appears in that launcher section?
0
votes
0answers
36 views
Widget sizes - 4x2 appears 3x2 on some devices
My app is 4x2 widget with this provider
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
android:initialLayout="@layout/widget_layout"
...
0
votes
0answers
56 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
26 views
Home widget keyboard focus
i'm working on an Android (4.1, 4.2) Home Widget. I create my widget and now it's on the Home Screen. When I use Android Tablet with an external keyboard, all the shortcut icons are focusable (light ...
2
votes
0answers
16 views
Can I hide an obsolete widget class from the list of available widgets?
The current version of my app has an app widget, and in the next version I'm replacing it with different widgets. None of them will have the same name or class as the old widget. I don't want the old ...
0
votes
1answer
46 views
Text to Speech from AppWidgetProvider
Is it possible do to TTS from a Widget? The same question has been asked before, but no real answer has been given. I would like to start TTS when a Widget is pressed, and say some text. And how would ...
0
votes
0answers
58 views
How do I implement this appwidget layout correctly so that the image scales as expected on all devices?
Pretty simple App widget layout below that I am looking at as an end result that should display exactly the same way on all devices irrespective of size,density etc.
Here is what I have done.
...
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
1answer
60 views
Register content observer for appwidgets on boot
I am registering a ContentObserver when the user adds my appwidget to the home screen. The intended behavior is that changes to the underlying data in my ContentProvider will trigger my appwidget to ...
1
vote
0answers
49 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
0answers
40 views
Android widget background change on condition
Actually I'm trying to make a widget which gets tweets from twitter and displays. (using blundell's tutorial) and it works fine. but the thing is now i need to check that tweet and
according to it ...
0
votes
0answers
47 views
Android app widget issue when installing any other application on device
I have an application for which I have created a widget. I have been testing the widget for the last week, all good. Today I noticed something strange. Whenever I install a new application (via ...
0
votes
0answers
41 views
Update AppWidget from an Activity
I'm trying to update my AppWidget from my activity.
Similar to this question:
Programmatically update widget from activity?
I'm using AppWidgetManager to get the ids and send an update broadcast but ...
0
votes
0answers
83 views
Android: how can I put ads in my App widget? [closed]
I would like to put ads in my App Widget.
I have researched, but so far it seems not possible.
Please any help very much appreciated!
Thanks in advance!
1
vote
2answers
142 views
App widget inconsistent sizing between tablet and phone
I am attempting to design an app which reproduces the shortcut styles of the standard app shortcut home screen icons but as a widget. Note, this is currently just looking at the standard Android ...
-1
votes
1answer
58 views
How to make my android widget wait until i fetch content
i'm working on an android widget that fetches content from my api.
What i'm using now is a custom function that uses a callback included in onUpdate => api.getLastItems(MyCallback).
MyWidget ...
0
votes
0answers
54 views
Android home screen app widget crashing with null ACRA values, anyone seen this?
For whatever reason, my app's home screen widget crashes semi-often for my users. When they send an error report, all of the fields in the ACRA report are null.
I know it has to do with the home ...
2
votes
1answer
128 views
How does a cursor used by a RemoteViewService get deactivated
I get ACRA exception reports from some users that the cursor which supplies data to my appwidget (RemoteViewService) is deactivated/closed. It never happens to me in person, but it happens enough ...
1
vote
1answer
48 views
Android AppWidget onUpdate on boot
Does an onUpdate AppWidget called on boot?
I'm setting an alarm in the onUpdate and I wanted to know if the onUpdate will get called on boot or should I use the BOOT_COMPLETED intent.
Thanks.
1
vote
2answers
132 views
Android app widget issue on android 2.x device But works smoothly on android 4.x device?
I am trying display app widget( with configuration activity. where user can choose the category what to display on app widget). I can smoothly run the application with app widget in android 4.x ...
0
votes
0answers
23 views
Different application and appwidget theme
I have an Android application with an AppWidget.
I want the application to have a theme and the AppWidget to use a different them (specifically a one without a background to prevenet overdraw).
How ...
0
votes
0answers
28 views
How can I start my service or return to it from GPS settings window in android
I am having a problem that i am calling location settings window from a service which is updating the appwidget , and when I change the settings and go back, the service does not get start again, I am ...
1
vote
0answers
43 views
AppWidget trouble on Boot (application gets restarted in the middle of initialization)
I've got a stockmarket tracking Android application, and it comes with an AppWidget to display prices. Normally it works fine, although it seems to be having some trouble on the first load after ...
0
votes
3answers
304 views
Determine the homescreen's appwidgets space grid size
I have developed a re-sizable app-widget for tablets. The app-widget works nice on most devices with the majority of launchers, however there are some problems with the orientation especially on the ...
1
vote
1answer
48 views
android access widget list, coax/remind users to install widget
I would like users to install the widget component of my app. Currently my "mainactivity" simply pops up a textview saying that there is a widget and to see their widget list.
Unfortunately right ...
0
votes
0answers
35 views
my widget (AppWidget) crashes after a day of operation
I'm a beginner android developer. I am currently working on an application using Appwidgets to display proverbs (previously stored in a database) to the user periodically (scrolling time chosen by the ...
0
votes
0answers
45 views
How to create a paging widget
I am developing an app which supports android 2.2 and above.
I want to add a widget which shows a timetable.
For API 11 and above (android 3.0+), I used ListView collection, as described
here.
The ...
0
votes
0answers
117 views
onDisabled and onDeleted method not being called
For some reason, the onDisabled and onDeleted method of my widget is not getting called when i remove the widget from the homescreen. I don't know why.
Here's the code:
public class ...
1
vote
1answer
417 views
Android 4.2 lock screen only widget not possible. Bug?
When I define an appwidget as lock screen only (android:widgetCategory="keyguard" in the widget info xml file) it can still be selected as a home screen widget.
Runtime checks show that ...
11
votes
1answer
449 views
Widget wrong grid size
I've written a widget which is supposed to be 4x2 homescreen blocks. It's minheight and minwidth, with accordance to the current "App Widget Design Guidelines" page are
android:minWidth="250dp"
...
0
votes
0answers
77 views
getting home screen widget position..error
I am using the following code to get the position of the home screen widget when the widget is clicked
@Override
public void onReceive(Context context, Intent intent) {
// TODO ...
0
votes
1answer
145 views
Why is there a hidden appWidget on home screen?
After removing my last appWidget instance from home screen, onDisabled, onEnabled not working.
I register my widget as a broadcast receiver, there is no instance on home screen but broadcast receives ...
0
votes
1answer
245 views
Spinner position and sharedpreferences
I have an appwidget with a simple textview, which is editable as an edittextfield in a config activity, with a spinner the user can change the textsize, I need to save a spinners selection, and ...
0
votes
1answer
45 views
Detecting that my app widget's data is not up-to-date
I'm writing an Android app widget that updates every minute with the current data. To update it, I'm using an AlarmManager that only works while the phone is not asleep:
AlarmManager alarmManager ...
6
votes
1answer
579 views
Android AppWidgetManager method updateAppWidget fails to set intents, load data. And it happens randomly
My widget is comprised of 2 buttons and a listview displaying data. Most times, when the widget provider's onUpdate method is called, everything loads normally and everyone is happy.
However I've ...
0
votes
0answers
146 views
Android widget using a config activity wont update
I am making an Android widget to display real time transportation information based on bus stop numbers. It displays the next 3 bus arrivals for the stop number and has a button where the user can ...
0
votes
2answers
68 views
How to show an actitivity only when an app widget is first created?
My app widget needs to be configured when it first added to the home screen. I want to open a configuration view right after the user adds the widget.
AppWidgetProvider has no onCreated event, so I'm ...
1
vote
0answers
281 views
Android AppWidgetManager method getAppWidgetIds returning empty array
My app updates within a service, and first does this to get the widget's id:
AppWidgetManager widgetManager = AppWidgetManager.getInstance(this);
int[] widgetIds = widgetManager.getAppWidgetIds(new ...
0
votes
1answer
95 views
Android Widget Text Update after 2mins
I have a widget created for my app to launch. The data in the widget is getting updated after 30mins. I need to reduce the timing to around 2mins. I have heard that it can be done using AlarmService ...
1
vote
0answers
318 views
Android widget, how to use notifyAppWidgetViewDataChanged in Android API <11
I want to update my widget in order to became compatible for Android 2.3.3 (API 10).
I have some problem in my code.
The following methods are not recognize with minsdkversion = 10.
How can i ...
0
votes
2answers
187 views
AppWidget crashes in onDisabled
I'm making widget, that will be updated by Intent.ACTION_TIME_TICK.
So I registered reciever (my AppWidgetProvider):
private IntentFilter intentFilter = new IntentFilter(Intent.ACTION_TIME_TICK);
...
0
votes
1answer
93 views
How can I host AppWidgets in my app (launcher)?
I am making a launcher app replacement for home screen in Android.
I want to add widgets to it (native app widgets). How can I ?
I tried many methods and they all either didn't work or worked with ...
1
vote
0answers
155 views
AppWidgetHostView can't handle any touch/click events?
I am a new stackoverflow registered user but have been using it for a long time now.
Getting to the point : I am creating an android launcher and want to implement appWidgets. For testing, I am using ...
2
votes
1answer
87 views
How to avoid old widgets failing/disappearing during major code rework?
I have an app on the market which supports widgets. I've made some heavy changes to the app, reworking a lot of the internals, replacing/renaming activities, etc. Other changes include sourcing the ...
0
votes
1answer
145 views
How to make a View clickable that's underneath another already clickable View?
It was hard to give a descriptive title for this question!
I have an app widget in which I have some clickable buttons (using RemoteViews and PendingIntents as needed for app widgets) that are ...
2
votes
1answer
91 views
TouchDelegate with App Widget?
Is it possible to use a TouchDelegate with an App Widget, i.e. with RemoteViews? The purpose is to make it easier to tap some buttons on the widget by making the tap area larger, but without making ...
1
vote
1answer
121 views
What entitles an apk to be like a 'widget'?
In android developer website, app widget is implemented as a combination of:
AppWidgetProviderInfo object
AppWidgetProvider class
Initial view layout
A typical example of app widget shown in ...
2
votes
1answer
473 views
Replacing RemoteViewsFactory on app widget update (edited)
My app widget functions in a number of modes. For each of these modes, I created a RemoteViewsFactory. To switch between modes, I send an intent to my AppWidgetProvider. Upon receiving it, I create ...
0
votes
1answer
66 views
Android Widget with service (started using alram) getting called frequently
In one requirement I have created one widget that should be updated after every 5 minutes. I found on internet that instead of using java thread I should use AlarmManager that will save the battery. ...
