Web Apps Common CSS Pitfalls and How to Avoid Them CSS is a vast, complex, and sometimes non-intuitive beast. Here are just a few common CSS pitfalls and advice on how to avoid them.
Kotlin Flexbox for Android – Creating a CenterFlowAdapter with FlexboxLayoutManager GridLayoutManager for RecyclerView is limited, so it would be nice if Android had something like flexbox. Good news: it does! Here's how you can utilize it.