wx on Android?

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
Post Reply
SSteven
Earned a small fee
Earned a small fee
Posts: 15
Joined: Fri Sep 04, 2015 7:03 am

wx on Android?

Post by SSteven »

Hi

Can wxwidgets be used on Android?

If so, how?

Thanks
User avatar
doublemax
Moderator
Moderator
Posts: 19159
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: wx on Android?

Post by doublemax »

Short answer: Not easily.

wxAndroid was a GSoC project a few years ago, but never made it past experimental stage.
Demo in Playstore: https://play.google.com/store/apps/deta ... .wxwidgets

One option might be to use the wxQT port, but i don't know if it actually works. Check <wxdir>/docs/qt/install.txt
https://github.com/wxWidgets/wxWidgets/ ... nstall.txt
Use the source, Luke!
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7477
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: wx on Android?

Post by ONEEYEMAN »

Hi,
I think Mariano had a "proof of concept" demo with wxQT on Android.
Post Reply