Comments on post “JSON Web Container”
Prabhâkar Thota
@prabhakar_thota · Happy Coding :)
I found that i have to get a code in json format! Can i do with with simple html code ?
upvotesharetweet・
H
ethan
@gliechtenstein · I made Textcast, Ethan, RubCam
@prabhakar_thota if you just have a simple HTML code that would be a website! The power of using this approach is you can take any web app or web element and plug it into a native app just like a native component, and you somehow need to describe how it will fit into the app, and that's why you need to use JSON.
Like you see in the picture above, it's really simple. Inside the container it's just pure HTML like you wanted, but outside of HTML, you describe its layout with JSON.
You can also play around with all the code seen in the demo video here: https://github.com/Jasonette/Jas...
Hope this makes sense!
upvotesharetweet・