Slashdot Mirror


Google Wants Progressive Web Apps To Replace Chrome Apps (androidpolice.com)

An anonymous reader quotes a report from Android Police: The Chrome Web Store originally launched in 2010, and serves a hub for installing apps, extensions, and themes packaged for Chrome. Over a year ago, Google announced that it would phase out Chrome apps on Windows, Mac, and Linux in 2018. Today, the company sent out an email to developers with additional information, as well as news about future Progressive Web App support. The existing schedule is mostly still in place -- Chrome apps on the Web Store will no longer be discoverable for Mac, Windows, and Linux users. In fact, if you visit the store right now on anything but a Chromebook, the Apps page is gone. Google originally planned to remove app support on all platforms (except Chrome OS) entirely by Q1 2018, but Google has decided to transition to Progressive Web Apps:

"The Chrome team is now working to enable Progressive Web Apps (PWAs) to be installed on the desktop. Once this functionality ships (roughly targeting mid-2018), users will be able to install web apps to the desktop and launch them via icons and shortcuts; similar to the way that Chrome Apps can be installed today. In order to enable a more seamless transition from Chrome Apps to the web, Chrome will not fully remove support for Chrome Apps on Windows, Mac or Linux until after Desktop PWA installability becomes available in 2018. Timelines are still rough, but this will be a number of months later than the originally planned deprecation timeline of 'early 2018.' We also recognize that Desktop PWAs will not replace all Chrome App capabilities. We have been investigating ways to simplify the transition for developers that depend on exclusive Chrome App APIs, and will continue to focus on this -- in particular the Sockets, HID and Serial APIs."

