I want to ask which is best approach to add e.g or using to the screen? Should I use the method described here Android - Dynamically Add Views into View (i think its for Activity) or should I use fragment in app.
I'm making an simple CGPA calculator app. I want to add another in for another subject/course if user presses "Button" marked with "+". I hope you got the idea.
I just want to know which is best way to do it. I'm very beginner , ignore if you find this question stupid.