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.
A new breed of Chrome Apps
11–20 of 169 posts
Re: A new breed of Chrome Apps
#12Re: A new breed of Chrome Apps
#13Re: A new breed of Chrome Apps
#14The 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…
Re: A new breed of Chrome Apps
#15So, 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?
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
#16Prediction: 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?
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
#17Re: A new breed of Chrome Apps
#18Re: A new breed of Chrome Apps
#19So, 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?