Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Andorid : 앱 구별법 (Native/Hybrid/Mobile web/Web app) #8

Open
yjbae-ww opened this issue Mar 11, 2024 · 0 comments
Open

Andorid : 앱 구별법 (Native/Hybrid/Mobile web/Web app) #8

yjbae-ww opened this issue Mar 11, 2024 · 0 comments
Assignees
Labels
android 안드로이드 관련

Comments

@yjbae-ww
Copy link
Owner

  1. Native
    • 안드로이드 플랫폼에서 사용되는 기본적인 프로그래밍 언어 및 개발 툴을 사용하여 개발 (Java,Kotlin)
    • 하드웨어 기능에 직접 접근 가능하여 높은 성능 제공
    • 개발 및 유지보수 비용이 높을 수 있음
  2. Hybrid
    • 웹 기술(HTML, CSS, JavaScript)을 사용하여 개발되고, 이를 안드로이드 앱으로 패키징
    • 여러 플랫폼에서 재사용
    • 개발 및 유지보수 비용이 낮을 수 있음
  3. Mobile web (*웹사이트를 모바일 장치에서 접근시 사용)
    • 웹사이트를 모바일 장치에서 접근할 수 있도록 최적화된 웹사이트
    • 다양한 장치 및 브라우저에서 동작
    • 오프라인 작동 및 하드웨어 기능에 제한
  4. Web App (*브라우저를 통해 접근하지만, 앱과 유사한 경험 제공)
    • 안드로이드 플랫폼에서 실행되는 웹사이트
    • 특정 기능에 접근할 수 있으며, 네이티브 앱과 유사한 기능을 제공
    • 성능 및 사용자 경험이 네이티브 앱보다는 낮을 수 있음

참조

하이브리드/네이티브 구별법
앱 개발 방식

@yjbae-ww yjbae-ww self-assigned this Mar 11, 2024
@yjbae-ww yjbae-ww changed the title Andorid : 앱 구별법 (네이티브/하이브리드/모바일/웹) Andorid : 앱 구별법 (네이티브/하이브리드/모바일웹/웹앱) Mar 11, 2024
@yjbae-ww yjbae-ww changed the title Andorid : 앱 구별법 (네이티브/하이브리드/모바일웹/웹앱) Andorid : 앱 구별법 (Native/Hybrid/Mobile web/Web app) Mar 11, 2024
@yjbae-ww yjbae-ww added the android 안드로이드 관련 label Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android 안드로이드 관련
Projects
None yet
Development

No branches or pull requests

1 participant