Titlebar
상단바라고도 함. UI의 상단에 텍스트와 색을 넣어서 주로 앱의 이름을 보여줄때 사용. Android 2.0 앱들에서 주로 사용됨.
Actionbar
버튼(ex. 뒤로 가기) 을 가지는, 버튼들로서 어떠한 Action들을 취할 수 있게 해주는 상단 bar. Titlebar 대신 사용 가능.
Toolbar
Actionbar보다 더 많은 기능과 특성들을 지니고 있음. Actionbar와 다르게 View이기 때문에 많은 것들을 적용시키기에 용이하다. (ex 애니메이션)
참고 출처
https://stackoverflow.com/questions/19279222/android-whats-the-difference-between-a-title-bar-and-an-actionbar
https://developer.android.com/reference/android/app/ActionBar
https://developer.android.com/reference/android/widget/Toolbar
https://developer.android.com/training/appbar/
'Android > 하루 꿀팁' 카테고리의 다른 글
Android Stduio Preview 상단 타이틀바 제거 (0) | 2018.05.27 |
---|---|
URL, URI, URN (0) | 2018.05.16 |
안드로이드의 4대 구성 요소 (0) | 2018.05.16 |
AsyncTask 사용 규칙 (0) | 2018.04.06 |
ANR(Application not response) (0) | 2018.04.06 |