【實用生產應用app】ShowKad|最夯免費app

【實用生產應用app】ShowKad|最夯免費app

分享好友

【免費生產應用App】ShowKad-APP點子

ShowKad reads and snaps the MyKad chip. A tap on the photo gives an enlarged picture to help visual inspection of the cardholder. It also provides an easy way for other apps to read MyKad, by allowing them to launch ShowKad using intent, and get the MyKad personal particulars back, without having to deal with smartcard commands and reader integration.

Instead of asking customers or students to fill up application or registration forms, just read their personal particulars from MyKad. There is no chance of introducing human errors, for example, in IC number copying. All data is replicated electronically. ShowKad brings to everyone efficient data processing previously limited to huge and wealthy corporations and government departments. And it does this WITHOUT a computer. Even better is, there is NO software licensing fee. ShowKad is available for use by anyone FREE OF CHARGE.

Sample code for launching ShowKad through intent from another app :

intent = new Intent ("com.causalidea.cikad.showkad.READ_MYKAD");

extras = new Bundle ();

extras.putBoolean ("READ_PHOTO", false); // Do not read the photo

intent.putExtras (extras);

【免費生產應用App】ShowKad-APP點子

activity.startActivityForResult (intent, 0);

Sample code for receiving the output from ShowKad :

public void onActivityResult (int requestCode, int resultCode, Intent intent) {

if (resultCode == Activity.RESULT_OK) {

extras = intent.getExtras ();

if (extras != null) {

extras.getString ("IC_NUMBER"));

extras.getString ("NAME"));

【免費生產應用App】ShowKad-APP點子

extras.getString ("GENDER"));

extras.getString ("CITIZENSHIP"));

extras.getString ("BIRTH_DATE"));

extras.getString ("RACE"));

【免費生產應用App】ShowKad-APP點子

extras.getString ("RELIGION"));

extras.getString ("ADDRESS_1"));

extras.getString ("ADDRESS_2"));

extras.getString ("ADDRESS_3"));

【免費生產應用App】ShowKad-APP點子

extras.getString ("POSTCODE"));

extras.getString ("CITY"));

extras.getString ("STATE"));

【免費生產應用App】ShowKad-APP點子

photoByteArray = extras.getByteArray ("PHOTO");

if (photoByteArray != null) {

bitmap = BitmapFactory.decodeByteArray (photoByteArray, 0, photoByteArray.length);

imageView.setImageBitmap (bitmap);

}

【免費生產應用App】ShowKad-APP點子

}

} else if (resultCode == Activity.RESULT_CANCELED) {

}

}

ShowKad works on a general purpose smartphone or tablet. A smartcard reader of model ACR38U-PocketMate is needed. This is probably one of the smallest and most portable contact smartcard readers in the market. To purchase the reader, please visit :

http://www.causalidea.com/home/ci-showkad

To experience how it works without a smartcard reader, please install the demo edition, which assumes the presence of a fictitious MyKad.

Disclaimer :

While Causal Idea attempts to ensure the application is correct, and may introduce updates whenever necessary, it does not guarantee the application is flawless, and is not responsible for any loss, injury or damage inflicted during and after the installation and use of the application.

Reminder :

You are responsible for the safe-keeping of the collected personal particulars, and for making sure they are not utilized in any manner not agreed by their owners.

Third-party components :

This application contains the file choosing component aFileChooser from iPaulPro. The license terms of aFileChooser are available at https://github.com/iPaulPro/aFileChooser/blob/master/LICENSE.txt

Additional hardware required :

This application is meant to be used with a smartcard reader, which is available at http://www.causalidea.com/home/ci-showkad

【免費生產應用App】ShowKad-APP點子

免費玩ShowKad APP玩免費

免費玩ShowKad App

ShowKad APP LOGO

ShowKad LOGO-APP點子

ShowKad APP QRCode

ShowKad QRCode-APP點子
熱門國家系統支援版本費用APP評分上架日期更新日期
未知Android
Google Play
2.5.0
App下載
免費
1970-01-012015-04-24
分享app
上一個APP
下一個APP

高評價生產應用App推薦

DAKA SMD Code查询

对于体积较小的贴片电子元件,由于不便将元件标识全部印在元件上,各厂家制定了自己一套代码(用简单数字+字母)来标识各种型号元件。这个查询软件对于那些看到元件标识但不知道具体型号的电路分析人员来说很有帮助。免費玩DAKA SMD Code查询 APP玩免費免費玩DAKA SMD Code查询 AppDA …
云享消息版

云享,简洁可靠易用的企业私有云盘系统,使用云享,您可以通过网页、电脑、移动设备等多种终端随时随地轻松访问您在私有云盘存储的文件。 云享消息特别版,支持文本、语音以及图片消息收发。文件分享专属消息通知等强大功能。 功能介绍: http://www.beyondcent.com 支持文档目录结构快速加载 …