GitBucket
Toggle navigation
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
KeijuMatsumoto
/
RecyclerView
Transfer to URL with SHA
Find file
Newer
Older
branch:
master
Switch branches
×
master
RecyclerView
/
app
/
src
/
main
/
java
/
keijumt
/
recyclerview
/
databinding
/ Item.kt
KeijuMatsumoto
on 2 Jun 2018
85 bytes
Add remove item
Raw
Blame
History
package keijumt.recyclerview.databinding data class Item( val name: String )