I am trying to implement a login (no register) service in my application using Realm
as database
. It is the first time I am trying to use this so I am really new to Realm.
I have read Realm documentation
but I wasn't able to figure out how can I add Image to Realm and use it in my app.
The scenario is like this: I have predefined username and password set and when user logins with that username and password, I want to update the Account Header Image in Navigation Drawer
to that username
and password
. Also, user can update the Account Header Image too.
I hope you guys were able to understand my scenario. Please help me with this.
Any help is greatly appreciated. Thanks. :)
Anmol