I am trying to make a homescreen widget with a single Button which calls a method to perform some calculations using onClick.
I have googled it but only found the widgets calling specific activities .I dont want to call a activity just use the widget onscreen.
Anyone good at this could help?
Widget is just a View it has to be supported by a backend provider / service. You can do your calculations in the service