This is official PSG(Paris Saint-Germain) app. This is exactly same in android also but what I cant get is how they are creating this layout. There is a ImageView with textviews on it. I can do it but it uses a swipe gesture down to up which brings a text view with detail about the imagview with textview from below. And swiping from left to right changes news with exact same layouts.
So what are they using to create that layout? I know how to create each and every layout but i cannot connect them to each other. Mostly the textview which comes with swipe from down to up to each imageview. (Also are they using Activity or fragment for each news?)