Why you should stop using ListView

If you’ve been an Android developer for any length of time, you’re probably familiar with ListView. It’s a ViewGroup that displays a scrollable vertical list of views. It’s simple enough. You’ve probably also heard of RecyclerView, ListView’s newer, cooler cousin which might be good, but you probably don’t need to use it. Right? I’ll get … Read more

Another blog?

If you’re reading this, you’re probably wondering: what, another Android development blog? Aren’t there enough of those on the Internet already? What’s the point? Why would anyone do that? Well I had those questions too when I first considered the idea of writing a blog. A new blog does feel redundant compared to the vast … Read more