I am wondering what is the best method to save the user profile image of the app I am developing, where on the login screen will load the user profile picture and home screen as well. By the research I did have 2 ways:
1st) Save the image in the database.
2nd) Save the image in an internal folder of the app and in the database save the path of that image.
Someone knows the best way to consume less processing resources. And in the case of saving to an internal folder like I can do that.