8 Tips for Writing Trustworthy Android Application

0


Although Android platform contains different security extension to protect users data and privacy but recently there were news about android Apps sending data to some remote server. Nick Kralevich said , application developers are ultimately responsible for how they handle users’ information. It’s important for developers to understand the code they include, and consider the permissions they request, as mishandling these issues can result in users perceiving a violation of trust. He mentioned 8 tips for writing trustworthy application on Android platform

  1. Maintain a privacy policy
  2. Minimize permissions
  3. Give your users a choice regarding data collection
  4. Don’t collect unnecessary information
  5. Don’t send data off the device
  6. but if you have to, use encryption and data minimization
  7. Don’t use code you don’t understand
  8. Don’t log device or user specific information.

Related Articles


Tags: ,

Leave a Reply