Our Android App is Frozen in Carbonite
Our Android App is Frozen in Carbonite
After seven years of trying, we need to change course on our adventure in the Android galaxy.
Our Android App is Frozen in Carbonite
After seven years of trying, we need to change course on our adventure in the Android galaxy.
The new requirements make sense only if there's the possibility to contact human support. Google unfortunately is run by bots
Surely at this point you'd make your own Google Drive and sync your notes to there? Clearly relying on a third party API isn't working for them financially so stop doing it. Some S3 storage and a backend isn't that difficult and could be run for pennies.
I'm not sure from this blog post why they can't do that?
Cuz they're shit programmers who can't think out of the box...who the fuck would use google drive in the first place?!???
It's asinine.
I guess integration with Google Drive is a big convenience for users.
But yes, if the cost of getting access is to high for indie developers, then it make sense to avoid Google Drive. Creating and maintaining your own cloud sync service for a specific app may not be worth it, they should investigate integration with existing Google Drive competitors/alternatives.
I don't understand why there aren't more progressive web apps to combat this. Maybe the google drive integration would still be a problem, but you can avoid app store shenanigans by deploying directly to your users.
I've been working on Duet, an open source Getting Things Done task app. It's mainly developed as a PWA, with a working Android client.
I primarily only intented to distribute it as a PWA, but there are way too many problems with this approach:
PWAs work well for any sort of situation where you have online experiences like shopping or the like - Walmart's Flipkart have a really good PWA built in React Native for Web and is often showcased as the best example of React Native and React Native Web by the RN team
The moment you want to make a slightly more complex app like a productivity app or similar, you'll find it very hard to work with a PWA and would want a native counterpart.
Not to mention that any sort of filesystem access pretty much requires you to have a hybrid app - either through React Native, or Expo, or Capacitor.
Maybe Firefox dropping pwa support is a factor there?
You're limited on UX when it comes to PWAs. For tools where this matters a lot, PWAs are a non-starter.