Quisiera saber si alguien me puede ayudar de como usar el el evento touch de un panel para cuando con el debo lo arrastre de derecha a izquierda y se cambie a otro panel.
Hey, thanks to @KZero for his good zPager class, i was able to extract a few things from it to make this cross platform view. I spend a lot of time in creating views, some views i need by my self, but some views not and to create a high quality view cost a lot of time. If you want to support...
This library is based on the following open source project: https://github.com/astuetz/PagerSlidingTabStrip License: http://www.apache.org/licenses/LICENSE-2.0 It is an alternative to StdViewPager. It is simpler to use and looks better. It is implemented as a custom view. It requires B4A v5.8+...
Hola, @José J. Aguilar
Tengo 2 peleles que van en la misma ubicación y quiero cambiar de uno al otro con el debo como si moviera en el 2do ejemplo que me has enviado ..
@José J. Aguilar , ese modelo ya lo he usado y estos 2 panel no son toda la pantalla son 2 que van en un lugar especificony sólo se cambian ellos 2 nada más dejando el resto normal ..
Hola @José J. Aguilar, voy a probar como adaptar el primer ejemplo, ya que tengo los panel con un fondo y botones dentro del panel creados en el desarrollado y el primer ejemplo crea el panel por código, tengo que hacer una pruebas.
This is an old tutorial. There are now simpler and better ways to achieve this effect. For example: https://www.b4x.com/android/forum/threads/tabstripviewpager-better-viewpager.63975/ Sliding layouts are cool. Using the Animation library it is not difficult to animate single views and panels...
Based on Erels SlidingPanels example I created another version which is a bit more "touch friendly". My changes: Move panels while touching the screen and moving your finger around Page indicator which shows the current page Parameter for endless looping of panels You can jump...