Showing posts with label NFC. Show all posts
Showing posts with label NFC. Show all posts

Friday, 31 July 2020

Android NFC :The technical detail

Hi Guys !!! Hope all is well
Near Field Communication (NFC) is a set of short-range wireless technologies, typically requiring a distance of 4cm or less to initiate a connection. NFC allows you to share small payloads of data between an NFC tag and an Android-powered device, or between two Android-powered devices.

Build a Custom Kernel Module for Android

Hi Guys!!!Hope you are doing well !!!. Today I will describe how you can write a custom kernel module(Hello world) for Android and load it a...