| | |
| | | import com.common.openapi.MethodConst;
|
| | | import com.common.openapi.entity.DeviceDetailListData;
|
| | | import com.common.openapi.entity.DeviceListData;
|
| | | import com.hdl.HdlToLc;
|
| | | import com.lechange.demo.R;
|
| | | import com.lechange.demo.adapter.DeviceListAdapter;
|
| | | import com.lechange.demo.view.LcPullToRefreshRecyclerView;
|
| | |
| | | import com.lechange.pulltorefreshlistview.PullToRefreshBase;
|
| | | import com.mm.android.deviceaddmodule.LCDeviceEngine;
|
| | | import com.mm.android.deviceaddmodule.mobilecommon.utils.LogUtil;
|
| | | import com.utils.HdlToLcUtils;
|
| | |
|
| | | import java.util.ArrayList;
|
| | | import java.util.Iterator;
|
| | |
| | | super.onCreate(savedInstanceState);
|
| | | setContentView(R.layout.activity_device_list);
|
| | | initView();
|
| | | HdlToLc.requestPermission();
|
| | | HdlToLcUtils.getInstance().requestPermission();
|
| | | }
|
| | |
|
| | | private void initView() {
|