Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stages of the Activity Lifecycle: Android Basics with Compose #19

Open
mmhmjanssen opened this issue Jul 15, 2023 · 0 comments
Open

Stages of the Activity Lifecycle: Android Basics with Compose #19

mmhmjanssen opened this issue Jul 15, 2023 · 0 comments

Comments

@mmhmjanssen
Copy link

URL of codelab
https://developer.android.com/codelabs/basic-android-kotlin-compose-activity-lifecycle

In which task and step of the codelab can this issue be found?
Explore the lifecycle methods and add basic logging

Describe the problem
At first I thought there was a problem in logcat because logcat displayed a lot of unexpected message when I applied the proposed filter "tag:MainActivity".
The reason turned out to be that (a lot of) other messages contain the text "MainActivity". After I changed the tag in my code to "MyMainActivity" I only got the messages that I was supposed to get.

Steps to reproduce?
See description of problem and course step.
Run the app on a physical device (not the emulator). I ran the app on a Samsung Galaxy Tab 7 FE.

Versions
Android Studio version:
Android Studio Flamingo | 2022.2.1 Patch 2
Build #AI-222.4459.24.2221.10121639, built on May 12, 2023

API version of the emulator:
Not used

Additional information
Include screenshots if they would be useful in clarifying the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant