Press "Enter" to skip to content

Posts tagged as “software engineering”

From Lite HTTP Server to Lite File Server: Building Practical Android Networking Tools

Some projects begin with a grand vision. Others emerge from a simple observation. While developing Lite HTTP Server, I realized that many users only needed one thing: an easy way to share files. That realization became Lite File Server, the next step in my ongoing journey of building practical Android utility applications.

Why Software is Incompatible Across Platforms

Software that has been designed for one operating system cannot be used on another. This is due to the incompatibility across platforms and the nature…