Skip to content Skip to sidebar Skip to footer
Showing posts with the label Lint

Sonar: Create New Rule For Android Lint

I am using SonarQube 5.1 in order to collect all Java and Lint errors for Android apps. Almost ever… Read more Sonar: Create New Rule For Android Lint

Check Android Permissions In A Method

here is my code and it works perfectly fine. if (ActivityCompat.checkSelfPermission(activity, Mani… Read more Check Android Permissions In A Method