Slashdot Mirror


User: zenkey.zencode

zenkey.zencode's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. Re:Desktops vs Mobile on Is Microsoft's .NET Ecosystem On the Decline? · · Score: 1

    Sorry, There is and we do. http://kivy.org/ It may not use native widgets, but that's a good choice to my mind. It's entirely consistent across platforms and in many ways, that's a lot easier to handle that catering of OS specific behaviour.

  2. Re:Porting to Android is trivial (is it?) on Ask Slashdot: Swift Or Objective-C As New iOS Developer's 1st Language? · · Score: 1
  3. Re:Porting to Android is trivial (is it?) on Ask Slashdot: Swift Or Objective-C As New iOS Developer's 1st Language? · · Score: 1

    It's utterly trivial with Kivy (http://kivy/org). You have virtually no OS differences unless you want to make use of OS specific functionality. Thankfully, Kivy provies Python wrappers for native iOS and Android calls via Objective C and Java wrappers. It really works well and it's truly open: MIT licensed...;-)

  4. How about Python? on Ask Slashdot: Swift Or Objective-C As New iOS Developer's 1st Language? · · Score: 1

    Why not use Python and run on iOS/Android/Windows/MacOSX/Windows with one codebase? http://kivy.org/