Thursday, November 28, 2013

PhoneGap installation

Today I installed PhoneGap on my computer. I have been playing with it yesterday on the computers at the University, and decided to install it on my computer too.

To install PhoneGap I needed to install Node.js first, which can be downloaded here: http://nodejs.org/.
I then restarted my laptop, and run the npm install -g phonegap command on the command prompt. This installed PhoneGap on my laptop and was ready to use.

Wednesday, November 27, 2013

Welcome!

Welcome to my Individual Project Blog. This blog will contain information about my individual project, such as findings and progress. Every time I find something useful for my project I will update this blog with that information.

My project is about comparing different frameworks for Android development. I will create two prototype applications to support this comparison. The prototypes will consist of a To-do list and will be based on hybrid and native languages.
For the prototype hybrid application, I will be using PhoneGap; and for the native application I will be using Eclipse with the Android Developer Tools (ADT) plug-in.


android developer tools