Category: Android
-
Going Mobile: Wrapping an existing web application in Cordova/Phonegap
Going Mobile: Wrapping an existing web application in Cordova/Phonegap There are many choices to build mobile applications, from native to the growing popularity of hybrid development, with everything in between. In all of these cases, as a developer you would be writing a brand new mobile application from scratch with the ultimate goal of deploying…
-
Creating an Android App Using Apache Cordova 3.x.x
Creating an Android App Using Apache Cordova 3.x.x – http://pulse.me/s/pn1Aw
-
Developing a mobile app with Phonegap, AngularJS and ExpressJS Part I
As a side project, I have embarked lately on the task of developing a mobile application with what ended up using Phonegap, AngularJS and ExpressJS. The gist of the application is to allow users to sign up and be able to share financial tips. I will document my journey along for others who are thinking…
-
My first mobile Hackathon experience
On Saturday October 15th 2011 I attended the ATT Mobile App Hackathon held at the AOL headquarters in Dulles Virginia. It was quite a drive for me to get there, on top on waking up early on a Saturday morning but I figured it was worth it, I was already on a roll attending the…
-
Google Music Beta: A couple of months later…
I was excited to participate in the Google Music Beta testing and so far i can say that i really like the app. It performs well as far as playing music, specially through Bluetooth which i use daily. Be warned though that you better organize your music before uploading to the cloud. As I have…
-
Android Development: PhoneGap’s “No such file or directory” Error
I was following the tutorial on the Phonegap wiki to set up the example project within the Eclipse SDK and ran into this issue where PhoneGap could not find the phonegap.jar under the framework directory: `stat’: no such file or directory android-sdk-path.bat D:/Development/Android/example_android/framework/phonegap.jar (Errno::ENOENT) I had followed the previous steps and was puzzled by this…