marcofolio.net - Archives (janvier 2017)

design, jquery, programming, webdevelopment, fun, php, html, css, javascript

Le: 13 01 2017 à 22:14 Auteur: Marco

One of the things Android had for a long time were App Widgets. With these small apps, you're able to create byte-sized functionality that users could use from their home and lockscreen. Since Android 5.0 the support for lockscreen app widgets was removed, while iOS10 introduced them again.

In this article we'll dive into the way how you can create your own App Widget using Xamarin.Android. This article will cover a Hello World-example which you can take as a start to implement in your next project.

How to make an App Widget with Xamarin.Android

For this demo, I wanted to create a simple app widget which displays an icon, text and the current time. When you click the widget, the time will refresh but when you click the icon, an app will start. Let's see how we can create such an app widget! The source code can be found on Github.

Read more...