sample proof of concept for an android based mobile payment application.
CardWallet is hosted in the following web site
https://github.com/ankurshukla/CardWallet
If you think the Android project CardWallet listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of CardWallet.
Item | Value |
---|---|
Java File Count | 10 |
Supported screen sizes | [hdpi] |
Minimum SDK Version | 15 |
Activity Count | 5 |
jar files used | card.io.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.CAMERA android.permission.INTERNET android.permission.VIBRATE |
CardWallet has the following Java source files.
com.ankur.cardwallet.activity.AddCardActivity.java com.ankur.cardwallet.activity.CardWalletActivity.java com.ankur.cardwallet.activity.EditCardActivity.java com.ankur.cardwallet.activity.ViewCardsActivity.java com.ankur.cardwallet.datasource.Card.java com.ankur.cardwallet.datasource.CardDAO.java com.ankur.cardwallet.datasource.DBHelper.java com.ankur.cardwallet.services.ScanIntentService.java com.ankur.cardwallet.utilities.ActivitiesBridge.java com.ankur.cardwallet.utilities.IntentHelper.java