Is code supposted to be all in main activity?

This page summarizes the projects mentioned and recommended in the original post on /r/androiddev

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • reactive-mvvm-android

    Reactive MVVM with Flows - Showcase Android app 📱

    I would definitely avoid putting everything in the Activity. Usually you want to separate your code between multiple layers like data, domain and view. Then you can choose a pattern like MVVM, MVI or MVP (MVP is not used that much anymore). Here you have a repo I made with a reactive MVVM example: Github Reactive MVVM with Flows

  • architecture-samples

    A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • pomodoro-scheduler

    Discontinued This is a simple and configurable pomodoro timer [Moved to: https://github.com/emenjivar/pomodoro-timer]

    I'm also working in my own small project following the same structure, Just in case you want to see an example.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts