zuoni

Results 8 issues of zuoni

页面有个按钮重置筛选字段。怎么重置table里的排序

添加头部的view 设置match 显示的时候会变窄

mBtAdapter = BluetoothAdapter.getDefaultAdapter(); // 得到已配对蓝牙设备列表 Set pairedDevices = mBtAdapter.getBondedDevices(); // 如果有配对的设备,添加已配对设备到列表并显示 if (pairedDevices.size() > 0) { for (BluetoothDevice device : pairedDevices) { searchResults.add(new SearchResult(device)); if(searchResults.size()>3){ //只显示3条历史数据 break; } } }

我维护的一个项目使用了你的这个库

案例 页面A 先finish后跳转B 然后B跳转C 这时候C跳转B的时候发现跳转补过去。日志输出 Calling a method in the system process without a qualified user: android.app.ContextImpl.startActivity:899 android.content.ContextWrapper.startActivity:401 androidx.core.content.ContextCompat.startActivity:251 com.alibaba.android.arouter.launcher._ARouter.startActivity:436 com.alibaba.android.arouter.launcher._ARouter.access$200:41 2022-12-06 19:57:38.123 1545-3957/system_process I/ActivityManager: START u0 {flg=0x10000000 cmp=com.elinkcare.pf920/.LoginActivity (...