smallbrownbear / CustomListView

"Advanced" CustomListView.

Home Page:http://www.thomaskioko.com/mobile_phone/android-custom-listview/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'Advanced' Custom ListView

This is a simple project that demonstrates how you can click on a item on a custom list and perform a task. I will be using RecyclerView and ViewHolder pattern in the ListAdapter class. It's a simple hack to an issue that has been bugging me.

This projects' core concept is borrowed from AndroidHives CustomListView . I added the AddMovie functionality which allows you to click on the Add button on a listItem.

For more information check out my blog post

Final Result

Final Result

License

Copyright 2015 Thomas Kioko

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

"Advanced" CustomListView.

http://www.thomaskioko.com/mobile_phone/android-custom-listview/


Languages

Language:Java 100.0%