Kishore Babu
Kishore Babu
Hey @nickbutcher, I just wanted to add this approach of referencing views - which i've seen in many kotlin community projects. Cheers!
- Use kotlin stdlib functions where applicable. - Use marginStart/End instead of marginLeft/Right where possible.
adding `android:textIsSelectable="true"` to the inner `TextView` causes weird layout issues when toggling the expanded mode. This is crucial for an app i'm working on right now.
I have linear layout with images, and a swipedeck, all inside a framelayout. the image layout is visible over the swipedeck. On click of any of these images, the image...
This one is not a critical issue at this stage, but for easier code readability and general awesomeness I recommend we move all uses of SimpleDateFormat, and Calendar to equivalent...