Hi,
I was trying BLE application from the android documentation and found the following line of code
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?
I was trying BLE application from the android documentation and found the following line of code
Code:
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?