this post was submitted on 04 Aug 2023
35 points (97.3% liked)

AndroidApps

1433 readers
1 users here now

Community dedicated to Android apps and software.

Related Communities:

Rules:

spoiler0. Use common sense.

  1. No distribution of APKs from unknown sources or direct downloads. You are only allowed to share from GitHub (no direct links, repo only), Play Store, F-Droid, or Aurora Store.
  2. No piracy. This includes hacking, cracking in-app purchases or bypassing forms of DRM. YouTube (Music) Vanced are allowed exceptions to this.
  3. No rooting apps allowed. This also includes hacking software or tools.
  4. No apps that require root to function. This also includes Magisk and Magisk-related software. However: If the app features extra functionality that is available if you are rooted, but it is not required to use the app it is then okay. I.e. YouTube Vanced does not require root, but it features stuff that works only with root.
  5. No software that requires ADB or patching system files. Exceptions are well-known debloaters such as UAD and other manually approved stuff. Otherwise, ADB is not a user-friendly or safe tool and discourage its usage here.

These rules are subject to change at any point in time with or without user notice.

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 year ago (2 children)

Is this just a wrapper for the website or is it native code?

[–] [email protected] 4 points 1 year ago (1 children)

I believe they used Capacitor to develop a native app from the PWA codebase.

[–] EarlTurlet 1 points 1 year ago

Still a PWA and not native, essentially. It's running the application in a system WebView instead of the browser providing it. (Personally, I consider native meaning the core code is running on the Android JVM or a NDK language.)