App/Android Native

Android - Unsplash API w retrofit2 - 1

Agrafenaaa 2021. 10. 8. 17:22

 

 

완성화면:

Выводы : Даром не пройдет 😂😂😂

 

Debugging

 

1. viewBinding으로 activity_main의 include(layout_button_search)의 각 컴포넌트 요소의 id 찾기

-> binding.frameSearchBtn(include에도 id 기재).frameSearchBtn(layout_button_search의 id).btnProgress(컴포넌트)

2. Handler().postDelayed is deprecated

-> Handler(Looper.getMainLooper())

3. ProgressBar 미표시

-> ProgressBar의 android:translationZ="xdp"

 

주안점

 

1. eventListener의 interface 직접 상속이 아닌 customized하여 상속 받기 

Simple implemention of members from addTextChangeListener
Extension of the listener above + the order should be kept like the screenshot

 

 

Ref: https://www.youtube.com/watch?v=cKvemtEP-Vw&t=2790s