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…
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…