This very first commits include my own implementation for handling RecyclerView's Item click event.
- 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<>.
- 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
- Android Support Libraries (AppCompat, RecyclerView, Design, ...)
- I borrow a lot of codes from Cheesesquare
- This black good looking ICON was made better by Android Asset Studio
- Amazing Reference from Android Summit Video - RecyclerView~
- Some other open source libraries including Picasso.
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.
