class AboutAdapter : BaseAdapter
About App Adapter.
Author
NIMMSTA Team
Copyright
NIMMSTA GmbH & IBPG 2020
License
NIMMSTA GmbH
<init> |
About App Adapter. AboutAdapter(: Context, : List<ComponentInfo>) |
getCount |
fun getCount(): Int |
getInfo |
fun getInfo(position: Int): ComponentInfo |
getItem |
fun getItem(i: Int): Any |
getItemId |
fun getItemId(i: Int): Long |
getView |
fun getView(i: Int, view: View?, viewGroup: ViewGroup): View |
updateElements |
fun updateElements(: List<ComponentInfo>): Unit |