Ratchet Looks real good for constructing easily UI
for android
. However what if I need to have a hybrid
app meaning I want some of my code to be written with android sdk
for example open a thread fetch some data from REST
then save to local store in android. Then present this data on ratchet
html table, not nessesaraly with REST
but in general with android sdk
How is it possible to integrate the two? (ratchet
+ android sdk
for example read some data from android local store and populate a table in html with ratchet? how should I approach this problem?)