I am just starting to program with Android home widgets, so I can set text to text view in home widgets from my widget provider using settextviewtext (), but when I want to get text from it, I have no ideal. You cannot use findViewById () as usual, as in action, and then getText (). Is there a way to get the text of the text view in the home widget from the widget provider? Or show me how to move from another activity?
source share