Latest Insights on App Development for Your Business-Innofied

Category: Sencha Touch

  • Sencha app development Best Practices at Innofied

    You will find lots of Sencha tutorials all over the web but only a handful of them will actually show you how to follow specific guidelines, while developing a medium level Sencha project. It is a common experience for me to witness Sencha Touch projects from different programmers, without any planning and architecture in code. The resultant…

  • Hybrid apps – the ideal choice for app development

    In my last article “Is the gap between web apps and native apps disappearing?“, we discussed how web apps were slowly bridging the gap between them and native apps. Now even if those changes are significant web apps cannot conquer them all. At least not before something revolutionary comes by in the field. Considering the…

  • Single scrolled parent with multiple containers in Sencha

    App developers often need to create a view with multiple dataviews, lists and/or containers. In Sencha, we have seen a common problem of multiple scrollbar when a page has many containers. The whole view looks pretty mixed while scrolling any of the containers. Developers often look for a realistic solution to this problem; I have…

  • Sencha Touch coding guidelines you should follow: Part 1

    I started working with Sencha in 2009. It was ExtJS back then and was only for web development. Once started, I immediately fell in love with the library because of its structure and beautiful widgets. However, the learning curve was very steep and only a handful of developers were actively working on it that time.…

  • Slide navigation with Sencha Touch

    [UPDATES] 1. Main panel issues are resolved now. 2. There are multiple viewport files in the development version. Keep only one while creating production or testing build with Sencha. Because Sencha by default includes all the classes of same name in the build. —————————————————————————————— Slide navigation in mobile apps is a huge hit now-a-days. Starting…

  • Mosaic image gallery with Sencha Touch 2.2

    Few days ago I was searching for a mobile image gallery with sencha and I found a great extension for jQuery Mobile at PhotoSwipe . It seems almost all the apps developed with jQuery Mobile and with an Image gallery are actually using this extension for the gallery. However, while searched for the same with…

  • iPhone like infobubble with Sencha Touch

    Every time a client wants a map in his application, he wants an infowindow for sure to show the details of  map markers. And by infowindow, they assume the native iPhone like infobubble. Now, while creating a map for Sencha Touch, the default infowindow of Google doesn’t really look good in mobile device. So here…