-
Notifications
You must be signed in to change notification settings - Fork 32
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
강원대_Android_이아림_3주차과제_STEP2 #74
base: arieum
Are you sure you want to change the base?
Conversation
- Implemented OnClickListener for searchTextview - Add intent to navigate from the mapView to searchView
…search into arieum_step2
placeRepository = PlaceRepository(this) | ||
placeRepository.reset() | ||
placeList = placeRepository.insertInitialData() |
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.
아직 Repository들을 View에서 직접 세팅하고 사용하고 계신데 ViewModel로 옮기셔야 합니다
} | ||
recyclerView.adapter = resultAdapter | ||
recyclerView.layoutManager = LinearLayoutManager(this) | ||
resultAdapter.submitList(placeList) |
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.
ViewModel을 적용하기가 조금 어렵다고 하셨는데 이번주까지만 MVC로 진행하시고 이번에 Step3 작업 하신 이후에는 조금씩이나마 ViewModel을 사용해서 데이터 흐름이 LocalDB -> View로 오는 흐름을 만들어보세요
실무에서는 다 이런 방식으로 설계하기 때문에 결국 부딪혀야 합니다. 강사님과 멘토 믿고 부족해도 괜찮으니 시도해보세요!
…ibutes with 'start'end'
…ecessary textWatcher variable and directly adding the TextWatcher to the input EditText
…for clear mapping of JSON response_fields
아림님 키워드 검색 부분이 구현되지 않은것 같은데 맞나요?? |
아직 STEP0, STEP1 피드백을 못받았지만...! 슬쩍 STEP2 PR도 보내봅니다