this post was submitted on 21 May 2024
31 points (94.3% liked)

Programming

16209 readers
495 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
top 8 comments
sorted by: hot top controversial new old
[–] anamethatisnt@lemmy.world 11 points 1 month ago (1 children)
[–] BlackEco@lemmy.blackeco.com 13 points 1 month ago (2 children)

The Contributing Guide isn't very helpful, but after skimming over the dependencies.gradle file and the repo's Languages section, I can say that it's a native Android app written with Jetpack Compose in Java and Kotlin (I assume they are progressively rewriting the app in Kotlin).

[–] refalo@programming.dev 1 points 1 month ago (1 children)

Wonder why they didn't just use something like Qt that works pretty seamlessly across all platforms.

[–] sus@programming.dev 7 points 1 month ago* (last edited 1 month ago) (1 children)

looks like work on the android client started in 2011 (or at least, that's when it seemingly started using version control)

the app was released in 2014

so it has likely inherited decisions from ~14 years ago, I'd guess there is a several year gap where having a native desktop app was not even a concern

Also the smartphone landscape was totally different back then, QT's android support back then was in alpha (or totally nonexistent if the signal project is a bit older than the github repository makes it seem), and the average smartphone had extremely weak processing power and a tiny screen resolution by today's standards. Making the same gui function on both desktop and mobile was probably a pretty ridiculous proposition.

[–] pkill@programming.dev 1 points 1 month ago

Still shame they didn't pick it for desktop and we had to wait years for a quality alternative client like Flare.

[–] morrowind@lemmy.ml 1 points 1 month ago

Based on looking at the apps apk a can confirm it is jetpack compose

[–] morrowind@lemmy.ml 2 points 1 month ago (1 children)

WhatsApp also seems to be jetpack compose based on its apk

[–] BlackEco@lemmy.blackeco.com 4 points 1 month ago

I would have guessed React Native since Meta is pushing it so hard, now I know.