4

Are there any good coding guidelines for the Android platform that focus on security?

Thanks

Dan Largo
  • 1,075
  • 3
  • 11
  • 25

3 Answers3

2

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".

voithos
  • 68,482
  • 12
  • 101
  • 116
1

Another book you may want to check out: Android Security: Attacks and Defenses

Also, these coding guidelines were published recently by CERT:

Suraj C
  • 452
  • 4
  • 10
1

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).

Community
  • 1
  • 1
D.W.
  • 3,382
  • 7
  • 44
  • 110