Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eugenioclrc/phonegap-famous-demos

Phonegap famo.us demos
https://github.com/eugenioclrc/phonegap-famous-demos

Last synced: 2 months ago
JSON representation

Phonegap famo.us demos

Awesome Lists containing this project

README

        

## PlayStore APK ##

[https://play.google.com/store/apps/details?id=com.juje.famousdemo](https://play.google.com/store/apps/details?id=com.juje.famousdemo)

## Online demo ##

[http://eugenioclrc.github.io/phonegap-famous-demos](http://eugenioclrc.github.io/phonegap-famous-demos)

To sign apk;

ant release

keytool -genkey -v -keystore famousapp.keystore -alias FamousDemos -keyalg RSA -keysize 2048 -validity 10000

jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore famousapp.keystore bin/FamousDemos-release-unsigned.apk FamousDemos

jarsigner -verify -verbose -certs bin/FamousDemos-release-unsigned.apk

zipalign -v 4 bin/FamousDemos-release-unsigned.apk FamousDemos.apk