Skip to content

Iyury1/MVC_RecyclerView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

MVC_RecyclerView

This repository has three branches, each of which demonstrate how a RecyclerView could be updated using MVC pattern.

branch CustomView

A local dataset is contained in the RecyclerView's CustomAdapter. The local dataset is updated using a CustomView interface.

branch master

A local dataset is contained in the RecyclerView's CustomAdapter. The local dataset is updated using the Java Observable class and Observer interface.

branch Observer_ModelOnly

There is no local dataset contained in the RecyclerView's CustomAdapter. The adapter is updated using the Java Observable class and Observer interface, however the data is binded to the adapter by calling model.getInstance().

alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published