Creating a News App for Android
This article offers a peek into how you can parse and render html content as native views on Android
Feb 23, 20228 min read68

Search for a command to run...
Articles tagged with #coding
This article offers a peek into how you can parse and render html content as native views on Android

I set out to build one of my favorite projects some time around June, and while I was able to complete it to some extent and successfully launched it, I did face some setbacks while trying to implement certain features in the application. One of the ...

Last week, I did a bit of refactoring on Picashot's web service, and went through a rethink of how to store comments and replies in the database. I initially had 2 tables for this, a Comment table and Reply table. These tables had very similar column...
