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

Open Source

38645 readers
358 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.

top 18 comments
sorted by: hot top controversial new old
[โ€“] Interstellar_1@lemmy.blahaj.zone 9 points 10 months ago (1 children)

Very nice! Not as slick of a UI as Breezy Weather imo, but definitely close.

[โ€“] GravitySpoiled@lemmy.ml 3 points 10 months ago (1 children)

I love geometric weather but it has no map

[โ€“] rhymepurple@lemmy.ml 4 points 10 months ago (1 children)

Take a look at QuickWeather if you want a map.

[โ€“] Eyck_of_denesle@lemmy.zip 2 points 10 months ago* (last edited 10 months ago) (1 children)

I use justweather, i like its material you widget

[โ€“] Numenor@lemmy.world 14 points 10 months ago (2 children)
[โ€“] Eyck_of_denesle@lemmy.zip 1 points 10 months ago (1 children)

I don't understand what you said

[โ€“] thejevans@lemmy.ml 6 points 10 months ago (1 children)

Pretend there is a comma and maybe an exclamation point like this:

I use justweather, i like its material, you widget!

[โ€“] Eyck_of_denesle@lemmy.zip 1 points 10 months ago

Lmao i thought i was so confused. Thanks for the explanation.

Did you also read widget as midget?

[โ€“] warmaster@lemmy.world 1 points 10 months ago

Tried it, it's awesome. Recommended. Thanks for sharing!

[โ€“] ByteMe@lemmy.world 0 points 10 months ago (2 children)
[โ€“] N0x0n@lemmy.ml 2 points 10 months ago (1 children)

I also got confused by the wording and screenshots.

Designed to mimic the look and feel of a native Android app.

I mean it's an .apk file so why wouldn't it feel of a native android app?

[โ€“] ByteMe@lemmy.world 3 points 10 months ago (1 children)

But why is it built in html and js and css

[โ€“] N0x0n@lemmy.ml 1 points 10 months ago* (last edited 10 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 !!

[โ€“] Ghoelian@lemmy.dbzer0.com 4 points 10 months ago* (last edited 10 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.

[โ€“] N0x0n@lemmy.ml 1 points 10 months ago
[โ€“] miau@lemmy.sdf.org 1 points 10 months ago

Nope. It is an android app. The author is probably using some kind of webview to display the data, so html and css are for laying out and styling the components. This is pretty common nowadays