Hello, I'm a developer, Suin Lee.

I have experience in successfully developing and launching products for various services such as shopping malls, dashcam, kiosks, and lawn financial service. I am very interested in improving the development culture and processes within companies. In fact, I have reduced development time by creating and applying modular projects. I have a keen interest in programming and enjoy learning about technology in my spare time, as well as discussing programming-related topics.

📱 (416) 350-6060

💌 [email protected]

github: https://github.com/lilsooin

Projects


🚨Example of Trouble shootings

1. dashcam project

  1. An issue in which files cannot be downloaded or deleted by accessing an absolute path

    solution: implemented MediaScannerConnection

  2. Starting from Android 11, due to changes in policies, it is no longer possible to obtain the IP address and MAC address of the device connected to the hotspot directly

  1. There's an issue where screen control isn't working with the SurfaceView used in the dashcam library.

    → Screen control is now possible by changing to TextureView and modifying the library, and additional functionalities such as pinch zoom are added.

    code for a pinch zoom textureview