SkillAgentSearch skills...

CustomArrayAdapter

Demo code showing good use of array adapter

Install / Use

/learn @IEnoobong/CustomArrayAdapter
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Custom Array Adapter

Simple Android Kotlin Library to help create custom array adapters for adapter views like spinners

Read Customer Array Adapter for reasons, see sample code for too

Setup

Gradle

implementation "co.enoobong:customarrayadapter:$custom_array_adapter_version"

Usage

  1. Make your model class that you intend to display in adapter implement ModelDisplayName. This will require you to override the displayName property; which is the value that will be displayed in your adapter.
  2. In your Activity or Fragment where you use the AdapterView set it's adapter to CustomArrayAdapter(context, layoutResource, listOfValues) eg
spinner.adapter = CustomArrayAdapter(context, android.R.layout.simple_spinner_item, values = listOfValues)

Contributing

I'm more than welcome to contributions that improve the library and make it easier to use. If you are willing to contribute to the project feel free to make a fork and submit a pull request. You can hit me up on @IEnoobong on Twitter

Donate

Want to buy me Jollof-Rice? Send here's my link https://payme.ng/ienoobong Thanks

View on GitHub
GitHub Stars6
CategoryEducation
Updated4y ago
Forks2

Languages

Kotlin

Security Score

60/100

Audited on Dec 22, 2021

No findings