# Tinker_android_hotfix_example **Repository Path**: yashamihsan/tinker_android_hotfix ## Basic Information - **Project Name**: Tinker_android_hotfix_example - **Description**: Android Hotfix demo app using Tinker Hotfix solution, based on config api call, download patch file from backend server then apply the patch. 使用Tinker Hotfix解决方案的Android Hotfix演示应用程序,基于config api调用,从后端服务器下载补丁文件,然后应用补丁。 - **Primary Language**: Android - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-11-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Tinker android Hot-fix tinker_android_hotfix example app 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: ![](config_response.PNG) Before case- when app has a bug, null exception. ![](20191110_025058.gif) After Hotfix Patch Applied - Bug Fixed ![](20191110_024810.gif) # Library Used: [Tinker Hot-fix by Tencent](https://github.com/Tencent/tinker)