Android

App Widget Part 2 – CONFIGURATION ACTIVITY – Android Studio Tutorial



In part 2 of the app widget tutorial, we add a configuration activity to our app, which starts when our widget is dragged onto the homescreen and where we can do an initial setup. We get our appWidgetId from the intent with the AppWidgetManager.EXTRA_APPWIDGET_ID key and can then make changes to this widget with help of the RemoteViews class. We will give the user the option to set his own button text and as in the last video we set a PendingIntent to our button which will open our MainActivity when clicked. We will also save the button text to SharedPreferences and then finish our activity with RESULT_OK and pass the appWidgetId back. In case we don’t get passed a valid id, our appWidgetId will be set to AppWidgetManager.INVALID_APPWIDGET_ID.
In our AppWidgetProvider class we retrieve the button text from shared preferences in our onUpdate method and reset it together with the pending intent to our button.
In our AndroidManifest.xml file we have to set the android.appwidget.action.APPWIDGET_CONFIGURE intent filter for our config activity and in the info xml file we have to add the android:configure attribute.

Watch the whole playlist:

Example code for this part:
https://gist.github.com/codinginflow/884991d7db005b9a50c8332cdd8cb7ec

____________________
💻 Find the BEST programming tutorials on TutHub:
https://tuthub.io

⭐ Get my MVVM Caching Course now:
https://codinginflow.com/caching

❗ Subscribe to the channel:
https://www.youtube.com/c/codinginflo…

📨 Subscribe to the Coding in Flow newsletter:
https://codinginflow.com/newsletter

❓ Join our free developer community:
https://discord.gg/TSnMvmc

📣 Follow Coding in Flow on other sites:
Facebook: https://www.facebook.com/codinginflow
Instagram: https://www.instagram.com/codinginflow
TikTok: https://www.tiktok.com/@codinginflow
Twitter: https://twitter.com/codinginflow
Github: https://github.com/codinginflow

💰 Business requests, sponsoring, etc.: info@codinginflow.com

Views :20605
android studio

Source by Coding in Flow

Mourad ELGORMA

Fondateur de summarynetworks, passionné des nouvelles technologies et des métiers de Réseautique , Master en réseaux et système de télécommunications. ,j’ai affaire à Pascal, Delphi, Java, MATLAB, php …Connaissance du protocole TCP / IP, des applications Ethernet, des WLAN …Planification, installation et dépannage de problèmes de réseau informatique……Installez, configurez et dépannez les périphériques Cisco IOS. Surveillez les performances du réseau et isolez les défaillances du réseau. VLANs, protocoles de routage (RIPv2, EIGRP, OSPF.)…..Manipuler des systèmes embarqués (matériel et logiciel ex: Beaglebone Black)…Linux (Ubuntu, kali, serveur Mandriva Fedora, …). Microsoft (Windows, Windows Server 2003). ……Paquet tracer, GNS3, VMware Workstation, Virtual Box, Filezilla (client / serveur), EasyPhp, serveur Wamp,Le système de gestion WORDPRESS………Installation des caméras de surveillance ( technologie hikvision DVR………..). ,

Laisser un commentaire

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *