+40 745 232 788

Online Solutions Development Blog   |  

RSS

Tag Archives: sencha touch

posted by ,
Categories: Mobile Development
Tags ,

In this article we will implement a chat application for mobile devices that will work on both Android and iOS. In order to do so, we will need knowledge of Sencha Touch for the mobile application, Node.js for server-side and MySQL for the database. We can use this kind of application to communicate with other people …

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

In a previous article I’ve extended the Sencha Touch 1 tab bar component to be used in a MVC structured application. After Sencha Touch 2 was launched some of the readers that liked that solution asked if it could be adapted for the new version. Now that I got the time to focus on this …

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: JavaScript, Mobile Development
Tags , , , ,

Usually, when creating a Sencha Touch MVC application all of its controllers and views are included manually in index.html and loaded when the app starts. But, when there are a lot of controllers and views to load, the time it takes the application to launch will be longer. A solution for this could be to …

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

While I’m working on the 4th part of the Creating a Sencha Touch MVC application from scratch  series, I’ve decided to write this little article because the feedback received indicated that this would be useful for some of you. Many Sencha Touch developers tried or want to use the TabPanel component in a MVC structured …