• 3 Posts
  • 139 Comments
Joined 2 years ago
cake
Cake day: August 21st, 2023

help-circle

  • I lived in a neighborhood that some would consider a bad neighborhood but actually it was pretty nice. Saw a drug raid across the street from me but never had any issues with theft, violence. There was a nice path behind the house that went to a local park. The only issues we had there were with the police ticketing us for parking cars on the lawn, when there was nowhere else to park them.















  • Progressive Web Apps, it’s just a website that masquerades as an app and can do most of the same things.

    All you have to do is link a manifest file in your root HTML page and Android users will be prompted to “Install the app” when they visit the site.

    You get an icon on the home screen, a full screen app view, and it can handle links like other apps. Your manifest can request permissions like location, etc.

    I guess some companies will always want a Play Store presence, but it’s not really necessary for most apps.