Closed trc492 closed 6 years ago
Yep, I agree, this isn't very efficient. I will setup something more organized as soon as possible.
Yep, typo fixed. This should be resolved as of commit c336a60. Don't know what that code was doing in there in the first place, likely an unused code stub for something else.
Don't know what this code is doing but my common sense told me this code doesn't look right. OnActivityResult in MainActivity.java:
Inside the for-loop, you are creating a new ArrayList overwriting DataStore.allAttendants in every loop. Then you added only ONE element to the array, loop again, created another new ArrayList, added the next ONE element to the new array and repeat …