com.google.android.gms.drive.widget
Stay organized with collections
Save and categorize content based on your preferences.
Classes
|
DataBufferAdapter<T>
|
A concrete BaseAdapter that is backed by
concatenated DataBuffers. |
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."],[],["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"]]