Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 778 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 778 Bytes

Tinker android Hot-fix Example

Tinker_android_hotfix example demo

Android Hotfix demo app using Tinker Hotfix solution. we can fix bug, update dex, library and resources without reinstall apk. Based on config api call then download patch file from backend server and then apply the patch.

Config mock API response model: Mock API by using https://www.mockable.io/

Before case- when app has a bug, null exception.

After Hot-fix Patch Applied - Bug Fixed without re-install apk

Libraries Used:

Tinker Hot-fix solution by Tencent
Retrofit
PR-Downloader