Miamicoder - miamicoder.com - MiamiCoder
General Information:
Latest News:
Creating a Custom Theme for a Sencha Touch Application 15 Jul 2013 | 08:37 pm
Changing the look and feel of your Sencha Touch app is an important step that you can take to give its users a unique experience. In this tutorial you will learn how Sencha Touch themes work, and what...
Creating a Sencha Touch Nested List with a PHP Backend 23 Jun 2013 | 11:05 pm
In this tutorial you will learn how to use a Sencha Touch Nested List to render data sent from a server. I have seen developers who are getting started with Sencha Touch struggle with this scenario, i...
How to Create an ASP.NET Handler for a Sencha Touch Store 26 Apr 2013 | 06:02 pm
In this tutorial you will learn how to create a .NET server-side handler for a Sencha Touch store. Our goal is to build the server-side .NET code that will work with the store in order to read, create...
Sencha Touch 2 Stores – Editing Model Instances and Reverting Changes 2 Apr 2013 | 05:23 pm
In this tutorial you are going to learn how to edit and revert changes to a Sencha Touch Model instance. You will also learn how and when to query a Sencha Touch data store to obtain the records that ...
jQuery Mobile Sample: Executive Dashboard 15 Mar 2013 | 04:26 pm
In this tutorial you will build a jQuery Mobile app based on an Executive Dashboard prototype that I put together some time ago. The app consists of a screen that renders charts and a summary table, a...
How To Define User Roles in a Sencha Touch Application 7 Feb 2013 | 06:24 pm
Great mobile apps adapt themselves to the rights of person who is using them. In this tutorial you will learn how to create a Roles class that you can use to implement authentication and authorization...
Adding a Login Screen to a Sencha Touch Application, Part 2 19 Dec 2012 | 06:57 pm
This is the second part of a tutorial where you will learn how to add a Login feature to your Sencha Touch application. In this part you will create the application controller that will perform the us...
Adding a Login Screen to a Sencha Touch Application 26 Nov 2012 | 11:06 pm
In this tutorial you will learn how to add a Login feature to your Sencha Touch application. You will follow a popular aproach, presenting users with a Login screen, and upon successful login, display...
Sencha Touch 2 Stores – Adding, Removing and Finding Records 3 Oct 2012 | 01:59 am
In this Sencha Touch stores article you will learn how to add, remove and find records in a Sencha Touch store. Read on!
Sencha Touch 2 Models – hasMany Associations, C# Example 18 Sep 2012 | 05:55 pm
In this tutorial you will learn how to use the hasMany association, a feature of Sencha Touch models that allows you to connect two models in a one-to-many relationship. The back-end code for this tut...