Skip to content

Karumi/KataSuperHeroesCompose

Repository files navigation

Karumi logo KataSuperHeroes with Jetpack Compose Build, lint, and test

  • We are here to learn about Jetpack Compose.
  • We are going to use Jetpack Compose Testing Tools to interact with the Application UI from our tests.
  • We are going to use Shot test our UI using Screenshot Testing.
  • We are going to use Hilt to replace production code with Test Doubles.
  • We are going to practice pair programming.

Getting started

This repository contains an Android application to show super heroes information:

ApplicationScreencast

This Application is based on Jetpack Compose components and Jetpack View Models:

  • SuperHeroListScreen showing a list of super heroes with name, photo and a special badge if is part of the Avengers Team.

MainActivityScreenshot

  • SuperHeroDetailScreen showing detailed information about a super hero like his or her name, photo and description.

SuperHeroDetailActivityScreenshot

The application architecture, dependencies and configuration is ready to just start working with view models, Hilt as dependency injector and Jetpack Compose for the UI.

Tasks

  1. UI Development:

Your task as an Android Developer is to write all the missing components needed to implement this Application UI. Navigation and the main skeleton is in place, but you'll have to implement some Jetpack Compose components using the assets provided. main branch will be used as the solution and write-ui branch will be used as your starting point.

  1. Writing tests:

Your task as Android Developer is to write all the UI tests needed to check if the Application UI is working as expected. main branch will be used as the solution and write-tests branch will be used as your starting point.

Extra Tasks

If you are done and you want to keep practicing, try to continue with the following tasks:

  • Modify the detail screen to handle an error case where the name of the super hero used to start this activity does not exist and show a message if this happens.
  • Modify the project to handle connection errors and show a message explaining that something went wrong in both screens.
  • Add coverage to all the new scenarios.

Data provided by Marvel. © 2021 MARVEL

License

Copyright 2021 Karumi

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Super Heroes Kata implemented using Jetpack Compose and Screenshot Testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published