mysql - Edit account information from android app -
i working on android app group of people , have our app connected database store user accounts app. making profile page , want support features edit password, email, ect. how go doing that? need give user permission information on database , allow them edit name, password, ect. new android development, , coming sites on google on how this. links, tutorials, amazing. oh , our database written in mysql, on remote server.
this doesn't seem android question specifically. seems me there 2 components here: server-side component , client side. question how implement updating values in database question
- how expose such functionality in web api
- how perform such crud operations in mysql database
in other words, think "thin client, thick server". app should concerned ui of updating profile , sending updates values server knows how handle that. latter part of purely web development/api development question.
while may not answer question exactly, point correct area of inquiry, oftentimes important skill in searching answer.
Comments
Post a Comment