Android Programming with JAVA 02 - Boolean logic with NOT gate

Опубликовано: 17 Февраль 2026
на канале: SIMPLECODE
170
3

Android programming with JAVA.
Episode 02: Building simple NOT logic gate.
Today we`ll model simple NOT gate using classes. To do so we`ll create a class NotGate which will represent NOT gate - simple signal invertor.
So functionality of NOT gate is if input pin recieved voltage - then output will be zero and vice versa.
We`ll also implement signal input as separate thread wich will infinetely generate random signal (pseudorandom) and feed it into our NOT gate`s input pin.
=====================================
SUBSCRIBE FOR MORE: http://goo.gl/bMexAI
=====================================