Simple RSS Feed Reader - Jetpack Compose

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

    🌻 A pluggable, highly optimized Jetpack Compose and Kotlin Multiplatform image loading library that fetches and displays network images with Glide, Coil, and Fresco.

  • There is this landscapist library which wraps around other image loading libraries for Jetpack Compose, but I don't know if there are any advantages of using it.

  • androidx

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

  • One mistake I made is naming conversion of a composable function, that I didn't start with a noun. This is quoted from Compose API guidelines

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

    Simple REST API App Demo to show shows different HTTP client library implementations including memory and performance comparisons

  • Simple REST API Android App in Kotlin - Various HTTP Client Library Implementations

  • Demo_SimpleNavigationCompose

    Demo App - Jetpack Compose Navigation

  • Simple Jetpack Compose Navigation Example

  • AndroidNews

    A simple RSS feed reader app (written in Kotlin and Jetpack Compose) that currently reads my blog (Android Kotlin Weekly)'s feed.

  • Since this my first Jetpack Compose app, I'm sure there are rooms of improvement. All the potential enhancements that can be done for this app is documented in the GitHub's issues here.

  • Coil

    Image loading for Android and Compose Multiplatform.

  • For image loading, I used the rememberImagePainter() composable function from the coil image loading library.

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