Discussion:
wxAndroid development
Steve Cookson
2014-09-18 10:24:19 UTC
Permalink
Hi Guys,

I Just downloaded wxAndroid yesterday from here:

https://play.google.com/store/apps/details?id=org.wxwidgets.

As far as I can see (http://wiki.wxwidgets.org/WxAndroid/Status), only
the following classes have been partially implemented:

* wxTopLevelWindow
* wxDialog
* wxFrame
* wxNotificationMessage
* wxControl
* wxButton
* wxTextCtrl
* wxApp

Which leads to a very minimalist experience.

What can any of us do to help? Are there any instructions about how to
set up a development environment or how to contribute?

Please let us know,

Regards,

Steve.
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Eran Ifrah
2014-09-18 14:00:04 UTC
Permalink
These are the relevant links (taken from the wxAndroind GSOC email
activity):

http://wiki.wxwidgets.org/WxAndroid/build
http://wiki.wxwidgets.org/WxAndroid/docs
http://wiki.wxwidgets.org/WxAndroid/WXNative
http://wiki.wxwidgets.org/WxAndroid/WXCalls
Post by Steve Cookson
Hi Guys,
https://play.google.com/store/apps/details?id=org.wxwidgets.
As far as I can see (http://wiki.wxwidgets.org/WxAndroid/Status), only
- wxTopLevelWindow
- wxDialog
- wxFrame
- wxNotificationMessage
- wxControl
- wxButton
- wxTextCtrl
- wxApp
Which leads to a very minimalist experience.
What can any of us do to help? Are there any instructions about how to
set up a development environment or how to contribute?
Please let us know,
Regards,
Steve.
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
or visit http://groups.google.com/group/wx-users
--
Eran Ifrah,
Author of codelite, a cross platform open source C/C++ IDE:
http://www.codelite.org
CodeLite IDE Blog: http://codeliteide.blogspot.com/
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Eric Jensen
2014-09-18 14:09:04 UTC
Permalink
Hello Eran,

Thursday, September 18, 2014, 4:00:04 PM, you wrote:

EI> These are the relevant links (taken from the wxAndroind GSOC email activity):


EI> http://wiki.wxwidgets.org/WxAndroid/build

EI> http://wiki.wxwidgets.org/WxAndroid/docs

EI> http://wiki.wxwidgets.org/WxAndroid/WXNative

EI> http://wiki.wxwidgets.org/WxAndroid/WXCalls

Looking at the status page...
http://wiki.wxwidgets.org/WxAndroid/Status
... i think one of the most important things to add would be
wxDC/PaintDC. Because if that works and if you get mouse events,
you could theoretically draw everything yourself if your application
if it doesn't depend on native controls.

Eric
--
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Loading...