Re: [Interest] Native UI on Android (without QtQuick)

2014-11-24 Thread Nurmi J-P
On 24 Nov 2014, at 18:25, Attila Csipa wrote: > > > On 11/18/2014 11:37 PM, Ian Monroe wrote: >> >> On Tue, Nov 18, 2014 at 7:13 AM, Attila Csipa wrote: >> >> It turns out you can do a fully functional (ie. not a subset) Android UI >> just by using QAndroidExtras and it's QAndroidJNIObject cl

Re: [Interest] Native UI on Android (without QtQuick)

2014-11-24 Thread Attila Csipa
On 11/18/2014 11:37 PM, Ian Monroe wrote: On Tue, Nov 18, 2014 at 7:13 AM, Attila Csipa > wrote: It turns out you can do a fully functional (ie. not a subset) Android UI just by using QAndroidExtras and it's QAndroidJNIObject class from C++, witho

Re: [Interest] Native UI on Android (without QtQuick)

2014-11-18 Thread Ian Monroe
On Tue, Nov 18, 2014 at 7:13 AM, Attila Csipa wrote: > HI, > > It turns out you can do a fully functional (ie. not a subset) Android UI > just by using QAndroidExtras and it's QAndroidJNIObject class from C++, > without ever touching QML or QtQuick. At this point, this is just an > exercise, for

[Interest] Native UI on Android (without QtQuick)

2014-11-18 Thread Attila Csipa
HI, It turns out you can do a fully functional (ie. not a subset) Android UI just by using QAndroidExtras and it's QAndroidJNIObject class from C++, without ever touching QML or QtQuick. At this point, this is just an exercise, for details see http://achipa.blogspot.com/2014/11/native-ui-in-qt