1
Several apps (Facebook, Twitter, Instagram) make use of a "touch enabled" effect where the user drags the entire screen and it changes the view. Do not confuse with the "slide" effect of the menu.
I would like to develop an app with this effect, but I can’t find any source on this subject, because I don’t even know the NAME of this component or effect.
Just to illustrate: no Whatsapp it changes the options CONVERSATIONS, STATUS and CALLS
This is it: https://developer.android.com/training/animation/screen-slide.html
– itscorey
The example presents well the view shift effect that I desire. I would now like to know if, taking the examples I quoted in the text above, I could control the shift effect of the view along with the selection indicator (usually represented by a line underlining the selection)?
– Gilberto Rodrigues
Yes, you can without any trouble.
– itscorey
I’ll try to research how to do it.
– Gilberto Rodrigues
I think this answer might help you: https://answall.com/questions/76483/qual-o-namesenamesentas-tabsabas-que-est%C3%A3o-being-used-in-new-apps/76495#76495. You need to implement Viewpager and Tablayout.
– Wakim
Great implementation. Thank you.
– Gilberto Rodrigues