Blogs

MoSync Reload, bringing the web development experience to the mobile world.
Published by Ali Sarrafi on March 14, 2012 Trying out my JavaScript code on a device was always a time consuming and boring part of my development. I personally think when you use dynamic languages like JavaScript the workflow should be dynamic as well.

MoSync Hackathon in Stockholm, April 14th!
Published by Patrick Broman on April 10, 2012On April 14th we're inviting you to the MoSync Hackathon, which takes place in a former nuclear reactor in Stockholm, Sweden! A full day of hacking, free beer and pizza and hanging out with other mobile and web developers.

A Flexible Moblet Class
Published by Mikael Kindborg on April 05, 2012If you have programmed a MoSync app in C++ you have probably used the Moblet class. This class abstracts away the low-level MoSync event loop and provides high-level methods and listeners to reduce the amount of code needed to develop mobile apps.
As with all abstractions, the Moblet class also takes away some of the control from the developer. A game developer asked on Twitter how to dynamically start and stop the Moblet event loop, and when I looked into this it turned out that the functionality required for doing that was abstracted away and hidden from the programmer.

Codefessions: Mobile Development Practices from the MoSync Team
Published by Ali Sarrafi on March 23, 2012Every developer during his/her development process solves interesting problems, overcomes barriers and comes up with new ideas. These experiences are worth sharing with others since they may hit the same walls.

Cross-platform tools reduce barriers to entry and democratise app development
Published by Henrik von Schoultz on March 09, 2012 New report on Cross platform developer tools from VisionMobile

Faster Android Virtual Device AVD
Published by Alex Jonsson on February 03, 2012When using the Android emulator, I've noticed that my laptop halts to a craw pretty much, with a few FPS even if the same app runs 20 FPS on a physical device. And when @mosync got a tweet from @_mark who had a pretty decent PC to work with and had similar issues, I had a look into why it's so and what you can do about it. Note that many discuss long startup details, while these tips are rather about performance once up running an app in emulation.

Meet us at M-days, Frankfurt
Published by Alex Jonsson on February 01, 2012Come meet us at the M-days conference in Frankfurt, Germany on 1-2 Feb, 2012. The Swedish vikings are giving a show with Rebtel, Crunchfish, Screen Interaction, VMS, Call Control and the Mobile Business and Sweden Mobile Association, find us in stand A 17 in Messhalle 1. We'll get you a soda, coffee or beer, or come join the WIP jam with me and le Thibault and party with the Mobile Monday Frankfurt chapter.
best regards
The Mosync Team

MoSync docs en Français
Published by Alex Jonsson on January 10, 2012MoSync en français - such a xmas present - quel merveilleux cadeau!

Debugging SOAP in MoSync
Published by Sam Pickard on January 01, 2012Debugging SOAP in MoSync is pretty straightforward, if you've got the right tools. I've been using Wireshark (www.wireshark.org) and soapUI (www.soapui.org). These are both free tools you can use. Wireshark lets you see all the data passing through your network card, so you can see exactly what is being sent and received, and soapUI creates a test environment so you can easily test the server and check that the error isn't coming from there, and see what a good SOAP call looks like.

Our Facebook mobile API for mobile application developers
Published by Anthony Hartley on December 08, 2011These days its seems that every other mobile application uses some form of social connectivity, Facebook has become a very popular mobile platform for many! OK enough already, tell me more about the Facebook mobile API.
So in this release of MoSync, we have a rich Facebook mobile library that gives you access to almost all of the Facebook Mobile graph API, this can be bound to our HTML5 / JavaScript, so both mobile web application developers and C++ hackers can get full access to the facebook mobile functions.