Posts

Showing posts with the label Messages App

Creating Projects with Intel XDK, ListView - Part 3

Image
In my previous post  http://hodentekmobile.blogspot.com/2014/08/creating-projects-with-intel-xdk-part-2.html    I covered the various project options that you can choose for designing your apps that can be accessed by multiple devices, iPhones, Windows Phones, iPads etc. In this post I describe the steps to create a ListView App with the Intel XDK using the published templates. A list view consists of a list and when you click on one of the list items, you get a detailed page related to the item. This is a very common type of application. Download the source code for the template from github here: https://github.com/gomobile/template-list-view-ad The following note is from the above site: 'App Designer Ready-This template can be used for simple list view application that has a main view with scrollable list and detail view for each list item, this template can be used for creating applications similar to Mail app, Messages app or Twitter* app' After downlo...