Android how to handle data flow in UI -
i have activity a
user clicks on button in activity a, starts activity b in library
the user interacts activity b in library , on clicking linkedin login button in it,
how pass control activity can login related logic , return activity b.
i don't know library is, presume should return result. try startactivityforresult method inside activity a.
for more details please read getting result activity
Comments
Post a Comment