android / android/architecture-samples

mPresenter.takeView(this); onResume

Open
#569 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Kotlin
Stars
45.8k
Forks
11.9k
PR merge metrics
No merged PRs in 30d

Description

why “mPresenter.takeView(this);” worked onResume,not onCreate?Doesn't this do a lot of repetitive work?

Contributor guide

Open the contributing guide

Research direction

Start by locating the sample code that calls mPresenter.takeView(this) from onResume and compare it with the related onCreate lifecycle entry point. Review the presenter/view lifecycle handling and determine whether the repeated call is intentional; the issue is complete when the lifecycle behavior and any necessary documentation or code change are clear.

Written by the indexing model from the issue text.

Assessment

Tech stack
kotlin
Domain
mobile
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.