안드로이드 개발을 하다보면 ScrollView 안에 ScrollView를 넣을 상황이 올 때가 있습니다 다음 코드는 안쪽의 ScrollView가 작동에 문제가 있었습니다 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 .... ..... http://colorscripter.com/info#e" target="_blank" style="text-decoration:none;color:white">cs 그럴 때 NestedScrollView를 사용하면 됩니다. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 .... ..... androidx.core.widget.NestedScrollView> androidx.core.widget.NestedScrol..
파라미터로 문자열과 음이 아닌 정수 n이 주어집니다. 문자열의 처음 3글자를 n 번 반복하세요. 만약 문자열의 길이가 3보다 작다면 해당 문자열을 반복하세요. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 public class Main { public static void main(String[] args) { System.out.println(frontTimes("Chocolate", 2)); System.out.println(frontTimes("Chocolate", 3)); System.out.println(frontTimes("Abc", 3)); } public static String frontTimes(String str, i..
주어진 2개의 문자열 a, b에 대하여 두 개의 하위 문자열이 같은 위치에 존재하는 경우의 수를 출력하시오. a = 'xxcaazz' b = 'xxbaaz' 인 경우 출력값은 3입니다.( 'xx', 'aa', 'az') 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 32 33 34 35 public class Main { public static void main(String[] args) { System.out.println(stringMatch("xxcaazz","xxbaaz")); System.out.println(stringMatch("abc","abc")); System.out.println(..
- Total
- Today
- Yesterday
- 코틀린
- 과제
- 신규기능
- ScrollView in ScrollView
- Material
- Java
- 안드로이드
- 알고리즘
- google I/O
- 안드로이드Q
- kakaotalk
- 중첩
- KAKAO
- 자바
- Android
- 앱
- 카카오톡
- 유니티
- 백그라운드
- 안드로이드 9.0
- 백준
- 개발
- 카톡
- ScrollView
- 액티비티
- NestedScrollView
- Unity
- Kotlin
- 대학교
- 구글IO
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |