rendyramon / JASONETTE-Android

📡 Native App over HTTP, on Android

Home Page:https://www.jasonette.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo Code Climate Issue Count codebeat badge roadmap badge

https://www.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:

json

##★ And self-constructs into the following native app, in realtime:

instagram


#How it works

diagram


#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".

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:

  1. Write a JSON markup
  2. Add the JSON url to Jasonette
  3. Press 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:

  1. Draw sophisticated views
  2. Call device API methods
  3. Chain method calls to perform complex logic
  4. Respond to system events and user interaction
  5. Even 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:

remote control


##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.

Slack


Forum


Visit >
Twitter


Follow >

Contribute

There are many ways to contribute. But first, please read the contributing guideline


License

Jasonette is released under the MIT License.

About

📡 Native App over HTTP, on Android

https://www.jasonette.com

License:MIT License


Languages

Language:Java 100.0%