PlaceHolderView icon indicating copy to clipboard operation
PlaceHolderView copied to clipboard

This library provides advance views for lists and stacks. Some of the views are build on top of RecyclerView and others are written in their own. Annotations are compiled by annotation processor to ge...

Results 69 PlaceHolderView issues
Sort by recently updated
recently updated
newest added

Hi, When you declare a method that content is empty in the ChildView, when you click on the parent item, Appp crash. ``` com.mindorks.placeholderview.ViewBinder in bindClick at line 152 com.mindorks.placeholderview.ViewBinder...

After the cardview comes back to its position ,the cardviews becomes un-swipable. Please help!!!!!

Got the following error: Resource IDs will be non-final in Android Gradle Plugin version 5.0, avoid using them as annotation attributes Was wondering if this will be an issue in...

Having strange bug: Trying to use it like this ``` @Layout(R.layout.section_item) class SectionPlaceholder(private val section : Section) { @View(R.id.title_textView) lateinit var tvTitle: TextView @View(R.id.content_textView) lateinit var tvContent: TextView @Resolve fun...

Hello I downloaded and started the App. However, when I have the Tinder like swap view with the name and the University I do not see profile pictures. I only...

I cannot find in this project about Pulldown refresh effect help me, thanks very much

I want to load all the child items while parent expanded. But it shows some filled some empty. How can i load all? thanks very much

The layout for my view is very simple: ``` ``` I want to use the FrameLayout to display a fragment, so I tried this but it seems that the FragmentManager...

HI, I need to replace the card data based on the position, Here I am able to get the position and unable to set the data based on the position...