Leor Brenman
Appcelerator Autocomplete Search
A server side search for customers, accounts, inventory, products, etc… in a mobile application is a very common operation. A typical UI for this...
Implementing Recent Search History in your Appcelerator apps
One of my favorite app features is Google Maps Recent History. This subtle feature shows up in the desktop browser as well on...
REST-to-REST API Optimization using the Appcelerator Node.ACS MBaaS
If my back end data source (e.g. Salesforce.com, SAP. Oracle, …) exposes its data with modern REST APIs, can I still leverage the Appcelerator...
Node.ACS SOAP Web Service Integration
While Appcelerator Titanium provides means for creating client side integrations to SOAP web services, parsing XML on the client is a cumbersome task. And...
Node.ACS Integration Abstraction: Moving from MySQL to CouchDB
.appc_code{
background-color: #000;
font-size: 12px;
color: #f2f2f2;
padding: 10px;
margin: 5px;
margin-bottom: 10px;
border-radius: 5px;
width: 590px;
float: left;
overflow-x: scroll;
}
Mobile middleware provides a means of abstracting data integration between the mobile device and...
Interactive Charts in Appcelerator Titanium
.appc_code{
background-color: #000;
font-size: 12px;
color: #f2f2f2;
padding: 10px;
margin: 5px;
margin-bottom: 10px;
border-radius: 5px;
width: 590px;
float: left;
overflow-x: scroll;
}
Interactive charts provide a powerful means to understanding data and data trends. As users...
Creating a MySQL-powered Web Service using Node.ACS
.appc_code{
background-color: #000;
color: #f2f2f2;
padding: 5px;
margin: 5px;
}
Often Enterprises need to create mobile applications, such as a Sales Flash Report or Executive Dashboard application that integrate with...
Appcelerator Node.ACS Financial Stock Watch List
Implementing a Financial Stock Watch List may seem pretty straightforward at first, but optimizing it for mobile in the most efficient way possible presents...