Skip to content

#기능추가 제작년도 기간 설정#13

Open
chad1994 wants to merge 1 commit into
boostcampth:masterfrom
chad1994:dev
Open

#기능추가 제작년도 기간 설정#13
chad1994 wants to merge 1 commit into
boostcampth:masterfrom
chad1994:dev

Conversation

@chad1994

Copy link
Copy Markdown

개요

  • 사용자 편의성을 위한 제작년도 기간 설정 기능 추가.

작업 사항

  • 최소,최대년도 구간을 통한 검색 기능
  • 기능 활성, 비활성을 위한 버튼 등록
  • 해당 기능 레이아웃 Visibility에 따른 애니메이션 등록

boostcamp_mission

private final int PAGE_UNIT = 20; // 한번에 가져올 데이터 개수
private int currentPage = 0; // 현재 페이지 index
private boolean isEndOfPage = false; // 페이지 끝 flag
private int yearFrom = 1896;

@pengin7384 pengin7384 Jan 18, 2019

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

시작년도를 1896으로 설정하신 이유가 궁금합니다.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

조사한 결과에 따르면 최초의 상업영화가 1896년도의 ‘열차의 도착’ 이라고 합니다.

<string name="search_result_empty">에 대한 검색결과가 없습니다.</string>
<string name="search_yearFrom">제작년도(최소)</string>
<string name="search_yearTo">제작년도(최대)</string>
</resources>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

string이 많아질 것을 대비해서 알파벳 순서로 정렬하는 것은 어떨까요

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

조언 감사합니다.
사소한 부분까지 신경 써보도록 하겠습니다 👍🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants