I'm developing an SDK for Android. The SDK should get text from any textview whose text is being set.
So I thought about listening to an activity change event (if there is any), then, listen to all the textview set events for the focused activity and by this get the text from the text view.
Is this possible? Could you please lead me to an example? I'm new to Android DEV (but not at all to DEV :)).
Thanks.