ErvinCs / kb-gesture-detector

Android service that captures and saves input patterns.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pattern Memo

A paint-like interface to save patterns in-app.
Can run as a background service.
Note: Will consume the input on the lower half of the screen.

Learned:

  • Capturing touch events
  • Creating and saving bitmaps
  • Managing Fragments
  • Running background services

About

Android service that captures and saves input patterns.


Languages

Language:Kotlin 59.7%Language:Java 40.3%