Hey guys,
today we are releasing an internal tool called json2view as open-source and we’d love to hear your thoughts or see your contributions.
Basically, json2view is a simple library that can convert a compatible JSON file into an Android view so you can load dynamically the view in your Android app without the need to update the APK.
This removes the hassle of updating, re-compiling and uploading the APK to Google Play everytime you want to make small or big changes in the UI.
You can check the Github repo:
https://github.com/Avocarrot/json2view
Cheers,
George