Open in app

Sign In

Write

Sign In

Ethan
Ethan

1.97K Followers

Home

About

Published in

HackerNoon.com

·Apr 19, 2018

The Future of Native Mobile Apps on Blockchain — What They Should Look Like, and How to Build One Today.

There are a lot of good reasons to have a standalone native mobile app for your ethereum token/smart contract/DApp (Decentralized App): Accessibility: Just a single tap away from the home screen means more frequent usage Independence: You can provide custom user experience just for your users who sign in with…

Blockchain

19 min read

The Future of Native Mobile Apps on Blockchain — What They Should Look Like, and How to Build One…
The Future of Native Mobile Apps on Blockchain — What They Should Look Like, and How to Build One…
Blockchain

19 min read


Apr 16, 2018

Fixing Jasonette: the Confusing Parts.

Recently I sat down and looked into some features and previous design decisions that made Jasonette needlessly more confusing that it needed to be, and fixed them. Here are the three: No more “String only” policy No mandatory requirement for “head” No more confusing tab bar 1. No more “String ONLY” policy Anyone who’s had to…

IOS

6 min read

Fixing Jasonette: the Confusing Parts.
Fixing Jasonette: the Confusing Parts.
IOS

6 min read


Apr 3, 2018

Native Mobile View as Microservice

How sandboxed views talk to each other in Jasonette — Jasonette takes security very seriously. The entire architecture was built on a sandbox model that took inspiration from web browsers and applied to mobile context. Each view is completely sandboxed but they can communicate with other views through predefined protocols, resembling how microservices work. In this post I will explain: …

IOS

6 min read

Native Mobile View as Microservice
Native Mobile View as Microservice
IOS

6 min read


Published in

We’ve moved to freeCodeCamp.org/news

·Mar 22, 2018

How to Turn Your Website into a Mobile App with 7 Lines of JSON

A New Approach for Blending Web Engine into Native Apps — What if I told you the 7 lines of JSON above, colored in orange is all you need to turn a website into a mobile app? No need to rewrite your website using some framework API just to make it behave like a mobile app. …

JavaScript

15 min read

How to Turn Your Website into a Mobile App with 7 Lines of JSON
How to Turn Your Website into a Mobile App with 7 Lines of JSON
JavaScript

15 min read


Mar 8, 2018

Build a QRCode/Barcode scanning app with 26 lines of JSON

Nowadays we see QR code everywhere. We see it on a billboard, we see it embedded in product packaging, we use it to share Bitcoin public key. QR code is like a 2D version of barcode. As a publisher, you can pack all kinds of data in it as an…

Qr Code

4 min read

Build a QRCode/Barcode scanning app with 26 lines of JSON
Build a QRCode/Barcode scanning app with 26 lines of JSON
Qr Code

4 min read


Mar 6, 2018

Jasonette Web

Jasonette lets you build cross platform native mobile apps simply by writing a JSON markup. When you load your JSON markup URL from it, Jasonette “remote controls” all the built-in native Objective-C (iOS) and Java (Android) components/APIs, in realtime. What if you could do the same, but in a web…

IOS

5 min read

Jasonette Web
Jasonette Web
IOS

5 min read


Oct 2, 2017

Jasonette Headerless View

The latest version of Jasonette supports a “Headerless view”, in other words a view without the header navigation bar at the top. See below images for an example. Depending on whether you define $jason.body.header or not, the header part shows up or goes away completely.

IOS

2 min read

Jasonette Headerless View
Jasonette Headerless View
IOS

2 min read


Sep 26, 2017

Javascript + Jasonette

Now you can inject JavaScript libraries into JSON templates. — Jasonette has a powerful client-side template engine built in, which uses the commonly used {{ }} notation. It looks like this: { "items": [{ "type": "image", "url": "{{$jason.image}}" }, { "type": "label", "text": "{{$jason.username}}" }] } Aside from obvious templating features like #if, #each, etc., …

JavaScript

3 min read

Javascript + Jasonette
Javascript + Jasonette
JavaScript

3 min read


Jul 27, 2017

Jasonette Offline

Build offline first apps with nothing but JSON. — Jasonette is an open source framework that makes it super easy to build iOS and Android native apps using just a single JSON markup. It’s like building a website by writing HTML, but you’re building a native app instead, by writing JSON. How to build cross-platform mobile apps using nothing more than a JSON markup For the past few months, I’ve been working on a new way to build cross-platform, native iOS and Android apps called…medium.freecodecamp.com

IOS

8 min read

Jasonette Offline
Jasonette Offline
IOS

8 min read


Published in

We’ve moved to freeCodeCamp.org/news

·Feb 12, 2017

How to build cross-platform mobile apps using nothing more than a JSON markup

For the past few months, I’ve been working on a new way to build cross-platform, native iOS and Android apps called Jasonette. It lets you describe an entire app with nothing but a single JSON markup. If your app consists entirely of JSON, it can be treated like any other…

Web Development

9 min read

How to build cross-platform mobile apps using nothing more than a JSON markup
How to build cross-platform mobile apps using nothing more than a JSON markup
Web Development

9 min read

Ethan

Ethan

1.97K Followers

Creator: www.jasonette.com + www.celljs.org + www.textethan.com

Following
  • JASON

    JASON

See all (21)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams