05-22-2021, 09:20 AM
(This post was last modified: 05-22-2021, 09:23 AM by nightranger73.)
AFAIK on Lazarus you have to care only about source. The FPC compiler should take care of the rest choosing the appropriate widget set. I use it to code on Linux and building apps on windows work machine since it's quite easy to port. I just have to define some conditional flag, usually for file path but the rest works out of the box. Keep in mind that Lazarus it's not optimized for mobile apps. There are better alternatives just like libhandy (gnome) and kirigami (qt) for mobile apps but I don't think there are units (inc files) for lazarus