Skip to content

you can build android client ui by generating ui json string serverside and pushing it to client . this framework will get a json string as input and generate android ui elements tree .

Notifications You must be signed in to change notification settings

theprogrammermachine/KasperPulseFramework

Repository files navigation

KasperPulseFramework

you can build android client ui by generating ui json string serverside and pushing it to client . this framework will get a json string as input and generate android ui controls tree .

Setup :

add jitpack io to project level build.gradle allprojects -> respositories block :

allprojects { repositories { ... maven { url 'https://jitpack.io' } } }

add library dependency to app level build.gradle :

implementation 'com.github.theprogrammermachine:KasperPulseFramework:v1.8'

Sample page built with this utility :

image1 image2 image3

License

License

Used Libraries :

Jackson
Glide
ProgressView
GiraffePlayer2
ijkplayer
WilliamChart

About

you can build android client ui by generating ui json string serverside and pushing it to client . this framework will get a json string as input and generate android ui elements tree .

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages