Since when I write serious libraries it doesn't arouse much interest, today I had a free hour and I created a new view (B4X). (Views always like)
Here is a preview: - - - -
For those who don't understand, it's a draggable panel from below that blurs the one below. Useful for menus or to change the page ... we'll see ... I'm still deciding
Edit: Don't use this class. Similar feature is implemented in B4XDialog (XUI Views). Set Dialog.BlurBackground =True This class uses BitmapCreator to blur the background and show a panel at the center of the screen. It is compatible with B4A, B4J and B4i. Call Show to blur the...
My code is hideous and needs to be cleaned but I thought to post a demo here as many people want to know how to do these effects. This is a demo that uses some trickery to create blurry effects that look quite good in apps (for e.g. etsy) Can be used on slideout drawers, scrolling listviews etc...
Edit: Don't use this class. Similar feature is implemented in B4XDialog (XUI Views). Set Dialog.BlurBackground =True This class uses BitmapCreator to blur the background and show a panel at the center of the screen. It is compatible with B4A, B4J and B4i. Call Show to blur the...
My code is hideous and needs to be cleaned but I thought to post a demo here as many people want to know how to do these effects. This is a demo that uses some trickery to create blurry effects that look quite good in apps (for e.g. etsy) Can be used on slideout drawers, scrolling listviews etc...