As mentioned in previous post that you can find here, this post will be about persisting our counter information into SQLite database that is part of Android system. Let’s start this post with creating pojo object that will hold counter…
As mentioned in previous post that you can find here, this post will be about persisting our counter information into SQLite database that is part of Android system. Let’s start this post with creating pojo object that will hold counter…
Do you have issues managing and deploying multiple instances of Maximo (development, test, qa, production, etc) during upgrades and changes? Simply when you have to restart your Maximo instances due to some issues? Whoever had opportunity to work as Maximo support…
Last week I had a requirement to transform values on some fields that are part of object structure that is used by Maximo Anywhere . To be precise, requirement was to transform data on DOCLINKS that are part of the object…
This is first of three part series article that will show you how to build fully functional application whose purpose is to keep track of multiple counter values that user can update (increments/decrements it’s value). This first article will describe…
Recently on one of my projects I had a requirement to load failure codes and create failure code hierarchies. To achieve this I decided to use MIF (I know there are other options beside MIF to load this but I…
Here we go with the second part of article series with title Cordova – First Application. In first part of this series I have explained details how to install Cordova, setup Cordova project in NetBeans and finally described some details about…
Few days ago I run into nice article about Apache Cordova basics: An Introduction to Cordova. I read before about Cordova but never had a chance to try it out, so after reading this article I decided to give it…
In this post I am going to present to you how to use Google Maps API V3 to create functionality to draw polygons using polyline, just like in example hosted here. User can simply click points on the map that will…