洞察纵观鸿蒙next版本,如何凭借FinClip加强小程序的跨平台管理,确保企业在数字化转型中的高效运营和数据安全?
762
2022-10-28
只用JSON就能够创建原生Android App的框架
Jasonette
https://jasonette.com
Create your own native Android app with nothing but JSON. Then send it over the Internet.
Looking for an iOS version? See here
★ Jasonette fetches this JSON markup from a server:
★ And self-constructs into the following native app, in realtime:
How it works
Cool things about Jasonette
100% NATIVE: Jasonette maps JSON into native components and native function calls. There is no gimmick. There is no magic.App loads over HTTP: Your app exists 100% as JSON, and loads from the cloud. No more hard-coding.An app in 30 minutes: No kidding, build an app in 30 minutes.Lowest possible learning curve: No programming experience required. There's only one thing you need to know: JSON. Which means you can build an app without "becoming a programmer".
Quickstart
Visit the website to get started, or visit the docs to learn more about how to use Jasonette.
Download
Download latest release here.
More Examples
Try playing these on Jasonette and watch them turn into native apps in front of your eyes!
Jasonpedia Tutorial demo app that includes all Jasonette feature implementations.Instagram An Instagram UI, 100% powered by JSON.Twitter A Twitter UI, 100% powered by JSON.
Technical Highlights
1. One JSON to rule them all
Jasonette simplifies the entire app building process down to nothing more than:
Write a JSON markupAdd the JSON url to JasonettePress play
This is possible because Jasonette came up with a way to fit an entire app worth of logic into a single declarative JSON that just works™. This JSON grammar is used to express every aspect of your app, such as:
Draw sophisticated viewsCall device API methodsChain method calls to perform complex logicRespond to system events and user interactionEven change the JSON itself dynamically using templates.
2. App-over-HTTP
Until now, the only thing JSON could send over the Internet was raw data. Normally apps would fetch remote data from the server for a connected experience, but the actual app logic would be hard-coded on the client side. This makes it hard to update and extend apps.
But what happens when you can express an entire app logic as JSON?
** Then apps can be stored, processed, shared, and sent over the Internet just like any other JSON.** Watch below where we update the JSON on a JSON pastebin server, and the app changes immediately to reflect the new markup:
3. Designed to be extended or integrated
Currently Jasonette covers all the essential native APIs and components, which means you can build pretty much any app you can imagine. But Jasonette is very flexible.
A. Extensible
If you don't see a feature you want, you can simply extend Jasonette. Just follow the convention. Want to learn more? Ask here
B. Integrate existing code
Since Jasonette is simply a Java project, You can even integrate Jasonette with your existing Android project if you want. This way you can use Jasonette for just a small part of your app without having to completely switch to a new way of programming. Want to learn more? Ask here
Bugs and feature requests
Have a bug or a feature request regarding the Jasonette code itself? Please open a new issue.
Questions and Support
Follow or join these channels for questions and support, and to keep updated on latest releases and announcements.
Contribute
There are many ways to contribute. But first, please read the contributing guideline
License
Jasonette is released under the MIT License.
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~