backup - Backing up data for android app -
i making note taking android app in users can create notes, edit notes etc. want backup whole notes in cloud notes safe if user's device crashed. best way it?
i'm planning have amazon s3 databse table - (user id, note id, note text)
whenever user finishes writing note , hits save, i'll connect db , update corresponding row/add new row. also, whenever user opens app, i'll connect db , fetch notes particular user.
are there better approaches here?
Comments
Post a Comment