Security testing the resources
This section focuses on tools, techniques, and some other resources that can creatively be used to test applications for security.
OWASP
OWASP (Open Web Application Security Project) is an organization committed to mobile security. They provide tools and research in the field of mobile security. Check out their website at https://www.owasp.org. It is a good place to look for your security-related questions, contribute to the open source and innovate and participate in the mobile security discussion. OWASP compiles a list of top 10 security vulnerabilities each year and the community is challenged to work on it.
Android utilities
Android provides a whole array of utilities that can be creatively used to test applications. Besides testing, these tools can also help developers debug their applications.
Android Debug Bridge
Android Debug Bridge (ADB) can be used for logs, memory checking, and many other purposes. Check out the full listing of functions provided by ADK...