Skip to content

Firestore #479

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

Merged
merged 14 commits into from
Aug 20, 2020
Merged

Firestore #479

merged 14 commits into from
Aug 20, 2020

Conversation

butterflyforever
Copy link
Collaborator

1.Profile UI
2.Construction and connection of Firestore
3.Async Task class to Download and set user photo
4.Interaction between runFragment and Firestore
5.Login status Observer

val runHistoryListForView : ArrayList<ProfileViewModel.SingleRun>
= profileVM.getRunHistoryListForView()
val runHistoryAdapter = RunHistoryAdapter(requireContext(), runHistoryListForView)
val runHistoryListView = view?.findViewById<ListView>(R.id.run_history_list_view)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RecyclerView is the modern replacement for ListView. For this case I think ListView is fine. https://developer.android.com/jetpack/androidx/releases/recyclerview?hl=en

Copy link
Collaborator

@caller9 caller9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pretty decent test coverage additions, thanks.

@caller9 caller9 merged commit def696a into summer-2020 Aug 20, 2020
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

Successfully merging this pull request may close these issues.

3 participants