Cactpot-solver on Android
September 4, 2015
I have been working on learning how to build QT apps on Android, and was able to successfully run Cactpot-solver on my phone, using native C++.
As you can see, the UI doesn't do any platform-based magic to appear differently on the phone, and in actual use, the blue outlines are harder to see than I'd like, so some work is needed here to make this usable. I was pleasantly surprised how easy it was.
I am unsure if there is any sort of syntactic magic that can be done here, or if (as I suspect) it's better to have a distinct user interface for the Android version. It would be really nice if the same UI could do both.
Categorized as: Android | Linux | Personal
Leave a Reply