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

onResolved() is not called in DrawerItems when using this library for navigation Drawer, running it in an emulater API 16. But newer APIs work perfectly.

Hi I want to implement "Shared Element Activity Transition" when user clicks an image view from PlaceViewHolder Gallery example. Is there any example available on how to implement "Shared Element...

Everything is fine but expand icon rotate not calling on Expand method please help me... Item is expand but icon not rotate (onExpand not calling) ParentItem.java @Expand private void onExpand()...

Hey I'm testing this library since yesterday, great job! I think would be great if you could provide some example with an custom adapter, that include some topics like -...

i try use infiniteplaceholderview / placeholderview, to change recyclerview for chat apps, when i set LinearLayoutManager with stackFromEnd = true, reverse = true; it's not working, regard, kartubi

How can I swipe in particular direction like below onSuperlikeClicked { doSwipe(SwipeDirection.TOP,true ); }

ItemTouchHelper onMove Callback not catching. My code: ``` val _ithCallback: ItemTouchHelper.Callback = object : ItemTouchHelper.Callback() { override fun onMove(recyclerView: RecyclerView?, viewHolder: RecyclerView.ViewHolder?, target: RecyclerView.ViewHolder?): Boolean { Log.d("positions", "views" + viewHolder!!.adapterPosition.toString()...

There is a situation where the CoordinatorLayout or AppBarLayout didnt response to the touch of the sub children of the placeholderview.

Hey, i'm having problems with memory leaks in my app. On my cardView (like tinder) i'm using glide to load pictures and i'm setting up some view parameters, i'm also...

Hi, First thanks for this beautifull library, it helps a lot! I have been using SwipePlaceHolderView in a few apps, but now I'm having a problem to add it to...