question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Experiment with Jetpack Compose in WhatTheStackActivity

See original GitHub issue

Jetpack Compose is the next generation UI toolkit for Android. Creating an experimental version of the error screen in compose would serve as a nice playground for the project.

Tasks:

  • Setup project for Jetpack Compose (enable compose in build features)
  • Create an experimental version of WhatTheStackActivity using composables
  • Incorporate Jetpack Compose’s Material Theming for implementing dark mode support

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
haroldadmincommented, Oct 3, 2020

Thanks for taking this up @Charis1331

Please make sure to raise the PR against the dev branch, not master. I don’t want to include Compose related code in the stable releases, but it would be okay to do dev releases with it.

0reactions
haroldadmincommented, Oct 6, 2020

Closing with #19

Read more comments on GitHub >

github_iconTop Results From Across the Web

Testing your Compose layout - Jetpack - Android Developers
This section describes how to set up your module to let you test compose code. First, add the following dependencies to the build.gradle...
Read more >
Understanding re-composition in Jetpack Compose with a ...
Understanding re-composition in Jetpack Compose with a case study ... called me a week ago asking to look into a code he was...
Read more >
Jetpack Compose UI Test: How to find Node with specific text ...
In that specific case the extension function withRole is a custom one created by the article writer, this one:
Read more >
Case study 🕵️‍♀️ Mosaic for Jetpack Compose
Mosaic is a nice case study for how to create a client library for the Jetpack Compose compiler and runtime. Lets have a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found