Code Monkey home page Code Monkey logo

clothmatchingservice's Introduction

Hi there ๐Ÿ‘‹ I'm @choieastsea!

๐ŸŒฑ I work at โ€ฆ

gabia cloud development team (2024.04~)

โšกIโ€™m interested in โ€ฆ

  • User Satisfying Service in diffferent ways
  • Backend Development
  • Cloud Service
  • Python

๐ŸŽ“ I studied โ€ฆ

Software Engineering (Konkuk university, Seoul)

๐Ÿซ  My experience โ€ฆ

clothmatchingservice's People

Contributors

cbi777 avatar choieastsea avatar inniestar97 avatar yunjeongiya avatar

Watchers

 avatar

clothmatchingservice's Issues

WeatherData ๋น„๋™๊ธฐ ํ˜ธ์ถœ ๋ฌธ์ œ

private fun initWeatherData() { //UI THRead
        val channel = Channel<WeatherData>()
        CoroutineScope(Dispatchers.IO).launch {
            while (true) {
                channel.send(WeatherDataFetcherImpl().fetch(Location(longitude = 127.0, latitude = 37.5)))
                delay(1000 * 60 * 10) // 10๋ถ„
            }
        }
        CoroutineScope(Dispatchers.Main).launch {
            while (true) {
                val data = channel.receive()
                //update UI
            }
        }
    }

10 ๋ถ„ ์ฃผ๊ธฐ๋กœ UI๋ฅผ ์—…๋ฐ์ดํŠธ ํ•œ๋‹ค๋ฉด, ์œ„ ์ฝ”๋“œ์ฒ˜๋Ÿผ
๋ฐ›์•„์˜จ WeatherData ๋ฅผ ๋ฉ”์ธ ์Šค๋ ˆ๋“œ๋กœ ๊บผ๋‚ด์˜ค์ง€ ๋ง๊ณ , ์ฑ„๋„ ๋˜๋Š” ๋‹ค๋ฅธ ์ˆ˜๋‹จ์„ ํ†ตํ•ด
Dispatchers.Main ์—์„œ ๋ฐ›์•„ ui ๋ฅผ ์—…๋ฐ์ดํŠธํ•  ์ˆ˜ ์žˆ์„ ๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.