Android Engineer · Startup Founder · Pune, India

Building apps
that live
on the device.

2 years. 65,000 organic users. Three shipped apps. On-device LLMs, offline-first sync, and zero cloud dependencies. Co-founded Genzopia Solutions and owned every layer: product, architecture, monetization.

Samrudha Kshirsagar
What I actually believe
The best mobile apps
work without the cloud.
01

On-device AI, not cloud AI

Quantized LLMs running entirely on-device via JNI/NDK. Private, fast, and functional with zero signal. No API call. No latency. No data leaving the phone.

02

Offline-first, not online-first

Room + Retrofit sync designed to survive disconnection. Users in low-connectivity environments get the full experience — state reconciles silently when signal returns.

03

Owned architecture, not committee decisions

Co-founded and built Genzopia solo. Every product decision, architecture choice, and monetization experiment was mine to make and mine to live with.

04

Real users, not demo users

65,000+ organic installs. 4.9 ★ across 10+ countries. Production-grade crash cycles, ANR resolutions, and Profiler sessions — not simulated load tests.

The numbers
Production experience.
Not just side projects.
65K+Organic users

Built and scaled Offline AI entirely solo. No paid acquisition. Product-market fit earned through iteration.

4.9 ★FocusGuard rating

Custom Android launcher. OS-level app blocking, per-app time limits, Stripe integration. 10+ countries.

2yrProduction experience

Kotlin, Jetpack Compose, MVVM/MVI, Coroutines/Flow, Room, Retrofit, WorkManager, JNI/NDK.

4Shipped apps

Offline AI · FocusGuard · GenzCrop · Device Doctor. One on Amazon Appstore. One on Play Store with 30K+ installs.

0Cloud calls in Offline AI

Every inference runs on-device. ONNX + quantized models + semantic search. The network permission is not requested.

2Hackathon 1st places

Ideathon 1.0 & 2.0. University Project Competition. Competing, winning, shipping.

Selected work
Three apps shipped.

All production. All on the Play Store or Amazon Appstore.

01Offline AIKotlin · NDK · Jetpack Compose

Private AI assistant. Quantized LLMs on-device via custom JNI/NDK inference pipeline. Semantic search over local embeddings. No cloud calls. 65,000+ users.

View Project →
02FocusAIKotlin · Compose · AIDL

Custom Android launcher with OS-level app blocking and per-app time limits. Full payment integration via Stripe. Built UI/UX from scratch. 4.9★ in 10+ countries.

View Project →
04Device DoctorAndroid Hardware APIs · Amazon Appstore

Real-time hardware diagnostics for camera, microphone, and sensors. Published on Amazon Appstore.

View Project →
The architecture
The stack that makes
offline AI possible.
// Offline AI — inference pipeline

model_format:         .task, .gguf, .litertlm
inference_runtime:    JNI/NDK — custom C++ bridge
embedding_search:     on-device semantic vector index
network_permission:   NOT REQUESTED
cloud_calls:          0
data_location:        YOUR DEVICE

// Android stack

language:             Kotlin
ui:                   Jetpack Compose
architecture:         MVVM / MVI
async:                Coroutines + Flow
local_db:             Room
sync:                 Retrofit + WorkManager
ai_tools:             MediaPipe · OpenCV · ONNX · Gemma · Qwen
Building something
that needs to work offline?