DEV Community

Cover image for Cool Dependency Setup for building Android App from Scratch
Egit S.
Egit S.

Posted on • Originally published at esabook.wordpress.com on

3 1

Cool Dependency Setup for building Android App from Scratch

Good notes to get better on Android App Development, including for:

  • Small Apk size
  • Smoothness Experience
  • Testable
  • Easy for Error Inspection
  • Easy for Code Change
  • Easy Development
  • Monitored

Core

Goal: Write Once for all android compatibility.

Networking

Goal: Caching, Fail Handler, Simple usage, Overriddable

Image Loader

Goal: Faster in current competition than other for lazy loading

Local Database

Goal: Fast DB access, small footprint, easy migration

Logging Manager

Goal: Single gate keeper for other logger or analytics.

Resource Builder

Goal: Vector, animation support

Media Recognition

Goal: Easy to use, Active Community

Tools

Goal: Faster Development

Testing

Goal: Easy Integration, Validation

CI/CD

Postmark Image

Speedy emails, satisfied customers

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay