BoumBam

Results 12 issues of BoumBam

Do that library has search function, or order files by Alphatic order or date. I need the feature **search function** or **A filter by date created, alphabetical name...** Is there...

I'm android learner and I'm using java. What is the java version of that code ?: `new StfalconImageViewer.Builder(context, images, new ImageLoader() { @Override public void loadImage(ImageView imageView, String imageUrl) {...

question

Hello, I'm looking for a way to customize the **"DONE"** text and the back arrow icon. How to change the color of **"DONE"** text ? How to change the color...

enhancement

I'm using that library with `.setMaxCount(1)` How could I check if the file in onActivityResult is a video or an image ?

Is it possible to customize the popover by giving it the border radius ? Do that library have long press(press on a button during 2 seconds for exapmle) feature before...

Is it possible to change dynamically a height of a dialog ?

I want to handle the click or touch event for the UniversalVideoView. I tried the below: ``` ` videoView.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { Toast.makeText(ImgVideoViewerActivity.this, "bien", Toast.LENGTH_SHORT).show();...

I'm using a MapView in a vecyclerView, but I'm getting a strange behavior. When scrolling the recyclerView, the MapView shows a black screen over the activity. I have already set...

Hello, I'm using the places plugin of that library. I'm using it in a dilaog: https://docs.mapbox.com/android/plugins/overview/places/#display-as-a-fragment Now I have 2 problems: 1- I want to know how could I set...

Why mcustomscrollbar does not work in bootstrap popover ? I tried these codes below but nothing is doing. html ` $(".popover_sticker_container").mCustomScrollbar({ setHeight: 400, theme:"minimal-dark" }); `