Coder Social home page Coder Social logo

finalarchitecture's Introduction

찰스의 안드로이드 애플리케이션

(구)Final Architecture

Charlezz

이 저장소는 찰스의 안드로이드 블로그를 안드로이드 버전으로 구현하였으며, 여러가지 기술과 디자인 패턴을 적용하는 예제를 보여줍니다. 모던 아키텍처를 지향하고, 알파 버전의 라이브러리를 포함하여 구글의 최신 라이브러리를 적용하여 작성되었습니다.

구글의 최신 안드로이드 의존성 주입 라이브러리인 Hilt를 사용하는 것으로 코드를 간결화하고 쉬운 앱 스케일링을 보여줍니다. 또한 MVVM 패턴적용으로 쉬운 테스트 및 유지보수가 가능합니다.

구현을 위해 사용한 기술들

이 저장소에서 사용된 기술은 찰스의 안드로이드 블로그에서 확인 하실 수 있으며, 링크 주소는 아래에서 확인 가능합니다.

  • Hilt : Dagger 기반의 단일 컴포넌트 지향 의존성 주입 라이브러리
  • Dagger2 : 객체의 생성을 담당하며 Activity나 Fragment의 생명주기에 맞게 인스턴스를 주입하고 관리한다.
  • Paging3 : 다양한 데이터 소스로 부터 데이터를 나누어 효과적으로 로딩할 수 있게 한다. RemoteMediator를 사용하여 오프라인 모드를 지원한다.
  • DataBinding : UI요소들과 Observable한 데이터의 바인딩을 도와주는 라이브러리
  • Lifecycles : 액티비티와 프레그먼트의 생명주기를 관리
  • LiveData : 데이터의 변경을 감지 할 수 있으며, View에게 변경 이벤트 전달.
  • Room : SQLite를 좀 더 편리하고, 유연하게 사용가능하게 한다.
  • ViewModel : UIController의 생명주기를 알고있으며, 뷰에게 제공할 데이터를 관리한다.

finalarchitecture's People

Contributors

charlezz avatar

Watchers

James Cloos avatar

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.