I've got a RelativeLayout and I need to obtain a scrollable Layout without using a ScrollView, how can I do this?
Use ListView
or RecycleView
and make your RelativeLayout
as an item of ListView
or RecycleView
. You can follow it - Android 5.0 - Add header/footer to a RecyclerView