2013-08-19から1日間の記事一覧

How to add an Android native plugin to a cordova project

Motivation I have been developing a very simple music player application for Android using Apache Cordova and jQuery Mobile *1 to learn how to develop a hybrid application. But I think the new version of Apache Cordova, I am using version …

How to call back from java to javascript in cordova

Motivation I wanted to notify changes of play state from the native java plugin to javascript in my project. I struggled the mission and I finally solved it. Let me share the solution. The first implementation First I tried to store the Ca…