this post was submitted on 25 Aug 2024
55 points (98.2% liked)

Open Source

31018 readers
764 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

Just want to share it. Found it on fdroid.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 3 points 2 months ago (1 children)

But why is it built in html and js and css

[โ€“] [email protected] 1 points 2 months ago* (last edited 2 months ago) (1 children)

No idea... You're right it's mosly written in kotlin for android :/

I'm not a dev but that's rather strange :/ if someone could chime in, thanks !!

[โ€“] [email protected] 4 points 2 months ago* (last edited 2 months ago) (1 children)

The views are all just webviews. You can find all of the pages in the app/src/main/assets/pages folder, it's all html and css.

Their package name is also still com.example, their target sdk doesn't match their compile sdk, and also neither match with the target sdk in their AppManifest.xml.

So I'm guessing this is just someone who isn't really familiar with java or native android views or something, so just decided to build it in something they do know instead.

[โ€“] [email protected] 1 points 2 months ago