AndroidCodility / ProximitySensor

Android application to use a Proximity Sensor which detect the presence of nearby objects without any physical contact using Kotlin Programming Language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proximity Sensor

Android application to use a Proximity Sensor which detect the presence of nearby objects without any physical contact using Kotlin Programming Language.

A proximity sensor often emits an electromagnetic field or a beam of electromagnetic radiation (infrared, for instance), and looks for changes in the field or return signal.

Add Permission in Manifest

{

<uses-permission android:name="android.hardware.sensor.proximity"/>

}

PROXIMITY 1 PROXIMITY 2 PROXIMITY 3

Play Video

Like Facebook Page

About

Android application to use a Proximity Sensor which detect the presence of nearby objects without any physical contact using Kotlin Programming Language.

License:MIT License


Languages

Language:Kotlin 100.0%