Live data from Hacker News

A new breed of Chrome Apps

chrome.blogspot.com

11–20 of 169 posts

Re: A new breed of Chrome Apps

#11
post #7

Prediction: The much-anticipated convergence of Android and Chrome is near. These new Chrome apps are the programming model for the upcoming native Android webapps The next milestone I expect to see is V8 added alongside Dalvik as a first-class runtime for Android. Maybe in Android KitKat?

I really hope so. Android's support for webapps has been dismal, which is very surprising given that Google pushes them so hard elsewhere.

[deleted]

Re: A new breed of Chrome Apps

#14

The new breed of chrome apps has a lot of flaws after I tried to convert my app over: -Previous installed chrome app matches the HTML5 api, the new chrome apps has a lot of restriction where you have to totally rewrite you code in terms of storage. i.e. Chrome.storage instead of localStorage; All chrome storage is async. -The new window format for apps are a huge UI flaw. You can not open an Chrome app in a tab anymo…

[deleted]

Re: A new breed of Chrome Apps

#15

So, really, there's only two new features here: - Launch chrome apps directly from the desktop - Run chrome apps with out any of the browser toolbars Everything else is already possible in a regular chrome app.. Right?

For me the exciting bit is being able to access devices from them.

E.g. I've been waiting for this for a while because you can write an app which communicates directly with an Arduino or any other serial device.

This means that a lot of special purpose desktop apps communicating with custom hardware can be written as Chrome apps and take advantage of the speed/ ease of UI development of web apps.

For one of the apps I maintain this will reduce the time it takes to make UI improvements from several days to several hours.

Re: A new breed of Chrome Apps

#16

Prediction: The much-anticipated convergence of Android and Chrome is near. These new Chrome apps are the programming model for the upcoming native Android webapps The next milestone I expect to see is V8 added alongside Dalvik as a first-class runtime for Android. Maybe in Android KitKat?

I don't know if the convergence will happen, but they certainly need to fix WebView in Android to at least allow migration. It's still using the old Android Browser and is severely outdated (no WebSockets, etc).

My guess is that Chrome Packaged apps will be the replacement for WebViews on Android.

Anyone who wants a stop gap though, should check this out: https://github.com/pwnall/chromeview

Re: A new breed of Chrome Apps

#18
It would be nice if the apps they recommended (wunderlist) actually worked. I have attempted 5 times to "sign up" for the wunderlist app, every time I hit the button the app freezes on the load screen. Not once has it made it past. I also have not received one email verifying my attempt to sign up. My first experience with app launcher and one of the apps would be horrible. Better get on the ball if you really wanna change the web in such a dramatic way.

Re: A new breed of Chrome Apps

#19

So, really, there's only two new features here: - Launch chrome apps directly from the desktop - Run chrome apps with out any of the browser toolbars Everything else is already possible in a regular chrome app.. Right?

"chromeless" Chrome windows have been in Chrome since the start as far as I can remember: Tools > Create Application Shortcuts.
Post reply on HN