-
자동완성목록 리스트의 아이템을 클릭하면 해당 시설을 지도에 표시하는 기능을 구현한다.
- [x] #114 에 표시된 리스트의 아이템을 클릭하면 해당 시설을 지도에 표시하는 기능을 구현한다.
- [x] 아이템을 클릭하면 FlaotingSearchView가 Focus를 잃게 한다.
- [x] 클릭한 아이템의 keyword 정보 중 입력한 정보와 일부 …
-
search 컬렉션에서 조회한 자동완성목록 데이터를 리스트에 표시한다.
- [x] #113 에서 구현한 검색 조회 결과를 담은 LiveData에 Observe 를 적용한다.
* observer 가 호출될 때마다 swapSuggestions 를 통해 갱신된 자동완성목록을 표시하도록 구현한다.
- [x] 목록 표시의 규격을 다음 사항을 참고해 구현한다…
-
I am changing my application to use a DayNight theme so it will follow the user's device preferences. However, the FloatingSearchView is the only View not changing themes and is locked to whatever the…
-
검색뷰에 입력 시 자동완성목록을 표시할 리스트를 구현한다.
#111 에서 적용한 라이브러리에 자동완성목록 리스트가 구현 되어 있으므로
해당 라이브러리에 대한 이해와 추가 및 적용해야할 기능에 대해 명시한다.
-
툴바 위치에 검색뷰를 구현한다.
* SearchView 를 사용한다.
* NaverMapFragment에 구현한다.
- [x] SearchView 의 버튼만이 아닌 배경을 클릭해도 검색이 활성화되게 설정한다.
> * 아래 링크를 참고한다.
> https://jootc.com/p/201906252932
* 아래에 더 나은 방안을 제시했으므로…
-
Hello I am using App Intro version 4.2.3 and in my app i am using 7 slides and 2 language so i need to access the second slide views .
in case english lang it's ok there is no problem but in case RT…
-
Manifest merger failed : Attribute application@appComponentFactory value=(android.support.v4.app.CoreComponentFactory) from [com.android.support:support-compat:28.0.0] AndroidManifest.xml:22:18-91
i…
-
I have a list of Strings fetched from local database How can I use this list as suggestion in FSV?
In your example I watched you convert Json format to ColorWrapper but How about mine?
Regards
-
When I build app apk the android studio respond
"Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'.
> com.android.build.api.transform.TransformException: java.util.zip.Zi…
-
I created a simple menu item
``
No matter what value I use for showAsAction, when the app first starts the icon is hidden in the overflow icon menu. If I rotate my device (to re-create my activ…
ghost updated
6 years ago