Hello,
I need to implement a technology similar to "StartActivityForResult", so I followed this thread to interact between two Activities: Interact
Now I need to do the same, but from an Activity to a Library.
So, I want to create a Library with an Activity and 2 buttons "Yes" and "No". Using "CallSubDelayed2", how do I return the text button from the library to the main activity?
I need to implement a technology similar to "StartActivityForResult", so I followed this thread to interact between two Activities: Interact
Now I need to do the same, but from an Activity to a Library.
So, I want to create a Library with an Activity and 2 buttons "Yes" and "No". Using "CallSubDelayed2", how do I return the text button from the library to the main activity?