• Home
  • Game
    Action Simulation RPG Sports Casual Cards Music Puzzle Shooting Romance
  • Apps
    Business Social Lifestyle Shopping Tools Travel Finance Education News Health
  • Articles

English 中文(简体) 中文(繁体) 한국어 日本語 Português Español Русский العربية Indonesia Deutsch Français ภาษาไทย
Home Apps Business ShowKad
ShowKad

ShowKad

1
2
3
4
5
Download
  • Version 2.9.1
  • Category Business
  • Package Name com.causalidea.cikad.showkad
  • Update Time January 13, 2025
  • Size 175.17KB
About this app

Reads MyKad, using an ACR38U-PocketMate smartcard reader.

ShowKad reads from 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);

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"));

extras.getString ("GENDER"));

extras.getString ("CITIZENSHIP"));

extras.getString ("BIRTH_DATE"));

extras.getString ("RACE"));

extras.getString ("RELIGION"));

extras.getString ("ADDRESS_1"));

extras.getString ("ADDRESS_2"));

extras.getString ("ADDRESS_3"));

extras.getString ("POSTCODE"));

extras.getString ("CITY"));

extras.getString ("STATE"));

photoByteArray = extras.getByteArray ("PHOTO");

if (photoByteArray != null) {

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

imageView.setImageBitmap (bitmap);

}

}

} 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

What's New in the Latest Version 2.9.1

Last updated on Mar 1, 2022 Removed write permission for external storage. This permission is no longer needed.
Download(175.17KB)
Users also viewed
  • GBW Theme ICS Cyan Arc

    GBW Theme ICS Cyan Arc

    1.0.1 October 6, 2025
  • Otg Usb Screen Mirroring

    Otg Usb Screen Mirroring

    3.6 October 4, 2025
  • Guarantees

    Guarantees

    1.4.11 October 4, 2025
  • PDF Reader Fumiko BETA

    PDF Reader Fumiko BETA

    1.1.0 October 4, 2025
  • Wabiz Lite

    Wabiz Lite

    2.0.216 October 2, 2025
  • How to fold origami dragon

    How to fold origami dragon

    1.0 October 1, 2025
  • How to Knit

    How to Knit

    1.0 October 1, 2025
  • BASF onkruiden

    BASF onkruiden

    2.0 September 30, 2025
  • Gwent Players Map - Witcher 3

    Gwent Players Map - Witcher 3

    1.0 September 29, 2025
  • Pocket Welder Helper

    Pocket Welder Helper

    10.6 September 29, 2025
  • Room Finder

    Room Finder

    2.0.6 September 28, 2025
  • Fake Me Out of Here 2

    Fake Me Out of Here 2

    1.01 September 27, 2025
  • moxVR

    moxVR

    1.3.5 September 26, 2025
  • PadCAD CAD Drafting

    PadCAD CAD Drafting

    1.9.40 September 26, 2025
  • Slides - Presentation Remote

    Slides - Presentation Remote

    2.2.4 September 26, 2025
About Privacy Policy Terms of Service Cooking Policy

© Copyright 2017-2025 downzs.com