Building My First Android App: Get Logo
As part of my goal to create more mobile apps, I built a simple Android app called Get Logo. The app’s purpose is straightforward: it downloads an image from the web. My goal wasn’t to create a polished product but to learn the fundamentals of making network requests, fetching remote objects, and manage multiple threads. Back…