+40 745 232 788

Online Solutions Development Blog   |  

RSS

Tag Archives: app

posted by ,
Categories: Mobile Development
Tags , , , , , ,

Developing mobile applications using HTML5 is a very discussed subject these days. Using only HTML, CSS and JavaScript sounds attractive to a lot of people because of the lean learning curve and the cross-platform ability. Two of the frameworks that make this happen are MoSync and PhoneGap. The open-source MoSync Software Development Kit (SDK) is …

posted by ,
Categories: Mobile Development
Tags , , , , , , ,

In this final part of Creating a Sencha Touch MVC application from scratch series we’ll add some data to our application we’ve started in part 1, part 2 and part 3. Before we start please note that in order for the examples in this article to work, you need to place the application on a …

posted by ,
Categories: Mobile Development
Tags , , , , , ,

In this article we will continue to build our Sencha Touch MVC app we’ve started in part 1 and part 2. This time we will explore different ways to call a controller action. A controller action can be called in three ways: Using the route as a value for the href attribute of an anchor …

posted by ,
Categories: Mobile Development
Tags , , , ,

As the title says we will continue to build our Sencha Touch MVC app we’ve started in part 1. In this part we will create a controller and two views and learn how to use them. Let’s modify our current project structure by adding some folders: Creating a controller. In app/controllers create a file named …