how to create android widget using C# android in v

2020-08-05 11:02发布

I am trying to create widget for android devices. Searched a lot. But could not get a single sample or write up on how to create this in visual studio using C# android blank applications. My question is are widgets can only be created in Android Studio and not with visual studio using C# ? Thanks in advance.

1条回答
贪生不怕死
2楼-- · 2020-08-05 11:23

Yes, Android widgets can be created using xamarin :

The following links can help you to create Android widgets using xamarin

https://marcofolio.net/app-widget-xamarin-android/

https://developer.xamarin.com/samples/monodroid/SimpleWidget/

http://www.spikie.be/post/2017/07/01/AndroidFloatingWidgetsInXamarin.html

Goodluck!

Happy coding.

查看更多
登录 后发表回答