Showing posts with label iOS. Show all posts
Showing posts with label iOS. Show all posts

Sunday, September 22, 2013

9 years and one month of Concept Application Server

It's been 9 years since I've started this project. Now is mature, tested in high load environments, over a hundred end-user solutions implemented by myself. There's a lot of new stuff, both in Concept Application Server and GyroGears.

For start, Concept 3.0 is almost here, with lots of new features. The main star is the new Concept Client for iOS.











For Gyro, lots of bug fixes and a new UI model for child entities was added. Now, you can show all the info using the same window (without opening new child windows). It's a tab-bar style view.

Also, drag-and-drop of files/images is now cleaner.
Mobile applications generated by GyroGears are now read/write, and use the same source code and binary for both Android and iOS.

DRM API's are available in beta, as a new feature in Concept 3.0.

Concept Client for OS X 10.8 is now up-to-date, and soon a binary packet for Concept Application Server will be available for OS X.

Saturday, November 12, 2011

Ultraportability 3.0

It's been a while since I've started to analyze Android and iOS. I've thought of making a high level wrapper to maintain only one code tree for both platforms ... and I came over MoSync that does exactly this. And it does it in C/C++ !
I've spent the last few nights rewriting the core communication objects in order to be compatible with ARM devices in single thread mode over asynchronous socket. And now, it works, and it works better than I've expected. So, I've decided that for Concept 3.0 I will have the same UI for every platform.

Here are some pretty pictures:












A debug console ... for really bad days.



Here you can see the same application (using exactly the same code) running on desktop (the whole code is on background).




I've ported even the dialogs.

I hope that in early December to have a fully functional iOS and Android client.