프로그래밍/부스트코스

부스트 코스 에이스 미션 1 (ListView, 개선사항)

돌및쓰고 2019. 8. 4. 17:27

1차 PASS

 

연구실일로 바쁜 한주 간신히 마감일 직전에 제출 다음미션은 미리해야겠다.

 

1. ListView 

 

오랜만에 RecyclerView 대신에 ListView를 사용

 

구현하는 방식에는 큰차이가 없는것을 확인 

 

Listview 크기 문제

https://stackoverflow.com/questions/35115788/how-to-set-listview-height-depending-on-the-items-inside-scrollview

 

How to Set ListView Height Depending on the Items inside ScrollView

I'm trying to add listView inside scrollView and. the problem is I can't set the ListView height programmatically and correctly redraw the ScrollView, as the items below it still in the old position

stackoverflow.com

 

https://yoo-hyeok.tistory.com/53

 

[Android] ListView 사용법 완벽 정리 (SimpleAdapter, CustomAdapter)

안드로이드에서 자주 사용되는 ListView는 데이터들을 한곳에 모아 깔끔하게 보여줍니다. 안드로이드에서 ListView를 어떻게 만드는지 알아보겠습니다. ListView는 그림과 같이 표현이 됩니다. 위 그림은 가장 기..

yoo-hyeok.tistory.com

https://recipes4dev.tistorry.com/154

불러오는 중입니다...

2. 지적사항 및 개선사항 (1차 )

1. 접근제어자 잘붙이기

 -귀찮아도 생각하고 붙이자
2. string.xml 활용

- 네이밍이 너무 어렵다.
3. 변수명에 언더바쓰지않기

- 전혀 몰랏던내용 앞으로 숙지하자