Greetings!
First of all, I hope for anyone reading this they are doing very well. Please take care and remember to wash your hands! ❤
Now for my question: Is there any method to achieve the same parallax effect on views from B4i, in views on B4A?.
There is a method called "SetParallaxEffect(Vertical as int, Horizontal as int)" in the views on B4i, and this views move when the device is tilted. Is this possible in B4A?.
My last achievement was using SetLayout and SetLayoutAnimated to recreate this effect, using a timer and detecting the values of the accelerometer ( Using this thread made by Erel ->
Orientation and Accelerometer ) but my implementation it's a bit sloppy (Not a fluid movement as I want to achieve).
Any ideas?.
Btw, thanks so much and please take care of your health!.
- Carlos