The simple jQuery app for search CC0 image, using Pixabay API, apk build with Cordova.
- create project:
cordova create imgSearch com.example.imgSearch CC0_Img_Search
- add platfrom:
cordova platform add android
-
put index.html to imgSearch/www/
-
build:
cordova build