Lin
Lin copied to clipboard
Lin is an Android Lint tool made simple
**Describe the solution you'd like** I'd like to include the possibility to suggest changes when an issue is reported. **Additional context** I'm aware some IDEs (AS or IntelliJ) will use...
Retrofit endpoint definition is really easy and that is why it is so commonly used ```java @GET("group/{id}/users") Call groupList(@Path("id") int groupId); ``` However, when declaring the URL within the annotation...
Add support to create rules matching XML files. Ideally we should be able to combine them with regular code rules so that we can make new detectors such as "make...
All intents keys that are used in `putExtra` methods should be have at least one use inside a `getX` method.
Something like two views having the same constraint: `app:layout_constraintStart_toStartOf="@id/transactionTypeIconView"` is a smell because you can make the second view attached to the first one and leave a single constraint, creating...
There might be cases where this doesn't apply (frameworks or even `anko`) but anyways 🤷♂️
`RecyclerView` properties must be initialized with an `Adapter` and a `LayoutManager`
* `vectorDrawables.useSupportLibrary = true` if `minSdkVersion < 21` * Use `app:srcCompat` in `ImageView`