You could store creation data inside database thro...
# android-architecture
d
You could store creation data inside database through Room or Realm and wipe it out after success. What is positive about this? If for some reason user exits app and starts it over again the data won't be destoyed (if that is what u want)