Code Monkey home page Code Monkey logo

base-android's Introduction

Hi there 👋

kwangwoo’s github stats

base-android's People

Contributors

ykw93 avatar

Stargazers

 avatar

Watchers

 avatar

base-android's Issues

Base Recyclerview Adapter 이슈

기존에 Base Recyclerview Adapter 안에 endless scroll 기능이 있었는데 문제점이 있어 제거 필요

문제점

  • 각각의 어댑터가 무거워짐.
  • base adapter에 있는 getProgressLayout을 자식 어댑터에서 구현해야 되는 문제
  • 여러개의 뷰타입 사용 시 각각의 뷰타입의 width가 동일하게 나오는 문제
    예를 들어 1번 뷰타입은 match_parent이고 2번 뷰타입은 width가 110dp 인데 각각 적용 되지 않고 전부 mathc_parent로 적용 되는 문제

Endless Recyclerview

기존에 Recyclerview base adapter에 있는 Endless loading 기능을 제거 했으므로
Endless 기능을 이용할 수 있는 Custom Recyclerview 추가 필요

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.