-
Notifications
You must be signed in to change notification settings - Fork 0
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
There are some issues on SurveyListAdapter #17
Comments
This is an error on my part when testing long survey descriptions, this should be removed asap
Noted on this, will adjust |
Removed description concatenation and created a new class to hold survey list item data in PR #20 |
@ryan-conway I see you updated to use FragmentStateAdapter to show the list of surveys instead of RecyclerView.Adapter with the ViewHolder, could you please share your idea why did you change your mind? 🤔 And I spotted the update outside of the PR #20 |
@hoangnguyen92dn In order to fix the issue with the page indicator dots, I decided to change to a |
I am curious why do you concatenate the description for the text view description? 🤔
survey-exam/app/src/main/java/com/example/nimblesurveys/survey/SurveyListAdapter.kt
Line 34 in 3ae3ac7
By adding
l
in the adapter, we should avoid modifying the model inside the adapter in my opinion, it could be handled in the mapping step instead.survey-exam/app/src/main/java/com/example/nimblesurveys/survey/SurveyListAdapter.kt
Line 37 in 3ae3ac7
The text was updated successfully, but these errors were encountered: