Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- spring
- MySQL
- release Apk
- release unsigned
- tomcat
- jQuery
- DataTable
- FLUTTER
- Exception
- apache gzip
- JavaScript
- java error
- Android Apk 이름
- Java
- 안드로이드
- CSS사용법
- android error
- android fragment
- Android Apk
- Android Apk 이름 변경
- html
- Android
- Program type already present
- error
- fragment
- css
- Eclipse
- Firebase
- R프로그래밍
- Kotlin
Archives
- Today
- Total
목록Android Example with Fragment and ToolBar (1)
selfstarter
Android Example with Fragment and ToolBar
# layout - activity_main.xml ``` xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".MainActivity" > ``` - fragment_detail.xml ``` android:layout_width="match_parent" android:layout_height="match_parent" xmlns:app="http://schemas.android.com/apk/res-auto" androi..
App/Android
2020. 6. 4. 17:41