cmota / unsplash-compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Composable New World!

This is the project created for the live demo of Jetpack Compose.

👉 Presentation

There's another repository with Compose for Android, Desktop and Web along with Kotlin Multiplatform available here:

👉 Source Code

Features

This application fetches a list of trending images from Unsplash API.

Additionally, it also allows to search images for any topic.

Components

List of components used:

  • Row, Column, LazyColumn, Image, Text, OutlinedTextField, Scaffold, Modifiers, Spacer
  • NavHost

Additional libraries used:

  • Coil
  • Accompanist (swipe to refresh)

Screens

Image of home screen with all the trending pictures from Unsplash About screen with information about the app

About


Languages

Language:Kotlin 100.0%