GitXplorerGitXplorer
j

rick-morty-compose

public
3 stars
2 forks
0 issues

Commits

List of commits on branch main.
Unverified
f0c154197b823be80a6adbde8c0cb12660278786

Simplify data layer models and Result use

jjamesonwilliams committed a year ago
Unverified
602607fdebd0b0d8dffe2a947a9318bdd1465b0a

AGP 8.2 update

jjamesonwilliams committed a year ago
Unverified
9d61019e99a1c8be3b2d084cd33cdd605670e09f

KTlint fixup

jjamesonwilliams committed a year ago
Unverified
c9209b477dcd2610e6ff8d860410bb96ed466a05

Use Moshi instead of KotlinX for serialiation

jjamesonwilliams committed a year ago
Unverified
aa1bd60a3c2e15f31c8176e8fab21096399cf0ed

Dependency updates

jjamesonwilliams committed a year ago
Unverified
cdbe9aeb3af8ddcaffc65624b47cc3170100f57b

Get characterId directly in ViewModel via SavedStateHandle

jjamesonwilliams committed a year ago

README

The README file for this repository.

Rick and Morty App

A simple app that pulls character data from the Rick and Morty API and displays it in a grid view. You can click on the thumbnails to get more detail about a specific character.

The code is intended to showcase a simple list/detail Android app that makes mainstream and modern tech choices ("best practices") in Android development as of Q4 2023. (Google's excellent Now in Android App reference does this too, but is a more complex example.)

Technical Choices

To do

  • Broader and more elegant use of MaterialTheme
  • Tests