Number: 015, Date: 2025-04-21

2025.04.14 ~ 2025.04.20

📱 Resolution Units Summary


While developing with Flutter, I briefly reviewed resolution differences by OS to determine whether the UI differences between Android and iOS are due to OS-level resolution systems.

Unit systems in Android and iOS

Android: DP (dots per inch)

SizedpiPixelScale
ldpi~120dpi240 x 3200.75x
mdpi~160dpi360 x 4801x
hdpi~240dpi480 x 8001.5x
xhdpi~320dpi720 x 12802.0x
xxhdpi~480dpi1080 x 19203.0x
xxxhdpi~640dpi1440 x 25604.0x

iOS: PT (points)

Scale
1.0x
2.0x
3.0x

Links

🧮 Efficient and Stable iOS Code Architecture: Functional & Declarative Programming Paradigms - Session 4


I began attending a 5-week offline course hosted by FastCampus titled Efficient and Stable iOS Code Architecture. The topic of the course is functional & declarative programming. - Course Introduction Link

Summary of Session 4

🙋🏻‍♂️ Other Notes


  1. Sites to check the tech stack used by different companies:
  2. A site with well-written AI explanations in Korean:
  3. Recently, “vibe coding” is gaining traction. I used the Figma MCP + Cursor combo to build a React project from a simple image-and-text-based website. After a few tweaks, it successfully met the basic requirements.