CSwala / CSwala-android

An app that is a one-stop destination for all the CS enthusiasts, providing resources like Information scrapping techniques, best YT channels, courses available free-of-cost, etc. & knowledge about every domain and field that exists on the Internet related to Computer Science along with News, Jobs, and Internships opportunities in these domains along with valuable tips and hacks from mentors for a particular domain.
54 stars 51 forks source link

#111 Added Edit Profile Option #131

Closed RashikaJoshi-777 closed 3 years ago

RashikaJoshi-777 commented 3 years ago

Explanation

Checklist

riturajjain2000 commented 3 years ago

Link the issue this PR fixes

RashikaJoshi-777 commented 3 years ago
  • Remove the Edit Profile text from the top
  • The Strings sources are not there add them
  • Also if we are updating the profile picture then it should be updated in the profile fragment also , so add that feature also

For updating the profile picture in the profile fragment also , when we update the photo it will get stored in the database and we will fetch the picture from the database so it will get updated that way and as of now we do not have access to the data stored in database so how to add that feature.