• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

What is LeDeviceListAdapter?

ujur007

Lurker
Hi,

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?
 
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.
 
Back
Top Bottom