Hi, I was trying BLE application from the android documentation and found the following line of code Code (Text): private LeDeviceListAdapter leDeviceListAdapter = new LeDeviceListAdapter(); I am having unresolved defines that there must be a class decration for the LeDeviceListAdapter(), I have defined the class but I am not sure how the class should be implemented?
not a dev, but i found this:https://stackoverflow.com/questions...celistadapter-when-trying-to-find-ble-devices i hope that helps. if not, then you will have to wait for someone who is a developer.
Ahh, Thanks, I have looked at it before but I still had a question that what functionality should the class(leDeviceListAdapter) implement? There is not a mention.