java - Android SDK to be used (hosted) by other Android App to capture user journey -
what should design approach? develop android sdk used (hosted) other android app capture user journey. high level requirements : sdk should capture user interactions within hosting app. sdk should able take screenshot of views. sdk should able create video out of these screenshots. sdk should upload video created backend. sdk should work in aspect oriented way, gesture capturing, screenshot , video creation code must not called manually app developer in activity or fragment.
Comments
Post a Comment