DSCKGEC / Resumie

Resumie is an android CV & Portfolio app. Now carry your resume with you wherever you go!
MIT License
11 stars 13 forks source link

Add a feature to add and change the image of the user profile icon/avatar #9

Closed adrishyantee closed 3 years ago

adrishyantee commented 3 years ago

The user profile icon in the top left does not have the feature for adding an avatar image as per the user and changing it later.

The way it should work:

  1. When the icon is clicked, display a pop-up asking user to add an image or cancel.
  2. Button to Add Image.
  3. Uploading the image from the gallery.
  4. Button for updating the image.
  5. Showing the updated avatar until a further change is done.

How can you do it?

  1. How to pick an image from the gallery?
  2. How to store images using SharedPreferences?

You can try out the above ones.

  1. Most Preferable is using Glide or Picasso Library to do this
mahmood199 commented 3 years ago

Would like to work on this one

Apart from image selection and cancel can we add one more option? To display the current profile image -- would do this in a new issue

adrishyantee commented 3 years ago

Would like to work on this one

Apart from image selection and cancel can we add one more option? To display the current profile image -- would do this in a new issue

That's a great idea!

mahmood199 commented 3 years ago

Created pull request