Achieve High-Quality Android Code With Static Code Analysis ToolsThese are tools that parse and analyze your source code without actually executing it. The goal is to find potential vulnerabilities such as ...
Android P is found to be the ninth version of the Android operating system. It was first announced by Google on March 7, 2018, and its first developer preview was released on the same day. However, it’s the sec...
Android architectures components is a set of libraries and guidance for modern architecture. These components can combine to create a testable, and maintainable apps. The new Architecture Components help solve ...
Kotlin is a statically typed programming language developed by JetBrains, which is designed to run on the Java Virtual Machine and also can be compiled to javascript code. While it’s not syntax-compatible...
Push Notification is a service which notifies a user of new messages or events even when the user is not actively using your application. Let us see how to create an Android Push Notification Using Parse. Parse...
What is Proguard ? Proguard is free Java class file shrinker, optimizer, obfuscator, and preverifier. It detects and removes unused classes, fields, methods, and attributes. It optimizes bytecode and removes un...