{
    分享网正式开通,我们为大家提供免费资源,欢迎大家踊跃投稿!

android实现商场购物地图、展位摊位在线预定

该控件可让室内图片上的区域拥有点击事件,可用于开发电影院选座、商场购物地图、展位摊位在线预定、办公场地租赁工位等需要操作不规则区域功能。 快速开始
  • Add it in your root build.gradle at the end of repositories:
allprojects {  repositories {    jcenter()    maven { url 'https://jitpack.io' }  }}
  • 在 app 应用模块的 build.gradle 引入
dependencies {  compile 'com.github.karonl:InDoorSurfaceView:1.0'}
  • 在 xml 文件中进行组件声明
<com.karonl.instance.InDoorView    android:id="@+id/surface"    android:layout_width="match_parent"    android:layout_height="match_parent" />
  • 在对应的 activity 中进行引用,并通过设置适配器,把底图和区域 list 填入,最后 refreshData();
InDoorView view = (InDoorView)findViewById(R.id.surface);  ....adapter.refreshData();


资源均来自第三方,谨慎下载,前往第三方网站下载


米微资源分享网 , 版权所有丨本站资源仅限于学习研究,严禁从事商业或者非法活动!丨本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:android实现商场购物地图、展位摊位在线预定
喜欢 ()分享 (0)