簡體   English   中英

Android水平滑動列表在地圖上的視圖

[英]Android Horizontal Sliding List View over Map

我遇到了一個名為Housing的應用程序,該應用程序在地圖上具有列表視圖,當我們在列表的各個項目之間移動時,地圖的標記也與該項目在地圖上的位置相對應。

在此處輸入圖片說明

是否有任何圖書館允許我們這樣做? 或關於如何在MAP頂部具有這樣的列表視圖的任何起點?

Recyclerview能夠做到這一點

<android.support.v7.widget.RecyclerView
    android:id="@+id/recycler_view"
    android:orientation="horizontal"
    android:scrollbars="horizontal"
    android:layout_width="match_parent"
    android:layout_height="match_parent" />

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM