Looking for a good strategy for mobile GTK apps

Feature requests for the GTK+ version of Transmission
Post Reply
blackyman7
Posts: 1
Joined: Thu Jul 16, 2020 3:39 pm

Looking for a good strategy for mobile GTK apps

Post by blackyman7 »

I’m fairly new to GTK development but I’m looking for a way to make an app that runs just as well on desktop as mobile. Has anyone done this before and have thoughts on good practices?

Some questions that come to mind:

How should I detect whether they are on mobile? Inspect screen size with GDK?

Can GTK tell when screen is in portrait vs landscape? If so how?

Is there any strategy for making a less cpu intensive GTK app that uses less energy?
Post Reply