How to add images to Realm Database in Android? -


i trying implement login (no register) service in application using realm database. first time trying use new realm. have read realm documentation wasn't able figure out how can add image realm , use in app.

the scenario this: have predefined username , password set , when user logins username , password, want update account header image in navigation drawer username , password. also, user can update account header image too.

i hope guys able understand scenario. please me this.

any appreciated. thanks. :)

anmol

realm documentations following limitation:

strings , byte arrays (byte[]) cannot larger 16 mb.

the recommended way save path file instead of actual image.


Comments