<ANDROID STUDIO BLE: Which Views/values do I need ...
# stackoverflow
u
ANDROID STUDIO BLE: Which Views/values do I need to implement in the LeDeviceListAdapter class to make it work? I am writing a program in Android Studio that scans for a BLE beacon. For this project, I needed to add the LeDeviceListAdapter class. In that class, there are some variables/values that are undefined/uninitialized, and I am having trouble figuring out how to define/initialize them. This is the part of the LeDeviceListAdapter class that I am having trouble with... 1 override fun getView(i: Int, view: View?, viewGroup: ViewGroup?): View? { 2 var view: View? = view 3 val...