85 of 154 comments (clear)

  1. Jesus Christ by FunkSoulBrother · · Score: 2, Interesting

    Jesus Christ just compile the damn code for each plaform so I can run it locally!

    1. Re:Jesus Christ by n329619 · · Score: 1

      Jesus Christ just compile the damn code for each plaform so I can run it locally!

      Why would you want anything google locally? It's not like you can use google offline anyway.

    2. Re:Jesus Christ by Anonymous Coward · · Score: 2, Insightful

      That's the point. Artificially tying apps that should be able to function locally to Google's online services is stupid. It's the reason Chromebooks and web apps will never catch on.

      Nobody should have to have an active internet connection just to write documents, edit pictures, listen to music or watch movies.

    3. Re:Jesus Christ by Wootery · · Score: 1

      Something something sufficiently smart JIT compiler.

    4. Re:Jesus Christ by lucasnate1 · · Score: 1

      Will never catch on

      What if they become the only option?

    5. Re:Jesus Christ by tepples · · Score: 1

      What if [web applications] become the only option?

      As long as single-board Real Computers such as Raspberry Pi continue to exist, how will things like Chrome OS become "the only option"?

    6. Re:Jesus Christ by tepples · · Score: 1

      just compile the damn code for each plaform

      That might work for large companies, which can afford sufficient instances of all six major platforms on which to test compiled executables as well as the recurring fees for a presence on iOS and Windows app stores. It might not work quite as well for amateurs or small companies, which cannot.

    7. Re:Jesus Christ by datavirtue · · Score: 1

      Yawn. Web apps suck, as proven by the hundreds of attempts over the last few years to make it fun to develop web apps. Cross-platform, natively compiled mobile apps are the future. The HTML-based web is for reading and looking at pretty pictures. You can already deploy Xamarin.Forms apps to Android, iOS, Windows, MacOS, and Tizen...and probably others. If a new platform comes along you just import the project into your solution and hit build. Screw lock-in, and screw document-hack browser-based web apps.

      --
      I object to power without constructive purpose. --Spock
    8. Re:Jesus Christ by datavirtue · · Score: 1

      The element of trust around the security of the apps is worth the trade-offs. When most developers support every platform the heavy-handed ones will eventually die or wane influence (Apple). Oddly enough, the Linux desktop is being left out of the cross-platform innovation velocity.

      --
      I object to power without constructive purpose. --Spock
    9. Re:Jesus Christ by DCFusor · · Score: 1

      Right now they do function locally, my chromebook does editing, cooking timer, calculator and a host of other minor things, including VNC to other machines on my LAN - all without internet. It's what makes the thing useful to me (and all those apps also work on my more-capable machines too, for a unified UE). Saying chromebooks will never catch on is kinda missing the fact that they already have for education and some other uses where sysadmining is too much hassle - it's nice they don't need it. Some people immediately "break" any other type of machine, it's hard to ruin a chromebook...and easy to reset to working status.
      .
      If they remove the ability to work offline, it will seriously reduce the usefulness of these things...and I'll just put linux on mine instead.

      --
      Why guess when you can know? Measure!
    10. Re:Jesus Christ by TheFakeTimCook · · Score: 1

      just compile the damn code for each plaform

      That might work for large companies, which can afford sufficient instances of all six major platforms on which to test compiled executables as well as the recurring fees for a presence on iOS and Windows app stores. It might not work quite as well for amateurs or small companies, which cannot.

      iOS hasn't really needed this since iOS 8. Either use XCode or Cydia Reflector, and you can install any Apps you want, sans App Store.

    11. Re:Jesus Christ by tepples · · Score: 1

      use XCode

      For one thing, this is a Mac exclusive. For another, it requires the developer to have ported the application to iOS in the first place. Or since when has there become a way to take an Android or UWP application and recompile it for iOS with no changes?

    12. Re:Jesus Christ by tepples · · Score: 1

      Exactly. If someone wants to reach users of all three mobile platforms (Android, iOS, and Windows 10 S) or users of all three desktop platforms (Windows desktop, macOS, and GNU/Linux), he'd have to write an application three times as a native application. Or he could write it once as a web application.

    13. Re:Jesus Christ by TheFakeTimCook · · Score: 1

      use XCode

      For one thing, this is a Mac exclusive. For another, it requires the developer to have ported the application to iOS in the first place. Or since when has there become a way to take an Android or UWP application and recompile it for iOS with no changes?

      My post was rep,ting to a post that alluded to the fact that the App had already been recompiled/ported to iOS, and that the only barrier at that point was having to deal with the iOS App Store for a corporate App.

      And although XCode is necessary to develop/compile for an iOS target, Cydia's "Impactor" will allow the loading of already-compiled ".ipa" files, and has versions that run not only on macOS, but also Windows (and possibly Linux?). That neatly sidesteps your other non-argument.

    14. Re:Jesus Christ by xeoron · · Score: 1

      Chromebooks are very popular with kids, older adults, etc for just working. You don't need a active connection to use Google Apps. Turn on Offline mode and you are all set. Or fire up Crouton, and run various Linux flavors side-by-side ChromeOS. Plus, some Chromebooks run Android Apps, which offers up so much more one can do on a Chromebook for the masses.

  2. WTF is Progressive Web Apps? by UnknownSoldier · · Score: 3, Insightful

    And how are they different from normal web apps?

    1. Re:WTF is Progressive Web Apps? by Z80a · · Score: 5, Funny

      They ask you for your preferred pronouns before running and have fonts adapted for reading with problem glasses.

    2. Re:WTF is Progressive Web Apps? by Hal_Porter · · Score: 3, Insightful

      https://medium.com/@adactio/wh...

      Reliable - Load instantly and never show the downasaur, even in uncertain network conditions

      Jeremy Keith
      A web developer and author living and working in Brighton, England.

      Why does that not surprise me? Brighton is basically the hipster capital of the UK.

      Likewise, Progressive Web Apps consist of:

      1. HTTPS,
      2. A service worker, and
      3. A Web App Manifest

      It seems like cache some html pages. They have an Javascript worker thread, and the thread queries the remote server. If there's no connection to the server you get the cached html page with the old data rather than that irritating T Rex jumping cactuses game that you'd otherwise get in Chrome Mobile.

      I suppose it's progress of a sort - Google have finally realised that not everyone has a internet connection all the time. Then again that's rather obvious - even in somewhere like NYC you lose your network connection on the subway between stops so an application which needs a connection all the time to run is unusable. Also it's a lot easier to find developers who can do Javascript and HTML than it is ones who can do Java.

      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
    3. Re:WTF is Progressive Web Apps? by 93+Escort+Wagon · · Score: 1

      ... even in somewhere like NYC you lose your network connection on the subway between stops so an application which needs a connection all the time to run is unusable.

      I agree the oft-held Silicon Valley belief that everyone has fast internet everywhere is ridiculous; but this particular situation can be solved by your transit authority - the technology exists to extend cellular signals into subways. In the (much smaller) Seattle system, we've had cell coverage from all major carriers for about a year. I can only speak to my experience on T-Mobile in the tunnels; but it has been very reliable.

      --
      #DeleteChrome
    4. Re:WTF is Progressive Web Apps? by AmiMoJo · · Score: 4, Informative

      They are web sites that are installable and can run like native apps.

      They are an interesting idea because they bring mobile app style sandboxing and permissions to desktop apps. Since the app it basically HTML, CSS and Javascript there are very mature sandboxes available to run them in, and in fact you have a choice of sandbox from your favourite browser vendor, opening up the possibility of extreme levels of control and in-app ad-blocking.

      There are limits to what these apps can do, so they are mostly suited to highly networked stuff like cloud services, advanced web site interfaces like the Twitter and Facebook apps on mobile, messenger clients etc.

      Microsoft are in trouble because these compete with their failed Metro apps on Windows, and make Windows itself kind of irrelevant because now the browser is the OS and the cloud is the disk. Obviously /.ers are not going to be happy with that.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    5. Re:WTF is Progressive Web Apps? by Hal_Porter · · Score: 1

      It's true in Stockholm too - they installed 'leaky feeders'

      Mind you if you look at the article it says "An alternative to using leaky feeder in underground railways is to use Distributed Antenna System (DAS). A DAS system was deployed in some New York City Subway stations by Transit Wireless to provide WiFi and mobile phone and data coverage for customers."

      Actually in NYC if you're in the station the Transit Wireless usually works. It's if you're on the train in tunnel between stations it doesn't. Also, irritatingly, Transit Wireless does a captive portal scheme so you need to click 'Connect' on the captive portal page to get a signal. That's slow enough that you often can't do it before the train leaves the station.

      I.e. once you're on the train, you only get small bursts of internet connectivity.

      Of course most subway providers find it hard enough to provide trains reliably, let alone Wifi or 3G signals in tunnels.

      Even in Taipei, which has an excellent, cheap, clean and reliable subway service you're not going to get much of a mobile signal on the train.

      And it's not like there's any competition in subway providers in any city.

      And of course if you head out of the city, you're probably not going to get much more than GPRS data rates because you're miles from the nearest cell tower.

      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
    6. Re:WTF is Progressive Web Apps? by Alumoi · · Score: 1

      So, business as usual, huh?

    7. Re:WTF is Progressive Web Apps? by Anonymous Coward · · Score: 2, Insightful

      Aaaand can be turned off at a whim leaving you high and dry.

      At least with genuine installable apps, if the company turns its servers off because "oh we're not supporting it anymore", you aren't going to be completely f*cked.

      This is why PWA should be treated like a disease and avoided.

      Think of it like DRM, when you have bought a load of stuff, and then the company goes bump or simply stops supporting it's auth servers. All those nice things you bought suddenly no longer work and you would need to replace them. Nice for the company, but not so nice to shit on the customer.

    8. Re:WTF is Progressive Web Apps? by TheRaven64 · · Score: 1

      Brighton is basically the hipster capital of the UK.

      When did that happen? I thought Brighton was still a wasteland pining for the days before Brits could afford international travel when it was a major holiday destination.

      --
      I am TheRaven on Soylent News
    9. Re:WTF is Progressive Web Apps? by TheRaven64 · · Score: 2

      As I understand it, they're basically web apps that support offline use. HTML5 supports local storage and so it's possible to write apps that run in a browser but still work when the web site is down. They also adopt a bunch of ideas from Java Web Start (remember that?) where they'll quickly download the code required to get the core UI working and then download the rest on demand. If the network isn't present, then some features may not work (or may not work if you don't use them the first time when you're connected), but in theory you shouldn't lose any data. Unlike Google's office suite, where if they install an update on the server while you're offline then when you reconnect you'll get a nice dialog telling you that you'll lose all data when you hit okay, with no other buttons.

      --
      I am TheRaven on Soylent News
    10. Re:WTF is Progressive Web Apps? by Hal_Porter · · Score: 2

      Loads of London hipsters moved there and gentrified the place.

      https://kiwifarms.net/threads/...

      Now it's Shoreditch by Sea.

      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
    11. Re:WTF is Progressive Web Apps? by schleimkeim · · Score: 1

      downasaur

      That's the perfect mascot for a company that seems to have down syndrome.

    12. Re:WTF is Progressive Web Apps? by AlejandroTejadaC · · Score: 1

      On first sight, I though this was a joke. It's not a joke, it's for real... https://developers.google.com/...

    13. Re:WTF is Progressive Web Apps? by Anonymous Coward · · Score: 2, Informative

      So what apps do you use that do not rely on a central server anyway because the primary goal of such apps is to do stuff together with others (chat, social network, managing data) or to offer computationally intensive features (voice recognition, route planning with many realtime variables etc.). It all requires a central server anyway

      Err, no it doesn't. Half a seconds thought and I've come up with a multitude of things which do not need a central server for anything. How ever did you come up with such a stupid statement?

      So, without further ado, that'll be Excel for your accounts, Word for your CV, and any other number of *many* apps out there that do not /need/ a central server to do local work. Writing a book? Doesn't need a central server. Playing a local game? Those don't 'need' central servers and certainly worked before the internets.

      A great many /creative/ things do /not/ need to plugged into the f*cking internet to get stuff done.

    14. Re:WTF is Progressive Web Apps? by mattr · · Score: 1

      I'm working on an enterprise project where ability to do a lot offline is a major part of the functionality, for example think about service reps traveling far from reliable wifi. It's a thing.
      Meanwhile I'd just be happy if I could read slashdot on my Kindle Paperwhite without suffering insanity..

    15. Re:WTF is Progressive Web Apps? by jbengt · · Score: 1

      Microsoft are in trouble because these compete with their failed Metro apps on Windows, and make Windows itself kind of irrelevant because now the browser is the OS and the cloud is the disk.

      So Microsoft's 1990s paranoia about Netscape's attempt to make the browser the OS is finally proving true?

    16. Re:WTF is Progressive Web Apps? by AmiMoJo · · Score: 1

      Indeed, they were only out by a couple of decades but the threat was real. Javascript was just the start of it.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    17. Re:WTF is Progressive Web Apps? by tepples · · Score: 1

      even in somewhere like NYC you lose your network connection on the subway between stops so an application which needs a connection all the time to run is unusable

      this particular situation can be solved by your transit authority - the technology exists to extend cellular signals into subways

      Though that alleviates the coverage problem, it doesn't alleviate the cost to users of having to subscribe to two ISPs: one at home and one cellular.

    18. Re:WTF is Progressive Web Apps? by tepples · · Score: 1

      So what apps do you use that do not rely on a central server anyway because the primary goal of such apps is to do stuff together with others (chat, social network, managing data)

      I regularly use FamiTracker, Python, cc65, and FCEUX Debugger in my work. These are locally installed applications. We also use various collaboration platforms, but each of them can be replaced with an equivalent: forums with forums, mail servers with mail servers, IRC servers with IRC servers, and Git servers with Git servers.

    19. Re:WTF is Progressive Web Apps? by Wdomburg · · Score: 1

      In other words, the world is going the way of WebOS in spite of WebOS going the way of the Dodo.

      One could argue this will be a boon for Microsoft in the mobile space since it lets customers break out of the Chrome / ChromeOS / Android ecosystem.

    20. Re:WTF is Progressive Web Apps? by datavirtue · · Score: 1

      " Also it's a lot easier to find developers who can do Javascript and HTML than it is ones who can do Java."

      We have had this paradigm for about ten years now and it hasn't yielded any mind blowing innovation other than an extremely fragmented array of JavaScript frameworks. Who can seriously entertain the thought of a JS framework gaining acceptance for more than six months? I think it would be best if we started pushing these people away from application development. The ship has sailed.

      --
      I object to power without constructive purpose. --Spock
    21. Re:WTF is Progressive Web Apps? by datavirtue · · Score: 1

      "mobile app style sandboxing and permissions to desktop apps."
      Just build a mobile app.

      "There are limits to what these apps can do"
      Again, just build a mobile app.

      "Microsoft are in trouble because these compete with their failed Metro apps on Windows"
      False. They (Google) are trying to compete with mobile apps in general--weird. Cross-platform development on Xamarin Forms using open-source frameworks has completely killed this argument. Xamarin builds the same app for Windows, Mac, iOS, and Android with hardly any platform specific code to speak of. You can go through the app stores or you can ship the apps to users and let them install manually.

      --
      I object to power without constructive purpose. --Spock
    22. Re:WTF is Progressive Web Apps? by datavirtue · · Score: 1

      "The marketing teams are not trying to phase in web apps so much as they're trying to phase out productivity devices."
      Agreed. There is a lack of understanding pervading the industry right now. For years it was web-apps frenzy. It never felt quite right to developers but we went along with it. Cross-platform native development of mobile apps has just matured. We are standing at the starting point where web apps become...not the future.

      --
      I object to power without constructive purpose. --Spock
    23. Re:WTF is Progressive Web Apps? by Fahrvergnuugen · · Score: 1

      The miniquad (drone) community relies on these apps to configure the flight controller software.

      What makes them special when compared to a regular Web App is that these Chrome apps have access to the computer's USB/Serial interface so they can talk to the drone's flight controller.

      For the small dev teams of these apps, Chrome is great because they only have to write one GUI to support all major platforms. Google achieved what Java was trying to achieve as far as run anywhere - the difference is Chrome apps don't suck.

      There are also flight control black box readers that read log files in and overlay the data with flight video footage so you can diagnose tuning issues (though this could theoretically be done by uploading black box log data to a web app).

      Check out Cleanflight, Betaflight, Raceflight, KissFC, Betaflight Blackbox Reader.

      --
      Kiteboarding Gear Mention slashdot and get 10% off!
    24. Re:WTF is Progressive Web Apps? by Hal_Porter · · Score: 1

      I don't like JavaScript and HTML as application platforms, or really the sort of people who use them.

      But if you spend some time in NYC you can't swing a medieval spiked mace without hitting one of them.

      Right now I'd probably go for Xamarin and C# for a cross platform app, mainly because I don't like any of these JS frameworks and I don't have time to write code twice. I can see that neither Xamarin nor C# are ideal though.

      Or skip the app and deploy a mobile website, which is what Google are pushing here.

      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
    25. Re:WTF is Progressive Web Apps? by UnknownSoldier · · Score: 1

      WOW. You're right (https://developers.google.com/web/progressive-web-apps). (Emphasis added.)

      Progressive Web Apps are user experiences that have the reach of the web, and are:

      Reliable - Load instantly and never show the downasaur, even in uncertain network conditions.
      Fast - Respond quickly to user interactions with silky smooth animations and no janky scrolling.
      Engaging - Feel like a natural app on the device, with an immersive user experience.

    26. Re:WTF is Progressive Web Apps? by UnknownSoldier · · Score: 1

      Thanks to everyone who pointed out Google's developer pages:

      * https://developers.google.com/... (developers.google.com/web/progressive-web-apps/)

      Their I/O 2017 talk is online:

      * Progressive Web Apps: Great Experiences Everywhere (Google I/O '17)

    27. Re:WTF is Progressive Web Apps? by AvitarX · · Score: 1

      In NYC it seems to depend on the carrier and the tunnel, but the tunnels definitely aren't all pure dead space from what I can tell in my travels.

      I forget the lines now, but I had decent coverage on a couple N/S between Penn and City Hall (I rode 135, ACE, or NQZ depending on my mood and the weather).

      --
      Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
    28. Re:WTF is Progressive Web Apps? by AvitarX · · Score: 1

      Which city is your last paragraph about?

      I have TMobile, not the best coverage, and they have coverage at 4g for at least a 30 Mike radius, and 3g for quite a distance.

      I haven't really seen a gprs signal for a few years (3g or dead, no gprs).

      --
      Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
    29. Re:WTF is Progressive Web Apps? by AvitarX · · Score: 1

      Your comment about some systems needing access to get riders seems right on the nose.

      A city like NYC where the majority of transit is via subway doesn't need wireless access. The culture accepts you'll be in a dead one when traveling.

      A city where a large percentage of the transit is above ground (car or light rail) will need to have coverage for the short underground segments, or nobody will ride them.

      --
      Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
    30. Re:WTF is Progressive Web Apps? by JDShewey · · Score: 1

      How are they different?!?! They are progressive you prehistoric luddite.

    31. Re:WTF is Progressive Web Apps? by 93+Escort+Wagon · · Score: 1

      Seattle's transit tunnel system is using a DAS to provide cellular coverage. We also have an older city-run wifi network at the tunnel stations, which does the same irritating thing you mentioned - it uses a captive portal, and have the time you have to reauthenticate at each station (or did, back before I could just rely on my cellular network).

      Right now part of the tunnel system is shared between light rail and busses, but the busses will be vacating by the end of 2018. Hopefully when that happens the county will shut down its wifi network, since they aren't the ones running the trains.

      --
      #DeleteChrome
    32. Re:WTF is Progressive Web Apps? by walllaby · · Score: 1

      Progressive Web Apps are not a replacement for native applications. They are exactly what they claim to be: web apps. If you design your web app by the strictures of PWAs and don't mess with actually declaring it a PWA, well then...you're just left with a nice, fast, regular web app. If your web app requires an internet connection to work (think Twitter, Yelp, etc) then how is this any more draconian than just adding a shortcut to your home screen?

      PWA's make a lot of sense when you think about the current state of app development. As a customer, why should I spend twice the amount of money to have an Android app and an iOS app developed when I could just have it written once in JS/CSS/HTML, use PhoneGap/Cordova to wrap it and package it into the App Stores? In fact, why should I mess with the app stores at all when I can just write a PWA? Do you know how much of a pain in the ass it is to prepare and get an app through the approval process?

      People are using the mobile web for more an more things every day. Long live the PWA, I say. (Just not for everything!)

    33. Re:WTF is Progressive Web Apps? by Agripa · · Score: 1

      And how are they different from normal web apps?

      They are even slower.

  3. If you don't like a Google API by Anonymous Coward · · Score: 2, Insightful

    Just wait a week, and it will be replaced with a new one.

    1. Re:If you don't like a Google API by Hal_Porter · · Score: 2

      Yup, Google seem to be going the way Microsoft did once they got too much market share.

      As much as despise Apple's overpriced, locked in ecosystem debugging on it is a joy. Breakpoints work for example. On Google's more open ecosystem as someone put it 'Nothing works, everything keeps changing and no one knows why'.

      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
  4. This is why I don't use develop using Google tech by Anonymous Coward · · Score: 2, Insightful

    So if you made a Chrome app, Google now made your work useless. And what next year? Will they phase out web apps for the new flavor of the year? Google tech doesn't stick and can be abandoned by Google at any moment. I can't build on that.

  5. Fantastic! by Gravis+Zero · · Score: 3, Insightful

    I can't wait to transition to PWAs so that one day they can tell me it will stop functioning at the end of the month and all my related data will be deleted. This is much better than the garbage applications that keep working even when you are offline. Honestly, how do they expect to spy on my entire life without internet connectivity?! ;)

    --
    Anons need not reply. Questions end with a question mark.
    1. Re:Fantastic! by sgrover · · Score: 2

      I've looked into PWAs some, but am no expert (yet). From what I see, they have very little to do with Google per se. Your web app declares a service worker. That worker retrieves some pre-cached data to "install" the app (stuff like icons, fonts, etc.). Then as you use your app you can have the service worker cache the retrieved data locally for offline use. Nowhere in that process have I seen "Thou shalt use Google's version of PWAs". It just so happens that the best documentation for PWAs comes from Google postings and Google is trying to control the flow. If I build my app to use a third party resource that can be turned off, that's a bad choice by me, IMO. But adopting the PWA structure does not tightly tie me to any particular vendor. It is a Javascript technique for structuring an app - much like using CSS for styling instead of putting your color/font/positioning markup directly in the HTML. At least that's my take on it thus far.

    2. Re:Fantastic! by sgrover · · Score: 2

      This statement is not fully accurate. PWAs are meant to address the issue of an application that works fine when connected, but also should continue working when the online connection disappears. By caching the retrieved data and using that, the application can continue to run fine except where new data is needed. A non-PWA approach would just give the standard 404 or service not available error when you try to access the new data. The PWA approach allows that situation to be anticipated and an appropriate error or message given - within the look/feel of the application. So, claiming "All PWAs rely on retrieving online data and always have an internet connection" is not quite right. PWAs work best when the online connection is available, but can degrade gracefully when that is not the case. (If the developers choose to handle the service not available situation - but now it is a choice, not a default)

    3. Re:Fantastic! by jon3k · · Score: 1

      I had the same position about music. I NEVER thought people would be willing to give up actually having files on a disk that they control, but streaming services have crushed mp3 downloads. So I just assume we've kind of embraced this ephemeral culture and expect we won't see hardly any resistance to progressive web apps, siloed centralized data and no true control over what is created.

  6. Re:Chromebook's not selling? by sheramil · · Score: 1

    In related news.....

    You still can't get an Android tablet larger than 12 inches...

    (Measures Galaxy Tab A)

    Hey, what's 50cm divided by 2.54?

    Twelve inches is enough for most people.

  7. Re:This is why I don't use develop using Google te by bickerdyke · · Score: 3, Informative

    There is a 99.9% chance that your "web app" was either nothing more than a glorified bookmark that registered an icon in your start menu and did nothing more than redirecting to a regular website. If you actually used javascript running locally, local storage, or other webapp features, that was basically only thenew fancy HTML5 stuff to begin with and that won't go away either, You mostly have to do a boilerplate update.

    --
    bickerdyke
  8. Re:This is why I don't use develop using Google te by Anonymous Coward · · Score: 2, Interesting

    You know I just ported a big application to Android 7.1.

    It's so flakey now, I cannot guarantee that the background service will continue to run. It gets killed every so often when the OS decides to run Bixby or similar. I have to block the reload of the gui on rotation of the device because a leak in Samsungs stylus in the text edit field makes it run out of bitmap memory (I thought Google would fix this heap by now, but no, it seems not). So I literally have to move existing controls around the screen myself, changing their layout so they are not unloaded and reloaded.

    I have to keep the data in a holding service, because Android kills activities and reloads them seemingly at random. Hundreds of megabytes of preprocessed data I am supposed to save in a bundle of "key = graphView, value = 102.23,123.45..,,..." key pairs, then reload when you flip back to the application, then magically stitch the gui and data together in an instant.

    I have a module that Art won't compile because its too big.... at 12000 lines, it runs as interpreted code. Seriously it won't compile a class of 12000 lines.

    It's so much work keeping up with Google's fucking incompetent shit.

    They changed from Eclipse to Intellij development platform..... completely different file layout, unsupported version plugins, and a whole different set of bugs! This one crashes when debugging if it gets confused about breakpoints. This bug has been there for 2 years.

    Each change they make is done in a way designed to break the maximum number of applications for the minimum gain. Can you imagine developing a corporate app, where you can't even ensure it will continue to run? Or that it won't be unloaded to reduce the ram footprint.... even if there's plenty of free ram?

    Chrome OS was always a noddy OS designed to run webapps, so I have little sympathy for people who developed for that platform. I had hopes that Android would mature into a full OS, instead it's becoming more like Chrome with each change. It's good enough to run a control panel and a todo list and an SMS/messenger app, not much else.

  9. Thank god I didnt waste time developing for that. by Anonymous Coward · · Score: 1

    Ah well, at least I didn't waste my time developing for a short-lifetime 'product'

    I'll make sure that I'll avoid it's replacement too. Developing anything for a platform that's going to be dead in a few years is a complete waste of effort for the most part.

  10. Re:Chromebook's not selling? by schleimkeim · · Score: 1

    It still has no official way to close an app

    My guess is that you didn't even bother to check that.

  11. Chrome "APPS" by mnt · · Score: 1, Insightful

    Chrome "APPS" are just that: Not real apps. More like normal Websites.

    Chrome Apps: useless.

    AMP: useless.

    "progressive" apps: useless.

    Googles own fault for coming up with such crap.

    1. Re:Chrome "APPS" by ColaMan · · Score: 2

      I have a Chrome photo editing app called "Polarr" - when I run it under Chrome on linux, it spawns a new window and then looks and behaves very much like its Windows and Android variants.

      So it tells me that developers can do some pretty nice things with the technology, but the quickest way to do anything with it (read: monetize) is to just package up some web 2.0 and call it a day.

      --

      You are in a twisty maze of processor lines, all alike.
      There is a lot of hype here.
  12. Re:This is why I don't use develop using Google te by johanw · · Score: 1, Informative

    Psst, did you know about the targetSdkVersion setting in build.gradle? So you can keep using the OS quirks you like?

  13. Re:Chromebook's not selling? by Anonymous Coward · · Score: 1

    It's almost like it was built for ease of use because that's what the majority of people care about, rather than the spregy edge case users wanting to computer janitor every interaction of their pocket computer.

  14. Where is Firefox's replacement of XULRunner? by kriston · · Score: 1

    OK, then, now that Chrome is doing the desktop web application more seriously, where is Firefox's replacement of the defunct XULRunner that did essentially the same thing?

    --

    Kriston

  15. Progressive Web Apps by identity_pi · · Score: 1

    I Think progressive web apps are really good. It is really good for chrome apps. Our team in https://www.identitypi.com/ uses chrome apps a lot. especially as extensions. It is good to hear progress.

  16. Internet matchmaking for LAN games by tepples · · Score: 1

    Playing a local game? Those don't 'need' central servers and certainly worked before the internets.

    Except nowadays, commercial video games need the Internet for matchmaking even if you're playing on the LAN.
    <cough>StarCraft II</cough>

    1. Re:Internet matchmaking for LAN games by JohnFen · · Score: 1

      Except nowadays, commercial video games need the Internet

      Technically, they don't need the internet. They just force you to connect to their server because they want that sweet, sweet data.

      This evil trend of requiring games to be online when there's no good reason for it is what pushed me out of the gaming world.

    2. Re:Internet matchmaking for LAN games by JohnFen · · Score: 1

      This is true, but it's a pain to determine which is which. And there are so many older games that are new to me, I'm pretty happy sticking with those.

  17. isn't this Electron? by smithcl8 · · Score: 1

    And isn't this something they should be able to do pretty readily?

  18. Go for it. by JohnFen · · Score: 1

    I don't use Chrome apps, and I won't use "progressive web apps", either.

  19. Re:Let me expand here on the issue by datavirtue · · Score: 1

    "Really big apps have lots of data powering that GUI, they are not crappy checklists"

    I think the platform, as they usually do, has outgrown the inventor. These mobile platforms were devised as consumer devices by companies that like to use one button or make all of their revenue off a single form field on a blank web page.

    --
    I object to power without constructive purpose. --Spock
  20. Re:This is why I don't use develop using Google te by datavirtue · · Score: 1

    No way these web apps are going to last. Just thinking about developing one makes my skin crawl.

    --
    I object to power without constructive purpose. --Spock
  21. Re:This is why I don't use develop using Google te by datavirtue · · Score: 1

    Take a look at Xamarin Forms. It abstracts away a lot of those problems to someone else and lets you focus on developing an app. ...and your app works on other platfroms without much fuss.

    --
    I object to power without constructive purpose. --Spock
  22. Re:slashot breeds idiots by JohnFen · · Score: 1

    I think that you care because you went to the effort to reply to my comment.

  23. What is the difference by DarkRookie · · Score: 1

    What is the difference between this and a local HTML file. I am very confused on the difference.

    --
    The millennial that doesn't like most of the stuff designed for millennials.
    1. Re:What is the difference by sgrover · · Score: 1

      The concept is similar. The difference is that a PWA is intended to be just another web application, but can continue to function when the online connection fails. It does this by caching application elements, using queues to send data back to the server (the queues can be processed when the connection is restored), and gracefully telling the user that a connection is not possible without breaking the look/feel of the application. Yes there are some things the app can't do when disconnected, but that is just a planned state now, rather than the default "I have no choice how to handle that" state. Because the manifest file defines what is needed to get started, your web app can now run locally without the UI of the browser. (i.e. empty window with only your web content). To the user it appears as a local application. To you, you have a single code base that runs on all mobile platforms looking like native apps, and the desktop in the traditional sense. So responsive with steroids. What data your application needs cached, or even if caching is a good thing is up to you as the developer. Not all applications will fit the PWA concept nicely, but I believe most do with a little thinking.

  24. Re:How the fuck will I run it offline? by sgrover · · Score: 1

    font, icons, and layout are usually common to all the app pages and can be cached. Now the data retrieved to populate the layout elements can be analyzed and also cached locally if/when needed. Now the web app works fine when offline (just like loading an html file in the browser directly) - except where data needs to be pulled or pushed to an online resource. Pushing the data can be queued, so that side of things can also be handled offline. Getting new data is the one thing the app can't really work around - but it CAN show an appropriate in-app error/warning message that this can't be done right now. Whereas a typical web page/app would just give the default "service not available" error from the browser/os. The heavy lifting is handled by a JS service worker. So a news reader type application could update it's news articles when a connection is available, and then the app could display those articles if the online connection exists or not. Or a time tracking app could collect entries in a queue and then push them to the server when the online connection is restored.

  25. Re:Delphi X lets you do just that... apk by tepples · · Score: 1

    Why does the Delphi store show "Add to Cart" without a price?

  26. Would you prefer "Join our mailing list"? by tepples · · Score: 1

    If you repeatedly ran into screens like the following, would you find it still "worth the trade-offs"?

    GNU/Linux: Buy Now
    Windows desktop: Buy Now
    Android: Buy Now on Google Play Store
    Your preferred platform: Join our mailing list to be notified when the crowdfunding campaign begins

  27. Re:Ask them... apk by tepples · · Score: 1

    Using a different browser at a different location, I see prices. But neither Starter nor Professional appears to support X11/Linux. Only Enterprise (roughly $3000 per seat) does.

  28. Like hearing about the cancellation of a TV series by rbrander · · Score: 1

    ...that I never watched.

  29. I want a web where... by mnt · · Score: 1

    google does not spy on your life AND internet is free and uncensored, everywhere.

    this would free us from the need of another google "invention" that goes down the drain in one or two years.

  30. Power of PWA by SanaAbraham · · Score: 1

    Try accessing Flipkart.com or Zomato.com. It feels like you have opened the app, though it’s not the app that you have installed on your phone, it’s just a PWA. Few attractive features of PWA are 1) Responsive- Compatible with any device (desktop, mobile, tablet, including the ones yet to come). 2) Progressive- Work for all users irrespective of their browser choice. 3) Connectivity-Work Offline or on poor networks. 4) Up-to-date- the service worker update process ensures current, with offline Quoted from this article: https://codeburst.io/pwa-vs-am... A Native App is developed specifically for a particular mobile device, customized for the operating system and other device configuration, and installed directly to the device, usually through app stores. A crucial consideration, to be taken upfront, is whether to opt for native apps or web apps https://www.fingent.com/blog/n...