Harshit Laddha

Results 8 issues of Harshit Laddha

2. added option to hide empty days from agenda view Hi @FHellmann So, I started working on generifying the approach to create weeklistadapter for the calendarview so that it can...

Hi, I am trying to use this inside a fragment and I have tried setting the peek height like this - ``` dialogFrag = SelectItemsBottomSheetFragment.newInstance(); dialogFrag.setParentFab(filterFab); filterFab.setVisibility(View.GONE); dialogFrag.setPeekHeight(600); dialogFrag.setAnimationDuration(100); ```...

Hi, I was looking to load an arraylist of uris with glide but found that in the source file HorizontalListAdapters Glide.with(this.activity).load((String)this.images.get(position)).into(holder.image); The items seem to be stringified here, which is...

Hi, I had tried angular-permission in one of my previous projects with version 2.3.8 I believe and It was working fine. Now, while setting up a new project with the...

Hi, Is there any option to disable, prevent or hide the download, print and copy options from the pdf document controller and also can we add custom authentication headers for...

Hi, Is there support for audio files and also does it have support for casting the video stream to different devices like chromecast, etc.

Hi, I needed parallel coordinate charts for one of my project when I found this awesome work. So I am trying to port this library to d3 v4 with the...

Hi I am trying to create a NightMare scraper that can download videos from urls. Can this be achieved with nightmare-inline-download and Phantom Js