this post was submitted on 29 Sep 2024
806 points (97.6% liked)

Microblog Memes

5499 readers
2237 users here now

A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.

Created as an evolution of White People Twitter and other tweet-capture subreddits.

Rules:

  1. Please put at least one word relevant to the post in the post title.
  2. Be nice.
  3. No advertising, brand promotion or guerilla marketing.
  4. Posters are encouraged to link to the toot or tweet etc in the description of posts.

Related communities:

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] jet@hackertalks.com 54 points 6 days ago (9 children)

Most people don't know what a phone app actually is.

That is 100% true

[–] tetris11@lemmy.ml 40 points 6 days ago* (last edited 6 days ago) (4 children)

Exactly. Is it just a webpage served up with some native UI buttons to make it look more glossy? Are app permissions implemented as separate system users under POSIX? How many apps are written in languages/frameworks running from interpreters, and how many actually touch bare metal? Are app media that use Gallery permissions duplicating data or linking to it?

No one knows what an app is, the app development frameworks I learned 10 years ago are no longer relevant and have likely shifted to a whole new paradigm. If it looks perplexing to me, I can imagine it looks like magic to non-techies.

[–] Jeremyward@lemmy.world 5 points 6 days ago* (last edited 6 days ago) (2 children)

The PWA frameworks are pretty cool. Essentially just system level API hooks which then integrate into a existing React - NextJs - whatever projects. Granted it isn't touching bare metal like you said but it is a nice level of a abstraction and beats dealing with android studio 🤢

Edit: I hear Expo is neat but I haven't used it yet.

[–] evranch@lemmy.ca 4 points 5 days ago

beats dealing with android studio

It's been years since I went near Android for this reason, I've had some decent ideas for stuff I'd like to do on mobile but was so turned off on developing for the entire platform. Maybe I'll have to take a look at some of the new frameworks.

My trouble is I would prefer to write in an embedded style C/C++ for the agricultural stuff I want to do, and all this Java/JS stuff and heavy focus on fancy UX is really not my vibe.

load more comments (1 replies)
load more comments (2 replies)
load more comments (6 replies)