This is my private github - thats why it's so empty :( 99,9% of code goes elsewhere.
I mainly work in Java and
(despite there is not much Android here).
oh man these stats are not exiting at all!
App that discovers nearby bluetooth devices and shows info about them. Allows to receive and send messages to other bluetooth devices. I use it to communicate with my arduino.
Java 1
Program that shows usage of patterns: chain of responsibility/command, pool, state design on example of vending machine.
import java.util.HashMap;
public enum EnumMap {
E1(1),
E2(2),