imminent

Results 9 comments of imminent

Ah, that's fine, updating the description to `to`. 👍

`DisplayMetrics` is merely a tool needed to execute the conversion, the parameter that matters is the value. In an ideal world it would be `9.toDp()`.

If you allow arch components, then you can have an onCreateProperty (which is like an Android-specific `lateinit var`) and define extensions on `Activity` and `Fragment`: ```kotlin /** * Initializes a...

In addition, can we get numbered versioning (like 1.0.0) and release tags?

why can't you define an integer resource `gridColumnCount` and bucket it in the corresponding width buckets (like sw600dp, sw720dp)? Gives you the same power, through using the Android resource management.

You could set them both to the same dimen value, which uses the resource qualifiers to change based on screen size, as described earlier. That means the value won't change...

@dzlab ``` xml res/values/integers.xml -> 2 res/values-sw600dp-v14/integers.xml -> 3 ``` then set the Grid View like so: ``` xml ``` That way the column count only changes when the Integer...

Where's this? The Etsy app's grid does have touch feedback. How can that be implemented with this component?

You can just copy the java file in and add the dslv_attrs.xml file to your resume/values to import it. It's documented in the README On Oct 9, 2012 2:00 AM,...