LightSys / kardia_android_crm

A Kardia CRM app for Android
5 stars 1 forks source link

1 Add or change profile information. #13

Closed jakeprem closed 7 years ago

jakeprem commented 9 years ago

Implement the ability to add/change a profile picture. This should be done using intents so that the user can choose to take a new picture with the camera or choose a stored picture.

This will involve two steps, 1. The android side, taking and handling the picture, and 2. Uploading that picture to the server. I'm not sure if the API supports this yet. 2 can probably piggy back on the other profile update functionality.