com.google.android.gms.drive.widget
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["\u003cp\u003e\u003ccode\u003eDataBufferAdapter\u003c/code\u003e is a subclass of \u003ccode\u003eBaseAdapter\u003c/code\u003e designed specifically for Android development, offering a practical means to manage and display data collections from the \u003ccode\u003eDataBuffer\u003c/code\u003e in list-based UI elements.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers working with Drive Android API will find the \u003ccode\u003eDataBufferAdapter\u003c/code\u003e particularly useful in displaying data retrieved from Google Drive, as it simplifies the process of connecting data buffers to UI components.\u003c/p\u003e\n"]]],["The document defines `DataBufferAdapter\u003cT\u003e`, a class within the Android Drive API. This class is a specific implementation of `BaseAdapter`. Its primary function is to serve as an adapter for data, specifically using concatenated `DataBuffers` as its underlying data source. It effectively connects the `DataBuffer` data structure to the Android view system through the `BaseAdapter` interface.\n"],null,["# com.google.android.gms.drive.widget\n\n### Classes\n\n|----------------------------------------------------------------------------------------------------|--------------------------------------------------------------------|\n| [DataBufferAdapter](/android/reference/com/google/android/gms/drive/widget/DataBufferAdapter)\\\u003cT\\\u003e | A concrete BaseAdapter that is backed by concatenated DataBuffers. |"]]