Our #libhandy tutorial has been updated to comply with the upcoming libhandy 1.x APIs, making it an up-to-date resource for anyone willing to experiment with modern mobile Linux app development.
https://tuxphones.com/tutorial-developing-responsive-linux-smartphone-apps-gnome-builder-gtk-libhandy-gtk-part-1/ #linux
@tuxdevices the link to the repo is old as well, that repo hasn't been updated in months.
@tuxdevices
dependency('libhandy-1', version: '>= 0.9.90') -> 1.0.0, 0.9.90 makes no sense, such version never even existed.
@tuxdevices Handy.Column -> doesn't exist anymore, it's Handy.Clamp.
@tuxdevices everything about HdySqueezer etc -> there's HdyViewSwitcherBar, you don't have to do any of that manually.
@tuxdevices actually my bad, there was such a version. A very old unstable release for 0.0.10, from June, 2019. Doesn't even seem to have a git tag.
@tuxdevices also, use HdyWindow. :) Also, the way you create the title label is wrong, this is one of the reasons we introduced HdyViewSwitcherTitle to begin with, as a lot of people got it wrong.
@brainblasted @tuxdevices yup, and not doing that also allows to stop using distro package in there.
@tuxdevices one of the best tutorials I've found this far ^^ thanks!
@tuxdevices It's not upcoming, it's 2 months old at this point.