Skip to content

eneim/RVP

Repository files navigation

RVP: Some Good Not Bad RecyclerView Practices.

This very first commits include my own implementation for handling RecyclerView's Item click event.

1. Update

  • 2015-12-15
    • First release. Including very based Adapter implementation which is less abstract, support a more powerful ViewHolder (which will ensure that your ViewHolder will correctly bind Data to its UI), and an implementation of OnItemClickListener. I borrow the idea from the legacy AdapterView<>.

2. More to go

  • I would like to implement the usage of Content Provider Cursor and other Database Libraries usage with RecyclerView, for example: Realm.
  • Item Animation and Decoration, inspired from the Video below.
  • Custom Layout Manager.
  • Will add more

3. Some open source resources used in this project

LICENSE

Copyright 2015 Eneim Labs@eneim, nam@ene.im 

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0 

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Not bad RecyclerView Practices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages