Giter Site home page Giter Site logo

android-github's Introduction

Step3(2023-09-01) next-step#106

* GitHub(UI)
    * [x] 앱을 실행하면 리스트 형태의 GitHub Repository UI가 보여야 한다.
    * [x] MVVM 패턴으로 구현한다.
    * [x] Dagger2, Hilt를 이용하여 의존성을 주입한다.
    * [x] Domain 테스트 코드 추가
    * [x] ViewModel 테스트 코드 추가
* 1차 피드백
    * [x] Binding 부분 함수화
    * [x] Event 래핑 -> SingleLiveEvent 수정
    * [x] binding.executePendingBindings() 제거 (변화가 없는 Adapter일 경우 성능상 제거하는 게 나음)
    * [x] xml 코드 정렬
    * [x] tool:text -> android:text

Step2(2023-08-30) next-step#102

* GitHub(HTTP)
    * [x] GET, https://api.github.com/repositories
    * [x] full_name, description 필드만
    * [x] Repository 목록을 가져오는 기능은 data 모듈에 구현되어야 한다.
    * [x] data 모듈의 구현체는 모두 internal class로 선언한다.
    * [x]HTTP 요청을 통해 가져오는 구현체에 대한 테스트 코드를 작성한다.
* 1차 피드백
    * [x] Mapper 함수 최상단으로 끌어올리기
    * [x] githubRepository.json 필요없는 부분 제거
    * [x] 테스트 코드 함수명 수정
    * [x] GithubService 주석 수정

Step1(2023-08-29) next-step#100

* GitHub(모듈 분리)
    * [x] 순수 코틀린 모듈인 domain 모듈을 만든다.
    * [x] 순수 코틀린 모듈인 data 모듈을 만든다.
    * [x] data 모듈은 domain 모듈에 의존해야 한다.
    * [x] app 모듈은 domain 모듈에 의존해야 한다.
* 1차 피드백
    * [x] Android Studio linebreak 설정 추가

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.