how to create android widget using C# android in visual studio [closed]

泪湿孤枕 提交于 2020-05-26 10:14:59

问题


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:


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.



来源:https://stackoverflow.com/questions/48107074/how-to-create-android-widget-using-c-sharp-android-in-visual-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!