Been trying for a bit to figure this out. I’m trying to add a widget feature to a Unity app that we have in development, but I keep running into outdated guides or I just run into issues trying to figure out how to even create the plugin (I’m just not that skilled in plugin creation).
To clarify, I mean widget like where the calendar can add a small box that can sit on the home screen and display some calendar date stuff.
If anybody has any insight on how to create the plugin as double clicking the Build in the gradle seems to create a jar, but opening the jar doesn’t show the java files in it, not sure what I missed.
Trying to do this in Android studios.
Appreciate any help provided.