this post was submitted on 16 Jun 2023
3 points (66.7% liked)

Android

9355 readers
1 users here now

A place to discuss anything related to Android or Android adjacent.


INFO:


Check Out Our Partner Communities:

[email protected]

founded 4 years ago
MODERATORS
 

Imo all apps like facebook, twitter, Instagram, reddit, imdb, or anything else that requires network and gives almost no benefits are pointless (and always were).

I see most people are finally getting it and there are less useless rest clients nowadays.

There few use cases for such apps - if you are bad at webdesign and have lots of free time. And second thing - theoretically app requires less bandwidth for requesting only JSON.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 year ago

Imo all apps like facebook, twitter, Instagram, reddit, imdb, or anything else that requires network and gives almost no benefits are pointless (and always were).

I'm not gonna lie, this was like one of two sentences I understood lol

Speaking from someone who's worked on both, there absolutely is a case for native Android apps. The biggest is engagement, having push notifications is huge for getting people to come back to your platform. Quite frankly, once Lemmy apps start getting going with notifications, there will probably be a really nice uplift.

Secondly, you can currently do way more with code running on the device than Javascript in a browser. Video editing comes to top of mind.

theoretically app requires less bandwidth for requesting only JSON

This was the other half sentence I understood, and I think it's wrong. Most apps are SPAs with cache, so for a lot of cases the only thing going through the network is JSON.