Categories
단어

하이브리드 앱(Hybrid App)

모바일 웹앱과 네이티브 앱의 장점을 살린 앱. 하이브리드(hybrid) 앱은 웹 표준 기술을 그대로 사용해 웹앱을 먼저 만든 후, 그다음 Flutter, Apache Cordova 같은 별도의 프레임워크를 이용해 네이티브 앱으로 변환하여 배포함. 즉, 기본 기능은 웹 표준으로 구현하고 패키징만 모바일 운영체제별로 다르게 하는 것. 일부 하드웨어 기능을 사용할 수 있으나 제약이 있을 수 있고, 네이티브 앱처럼 성능을 […]

Categories
단어

플러터(Flutter)

하나의 소스 코드로 iOS와 안드로이드 모바일 애플리케이션을 개발할 수 있는 UI 프레임워크 Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. Source: Official Flutter Website Hits: 72

Categories
단어

네이티브 앱(Native App)

스마트폰 운영체제에서만 작동하는 앱. 운영체제 환경에 맞는 별도의 프로그래밍 언어와 SDK(Software Development Kit)라는 개발도구로 앱을 제작 및 유지보수해야 하며, 일반적으로 배포를 위해서는 앱 스토어, 구글 플레이 스토어와 같은 글로벌 플랫폼을 이용해야 함. 스마트폰에 최적화된 기능을 구현할 수 있고, 푸시 등 각종 부가 기능을 원활히 활용할 수 있으나, 개발 난이도가 높고 시간이 많이 걸리며, 같은 서비스를 […]

Categories
단어

모바일 웹 앱(Web App)

운영체제에 관계없이 모바일 브라우저에서 동작하는 앱. 웹 표준 언어로 만들어서 제작 비용도 저렴하고 개발 기간도 비교적 짦으나 스마트폰의 모든 하드웨어 기능 사용 및 푸시 알림이 불가하며, 인터넷 접속이 끊기면 사용할 수 없다는 단점이 있음. Hits: 210

Categories
단어

호이스팅(hoisting)

코드를 실행하기 전에 내부에서 변수와 함수의 위치를 맨 위로 옮겨 선언하는 자바스크립트의 문법적인 기능 출처: 구글, MS, 삼성이 주모하는 차세대 웹 기술 PWA, 프로그레시브 웹앱 만들기 – 김응석, 이지스퍼블릭 Hits: 57

Categories
단어

SwiftUI

SwiftUI is an innovative, exceptionally simple way to build user interfaces across all Apple platforms with the power of Swift. SwiftUI는 Swift의 성능을 바탕으로 모든 Apple 플랫폼에서 사용자 인터페이스를 구축할 수 있는 혁신적이고 간소화된 방법입니다. Source: Apple Developer (English, Korean) 애플 개발자 행사 WWDC 2019 에서 SwiftUI 소개 및 데모를 했으며 영상은 Introducing SwiftUI: Building […]

Categories
영어

set/put your mind to sth

to decide you are going to do something and to put a lot of effort into doing it: (예문1) If you’d just put your mind to it, I’m sure you could do it. (예문2) He set his mind to lose his weight so that he will be healthy. (예문3) You can do anything if you […]

Categories
영어

a (heavy) cross to bear

an unpleasant or painful situation or person that you have to accept and deal with, although you find it very difficult; a responsibility or an unpleasant situation which you must live with, because you cannot change it (예문1) Looking back, a heavy cross to bear was a perfect tool for me to become a better […]

Categories
영어

a bump in the road

something, usually something not very serious, that delays a process or prevents it from developing: (예문1) Almost 90 percent of companies surveyed feel the current economic slowdown is a bump in the road and that growth will resume in six to nine months. (예문2) There must be a bump in the road when you change […]

Categories
영어

a bitter pill (to swallow)

something that is very unpleasant but must be accepted: (예문1) Losing to a younger player was a bitter pill to swallow.(예문2) Having her athletic career cut short because of an injury was a bitter pill for Maria to swallow. Source: Cambridge Dictionary, Idioms Online Hits: 114