-
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.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
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
-
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
-
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.
-
For image loading, I used the rememberImagePainter() composable function from the coil image loading library.
Related posts
-
Is there anywhere on github which has the latest Android Open Source Project (AOSP) files?
-
useCompose - implementation of useful hooks inspired by React but for Jetpack Compose. It includes useState, useEffect, createContext/useContext, and useConnectionStatus.
-
Requesting best practices to remove lag on Jetpack compose Sectioned LazyColumn
-
Gradle 8.11: Faster Configuration Cache and Improved Configuration Time
-
Day 30. Old code