ProgressBar, ProgressBar 종류
CODEDRAGON ㆍDevelopment/Android
반응형
ProgressBar
어떤 작업의 진행에 대한 전체 대비 진행률을 보여주는 뷰입니다.
진행상황을 바(Bar)나 원 형태로 제공합니다.
바 형태는 어느 정도 진행되었는지를 확인할 수 있지만, 원 형태는 진행 중이라는 상태만 표시합니다.
public class ProgressBar extends View
https://developer.android.com/reference/android/widget/ProgressBar.html
ProgressBar 종류
종류 |
형태 |
ProgressBar(Horizontal) |
|
ProgressBar(Large) |
|
ProgressBar(Normal) |
|
ProgressBar(Small) |
|
'Development > Android' 카테고리의 다른 글
ProgressDialog (0) | 2018.01.03 |
---|---|
ProgressBar 주요 메소드, ProgressBar XML 속성 (0) | 2018.01.03 |
AlertDialog 주요 메소드 (0) | 2018.01.03 |
AlertDialog 클래스, AlertDialog 생성자, AlertDialog.Builder (0) | 2018.01.03 |
ViewPager, PageAdapter 주요 메소드, android-support-v4.jar (0) | 2018.01.02 |