Questions tagged [android-kenburnsview]

KenBurnsView is an Android library that provides an extension to ImageView that creates an immersive experience by animating its drawable using the Ken Burns Effect.

KenBurnsView is an Android library that provides an extension to ImageView that creates an immersive experience by animating its drawable using the Ken Burns Effect.

https://github.com/flavioarfaria/KenBurnsView

22 questions
0
votes
1 answer

Create KenBurns with minimum possible zoom

I am using this library I am trying to create app with minimal possible zoom. In my application I have small area where the images are presented as slide show. But the images are big so when kenburns effect starts it it zoomed too much. How can I…
Jonh Doe
  • 1
  • 2
0
votes
1 answer

Smoothly change the images in the transitions

I'm using the KenBurnsView in the login screen of my App to show several images in the background. The thing is that this images change too abruptly. Isn't a way to implement a fadein/fadeout effect when changing the transitions from one image to…
4gus71n
  • 3,717
  • 3
  • 39
  • 66
0
votes
1 answer

Preload image from URL for KenBurnsView Xamarin.Android

I am using https://components.xamarin.com/view/KenBurnsView I have several image URL-s by which I want to show them via KenBurnsView after setting src of KenBurnsView to the first imageURL, at the TransitionEnd I want to replace src with new image…
mister_giga
  • 560
  • 1
  • 15
  • 37
0
votes
2 answers

Getting Out of memory error in Android Studio

I have added the cresentroContainer for rounded image bottom and KenBurnsView library to animate the image. After that I am getting out of memory error and also android studio become very slow.
Ankur Khandelwal
  • 1,042
  • 3
  • 19
  • 40
0
votes
1 answer

Make KenBurnsView fit and fill given area

My App uses KenBurnsView (wonderful piece of code, thanks!), and it works well with ScaleType.FIT_CENTE mode, but some users just prefer to see the whole, non cropped image instead (non moving in that case), which works pretty well with standard…
ssuukk
  • 8,200
  • 7
  • 35
  • 47
0
votes
1 answer

the issue of heavy access to main UI thread on Kitkat with kenBurnsView - android

I added kenburnsView to my project where i need it in the main activity. I got the kenBurnsView code from this source: KenBurnsView.java The Problem: The interesting thing that the code runs perfectly for new and old devices, but not for devices…
MBH
  • 16,271
  • 19
  • 99
  • 149
0
votes
3 answers

KenBurnsView - Load image from a url returns NPE

I'm trying to use KenBurnsView library into my ImageView to get the Ken Burn's effect. But it returns null pointer exception each time I want to load an image from a url using Image Loader. Here is the stack trace: 06-20 16:05:57.485 …
emen
  • 6,050
  • 11
  • 57
  • 94
1
2