Skills
Tools we've actually shipped with.
Every item here is something in Englo's codebase right now — not a badge list of things we've read about.
Android
Languages & Frameworks
Java
Primary language for every Android module we ship.
Android SDK
Single Activity architecture with fragment-based navigation.
XML
Hand-tuned layouts, no drag-and-drop leftovers.
Material Design
Adapted into custom components — like our bounce-animated bottom nav.
Backend & Data
Server & Storage
PHP
PHP 8+ APIs tuned for shared-hosting constraints.
REST API
Header-authenticated endpoints across 11+ database tables.
MySQL
Schemas designed around real query patterns, not generic CRUD.
SQLite
Offline-first caching so the app works without a connection.
Firebase
Crashlytics, FCM, and Auth wired into production.
JSON
The wire format for every client-server exchange we build.
Workflow
Tools & Platform
Git & GitHub
Version control for every project, no exceptions.
Linux
Our deployment and hosting environment of choice.
Android Studio
Where every line of Englo gets written and profiled.