A concept design of full page navigation, full of typography, and using icons as large images. I haven't used neither Javascript codes, nor a CSS preprocessors here.
A Pen by kwesi_welbred on CodePen.
| abstract class FilterableListAdapter<T, VH : RecyclerView.ViewHolder>( | |
| diffCallback: DiffUtil.ItemCallback<T> | |
| ) : ListAdapter<T, VH>(diffCallback), Filterable { | |
| private var originalList: List<T> = currentList.toList() | |
| override fun getFilter(): Filter { | |
| return object : Filter() { | |
| override fun performFiltering(constraint: CharSequence?): FilterResults { | |
| return FilterResults().apply { |
| /*The following codes consists of three java classes: DBconnection class,CreateTable class, and Main JDBC class. | |
| *The DBconnection class helps to use the Database connection anywhere your programme. | |
| *The CreateTable also helps to access or manipualte database right in the project with less code complexity. | |
| *The main JDBC class is where we the actual coding. Thus, The DML and DQL. | |
| */ | |
| //Java class : DBconnection |
People
:bowtie: |
π :smile: |
π :laughing: |
|---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |