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.
相关问题
- Sorting 3 numbers without branching [closed]
- How can I create this custom Bottom Navigation on
- Graphics.DrawImage() - Throws out of memory except
- Bottom Navigation View gets Shrink Down
- Why am I getting UnauthorizedAccessException on th
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.