See more
Before we go further, there are a few things that need to be fixed. I used this API in the past and apparently, I forgot how the severity level bit works. Rather than the 3 states I assumed we ge…
Context in Android is one of the most used and abused objects. But most of the articles on the web focus on the definition of what it is. I could not find a good resource which gave me insight a…
…s Model in our architecture could be represented by Entities — these would some simple objects that we receive from our database or server. In Java they are called POJO(Plain Old Java Objects), because…