Post #1748511
2026-02-16 10:05 UTC
@sstendahl Hey 👋. Can I ask you for some guidance, if you don't mind. (Since I saw you've already published an app on Flathub.)
Mainly related to - how to structure Libadwaita classes and widgets?
I really struggle with, what comes after what and how to maintain a proper order.
Is there any intuitive way to understand this? Or could you please provide some suggestions from your experience.
Some people have suggested to use "Cambalache" and I'm doing it but, it's honestly a hassle.
Replies (1)
-
@sstendahl@floss.social 2026-02-16 11:50
@javalps@mastodon.social Honestly, it's a difficult question. I remember in the beginning that this was also quite difficult for me, especially working with xml directly. It does get easier over time. One thing that simplified things quite a bit, was doing the UI with help of blueprint. My typical advice is just to look how things are implemented in other projects, and try to implement from there. 1/x