Closed come closed 10 years ago
@jerome can you PR to @come 's branch the one-liner or so needed to patch it :bow: Really want to merge this...
@jrouault @aogilvie thx in advance !
I am very new to ejecta but I have followed all your steps to store the value. Yes, I got success into built this.but I have one question.
I didn't find anything new into ejecta.js file. if you want to store with help of javascript you need to first bind into ejecta.js file
like .it has canvas implementation. How did you test this code? I am eagerly waiting to see it. or should I commit my code on this.
I am new on GIT,, so not much idea for this. @come @jrouault @aogilvie do need full on my query.
The goal of this PR is to add implementation for localStorage binding into Ejecta-X
setItem getItem removeItem clear
are implemented
It uses the SharedPreferences storage of Android (the basic key value storage for mobiles) (See: http://developer.android.com/reference/android/content/SharedPreferences.html)
Code to test it :