Skip to content
Compare
Choose a tag to compare
@ec84b4 ec84b4 released this 30 Nov 12:26
· 2 commits to master since this release

bug fix for failure on activity recreation
helper now connects to application context
sample supports orientation change

for helper to work properly InAppHelper instance must be restored over orientation change the recommended approach is to save the helper into an empty fragment witch is set to retain its instance.

also for each operation the listener for that operation must be updated using setListener method on that operation when the InAppHelper is restored. (see the sample on how achieve this)