Building Reddit Recap with Jetpack Compose on Android

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • androidx

    Development environment for Android Jetpack extension libraries under the androidx namespace. Synchronized with Android Jetpack's primary development branch on AOSP.

  • To diagnose whether our composables and models meet these criteria, we leveraged Compose Compiler Metrics. These gave us stability information about the composable parameters and allowed us to update our UiModels and composables to make sure that they could be skipped. We ran into a few snags. At first, we were not using immutable collections, which meant that our list parameters were mutable and hence composables using these params could not be skipped. This was an easy fix. Another unexpected issue we ran into was that while our composables were skippable, we found that when lambdas were recreated, they weren't considered equal to previous instances, so we wrapped the event handler in a remember call, like this:

  • 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.

    InfluxDB logo
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

  • Is there anywhere on github which has the latest Android Open Source Project (AOSP) files?

    2 projects | /r/androiddev | 6 Mar 2023
  • Does anyone actually use DataStore?

    4 projects | /r/androiddev | 3 Aug 2022
  • Where is the GitHub repo for kotlin multi platform mobile. I can't find it?

    1 project | /r/androiddev | 4 Jul 2022
  • Introducing Focus, a new open source Gradle plugin

    1 project | /r/androiddev | 31 Mar 2022
  • Just because Jetpack Compose is out, it does not mean we have to bury the old XML

    1 project | /r/androiddev | 23 Mar 2022