TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Jasonette – Native App Over HTTP, Now on Android

32 pointsby gliechtensteinover 8 years ago

7 comments

notheguyouthinkover 8 years ago
Does anyone know if the elements are really native elements? Ie, they aren&#x27;t some rendered html junk?<p>I may have to try this out, depending on how simple it is. I don&#x27;t think it would fit for us at work, but if it&#x27;s simple then it may fit nicely for my home projects. I&#x27;ve got lots of things i want to interact with via a phone app. If this means i can get a fast iteration cycle on little one-off (turn the lights on style) phone apps, then awesome!
评论 #13185895 未加载
tmacroover 8 years ago
I&#x27;m super excited about this. I&#x27;ve been waiting on an Android release since I saw this the first time, can&#x27;t wait to apply this to some of my side projects
emrewtcover 8 years ago
It looks decent and also seems like highly influenced by backend driven ui approach.[1]<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=ypk-72mhYBk" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=ypk-72mhYBk</a>
seletzover 8 years ago
Hey ethan, congrats to the release! I&#x27;m looking forward to take the iOS azure APNS plug-in to that platform.
Ecio78over 8 years ago
it&#x27;s nice but I tried it (via jason app) on my Moto G (2nd gen) and it&#x27;s doing a lot of loading compared to the iOS version (tested on iPhone 5s)
cpgover 8 years ago
Congratulations! Remarkable work, at remarkable speed!
anilgulechaover 8 years ago
It&#x27;s not just &quot;json&quot;.<p>It&#x27;s a templating language, and a scripting language serialized down to a json. Of course any real app has to have some interactivity, and some state, and work with that state, push it to a server, maybe pull it from a server. Way to cumbersome to do it here.<p>This would probably be the &quot;static site&quot; equivalent in native land, but already with exponent&#x2F;react&#x2F;weex you have a much easier time setting things up.<p>At best, this can be called a good experiment.
评论 #13189586 未加载