I've made a rudimentary Data logging app, which is supposed to have the user input values into a dynamic and often large number of EditText views. Once the user has finished entering all of the Data, a button can be pressed which takes a picture of the data entry (bear with me about storing the input as a picture, there are specific reasons for this), and saves the picture to storage.I've made a rudimentary Data logging app, which