公告
财富商城
积分规则
提问
发文
2019-05-07 16:16发布
成全新的幸福
Are there any good coding guidelines for the Android platform that focus on security?
Thanks
Another book you may want to check out: Android Security: Attacks and Defenses
Also, these coding guidelines were published recently by CERT:
You'll probably want to take a look at the security design of the framework itself. Also, as a more general source of security guidelines for mobile applications, you may want to look at the book "Mobile Application Security".
See also Android API/development security pitfalls, which discusses some pitfalls to watch out for (although the answers are more focused on design errors rather than coding guidelines).
最多设置5个标签!
Another book you may want to check out: Android Security: Attacks and Defenses
Also, these coding guidelines were published recently by CERT:
You'll probably want to take a look at the security design of the framework itself. Also, as a more general source of security guidelines for mobile applications, you may want to look at the book "Mobile Application Security".
See also Android API/development security pitfalls, which discusses some pitfalls to watch out for (although the answers are more focused on design errors rather than coding guidelines).