Skip to content

Commit

Permalink
update: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Jan 13, 2020
1 parent c506832 commit b2f097d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Add it in your root build.gradle at the end of repositories:
(Kotlin) - class MainActivity : AppCompatActivity(), FrogoRecyclerViewListener<ExampleModel> {
(Java) - public class DetailActivity extends AppCompatActivity implements FrogoRecyclerViewListener<ExampleModel> {

<h3>Adapter Main Function</h3>
<h3>FrogoRecyclerViewAdapter Special Use Function</h3>

fun setupRequirement(viewListener: FrogoRecyclerViewListener<T>?, dataList: List<T>?, layoutItem: Int?)
fun setupEmptyView(emptyView: Int?)
Expand Down

0 comments on commit b2f097d

Please sign in to comment.