Рет қаралды 4,433
Most Android apps will use an image loading library like Glide or Picasso to fetch remote images and display them in an ImageView. A common interview question is to provide the same functionality without relying on these libraries. This tests being able to work with networking primitives (URL connection + input stream), and dealing with multiple threads (UI thread + background threads).
➤ Code we wrote: github.com/rpa...
➤ Good explainer about handlers and threads: • Looper, MessageQueue &...
➤ This problem and solution are inspired from Codepath: codepath.github...
Hi! I’m Rahul, a software engineer with a passion for teaching. I went to Stanford, was a founding engineer at a startup, and have worked at various companies across Silicon Valley. I’m currently an Android Developer at Facebook and teach an Android class at Stanford. Would love to connect with you! This channel is about tech (especially Silicon Valley), combining tactical how-to guides with interviews.
📹 KZbin: www.youtube.co...
📝 LinkedIn: / rpandey1234
🐦 Twitter: / rpandey1234
📸 Instagram: / rpandey1234
📂 Github: github.com/rpa...