Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 783 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 783 Bytes

Proteus : Android Layout Engine

An android library for achieving granular control over the visual appearance and data persistence over views/widgets displayed in any mobile app. Meant to be a drop in replacement for androids LayoutInflater which allows creating and inflating layouts at runtime unlike the compiled XML layouts bundled in the APK.

Head over to the wiki for detailed documentation

One click XML to JSON conversion

Download this plugin for android studio and enable it. Once enabled, you can select any android XML layout file and go to Tools > Convert XML to JSON