Skip to content

Latest commit

 

History

History
32 lines (14 loc) · 882 Bytes

README.md

File metadata and controls

32 lines (14 loc) · 882 Bytes

Kotlin Multiplatform NFC Tag Reader

This is a Near-Field Communication (NFC) Tag Reader application built using Kotlin Multiplatform. It can run on both Android and iOS.

Introduction

This application is developed with the goal of demonstrating the power of Kotlin Multiplatform (KMP). It leverages the NFC capabilities of both Android and iOS devices to read NFC tags and display the information to the user.

Features

  • Read NFC Tags
  • Display tag information
  • Uniform UX on both Android and iOS

Note: For Android devices, ensure that NFC is enabled. If NFC is disabled, the application will not detect NFC tags.

Demo

iOS Demo

NFC.Tag.Reader.iOS.Demo.mp4

Android Demo

NFC.Tag.Reader.Android.Demo.mov