Android File Structure
This post will take a look at the Android file structure. We will figure out what goes where, and how to make the best of keeping... »
This post will take a look at the Android file structure. We will figure out what goes where, and how to make the best of keeping... »
The SOLID principals are five basic principles of object oriented programming and design. These principles help engineers write maintainable code. We are going to take a... »
HTTP is a request/response protocol that is used for transmitting hypermedia documents such as HTML. HTTP connections start by a client sending a request to the... »
The Open Systems Interconnection (OSI) model is a way to help us conceptualize how data gets transfered from one point to another. This post describes the... »
A Domain Name System (DNS) is typically provided by your ISP. It is used to look up a hostname (ShawnKlein.net) and convert it to a IP... »