I'd like to make an android app where the user is presented with a series of questions, each on it's own screen. I can do this with navigation components but then every question will require it's own fragment and layout. So if I want to ask 15 questions it will require 15 fragment and 15 layout files.
Is there a way to do this without the redundancy?