Quoter Android app

View on Google Play
Android Engineer2024Side project1 person2 min read

Shipped a minimalist quote app on Google Play with 500+ downloads, voice playback, notifications, and shareable quote images.

Overview

Quoter is a personal Android project published under Damercy on Google Play. It is intentionally small: a clean reading experience with practical features for discovering, hearing, saving, and sharing quotes.

Problem

I wanted a polished solo project that exercised product taste, Android implementation, store packaging, and post-release care.

Constraints

  • The app needed to stay simple while still feeling finished.
  • The feature set had to support passive discovery through notifications and active use through reading and sharing.
  • As a solo build, the implementation and release process needed to stay maintainable.

Approach

I designed and shipped Quoter with quote notifications, text-to-speech playback, copy and share actions, and image-style quote sharing. The project covered the full loop from product direction to Play Store release.

Key decisions

Keep the visual design intentionally minimal

Reasoning

The app is content-led, so a quieter interface keeps attention on the quote and makes the product feel lighter.

Alternatives considered
  • Add heavier decorative UI and denser feature surfaces

Support both read and listen modes

Reasoning

Text-to-speech and notifications made the app useful outside a dedicated reading session.

Alternatives considered
  • Only support static in-app reading

Tech stack

  • Kotlin
  • Android
  • Text-to-Speech
  • Notifications
  • Google Play Console

Result and impact

  • 500+
    Downloads
  • Published on Google Play
    Platform
  • Solo end-to-end build and release
    Ownership

Quoter became a compact proof of execution across product design, Android implementation, release management, and post-launch polish.

Learnings

  • Side projects are a good place to sharpen product taste as much as engineering skill.
  • A small app still benefits from careful feature packaging and thoughtful UX details.
  • Shipping publicly changes how you evaluate quality and completeness.

Quoter was a useful sandbox because small apps still expose the real product questions: what to include, what to leave quiet, and how polished the release should feel.