AndroidDeveloperLB

Results 913 comments of AndroidDeveloperLB

Looking a bit in the code you've shown me, I think that each time there is a new frame, `updatedFrame` is increased, and then on `onDrawFrame` , it gets the...

Thing is, I thought this was the reason for this issue: https://github.com/AlynxZhou/alynx-live-wallpaper/issues/21 On the way I've also noticed that the range of y-offset could be weird, because the minimal value...

I'm not talking about preview. It's right on the launcher. I'm not talking about cropping either, because I wrote about scrolling. The video doesn't scroll when you scroll. You can't...

@AlynxZhou Can you please try again? Also, are you the creator of this live wallpaper? Can I perhaps donate you to make some specific upgrades to the app (either here...

Well this can help you be familiar with it: 1. The default, more advanced language for Android is now Kotlin, and it's very similar anyway. 2. You can convert to...

1. You can start in Java each class, and then convert. 2. I learned it this way on my own apps. I converted various Java classes, and then tested the...

Have you tested it using C library instead of Java (on Android) that you say it's faster? If so, can you please share the code you've used? Maybe it's better...

I see. Can you please try to have a sample that runs on Java, but uses the C/C++ library you talked about? You can compare what you did here to...

Can you please create a Java JNI wrapper and see if it performs better than what you did here?