Recent content by Leandro Vanolli

  1. Leandro Vanolli

    How to develop and structure an Android app to fill forms using fragments

    Hi! I'm starting to develop a form filler application in Android Studio. I have about 10 types of forms and each of them contains about 8 pages. I thought of developing the application using fragments and for each page of the form, using a fragment. However, I will have about 80 fragments to...