Questions tagged [home-screen-widget]

35 questions
0
votes
1 answer

ios Add to homescreen works on my localhost but doesn't work on staging and production website

i'm developing a react -redux app & want add to homescreen to work on live ,currently it only works on localhost. here's a snippet of my index.html of both public and src folder <%= require('./html/newrelic.html') %>
0
votes
1 answer

android homescreen widget restarts/ content remove itself when device rotates

the android widget content when device rotated are suddenly gone. do I have to repopulate them when device is rotated? but the widget dont have onconfiguration change to listen to. also I used alarmmanager with service to populate the widget for new…
vims liu
  • 643
  • 1
  • 9
  • 20
0
votes
0 answers

Not able to Click the ListView Items in Widget

I am having a homescreen widget for my app, but Not able to click any items in the list.When I click any item nothing happens. Any Help is Highly Appreciated. WidgetProvider.class import android.appwidget.AppWidgetManager; import…
0
votes
1 answer

Android Homescreen Widget ListView ViewHolder Pattern

I've got a homescreen widget loading a list of custom views fully up and running. Data is fed by a custom backend and new items are being properly reflected in the widget's list when I refresh it via a custom widget button. One thing I noticed is…
Travis Yim
  • 384
  • 3
  • 14
0
votes
2 answers

How to show Application Icon and Text on top left corner at Home screen in android

I want to show my AppIcon and some text on Top Left Corner at Home Screen. Please look at the picture you will get an idea
Pir Fahim Shah
  • 10,505
  • 1
  • 82
  • 81
1 2
3