College life is a once in a lifetime opportunity for most people given that most people stop their higher education at the bachelor's level. The statistics from a 2013 study by the University Grants Commission of India seems to suggest that 1,74,56,000 people (86%) had enrolled into bachelor's degrees that year, but only 24,92,000 people (12%) … Continue reading College Projects vs Corporate Projects
Tag: programming
What to Listen to When Running?
I wanted to write a post on this topic for a long time but didn't really come to a point where I could give a clear answer to the question. Having run for almost 2 years now, I have experimented with a lot of things that I can add to my run. In the beginning, … Continue reading What to Listen to When Running?
RecyclerView inside a NestedScrollView
It's 3 AM right now. But still, I need to put this stuff into ink (figuratively speaking) when it is still fresh in my mind. For a long time, Android developers have had a tough time putting a ListView or a RecyclerView inside a ScrollView, cause it simply didn't work. Developers had to manage to … Continue reading RecyclerView inside a NestedScrollView
How to populate a ListView from a Database in Android?
Only app developers would know what it feels like when your app screen seems to take seconds to load. Populating a ListView from a database is necessary in almost any serious app that you make. Here is a way to do it.