-
Notifications
You must be signed in to change notification settings - Fork 520
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
Fixes #160: Add HTML parsing to ConceptCardFragment #331
Conversation
app/src/main/java/org/oppia/app/topic/conceptcard/ConceptCardFragment.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/oppia/app/topic/conceptcard/ConceptCardPresenter.kt
Outdated
Show resolved
Hide resolved
app/src/sharedTest/java/org/oppia/app/topic/conceptcard/ConceptCardFragmentTest.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/oppia/app/topic/conceptcard/ConceptCardViewModel.kt
Outdated
Show resolved
Hide resolved
@BenHenning PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed, we shouldn't be showing the worked examples since the design isn't finalized for them.
app/src/main/java/org/oppia/app/topic/conceptcard/ConceptCardFragmentPresenter.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/oppia/app/topic/conceptcard/ConceptCardFragmentPresenter.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/oppia/app/topic/conceptcard/ConceptCardFragmentPresenter.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/oppia/app/topic/conceptcard/ConceptCardFragmentPresenter.kt
Outdated
Show resolved
Hide resolved
@BenHenning PTAL. I removed the recyclerview with worked examples. Also, I created an interface for hosting activities to inherit to dismiss the concept card fragment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @jamesxu0! LGTM, just a few small nits to fix.
Explanation
Fixes #160: Add HTML parsing to ConceptCardFragment
Checklist