euzl / khuhelper

전기차 충전소 플랫폼 (Android)
1 stars 0 forks source link

개발일지와 TIL 사이의 어딘가 #3

Open euzl opened 4 years ago

euzl commented 4 years ago
euzl commented 4 years ago

7/9

euzl commented 4 years ago

7/10

euzl commented 4 years ago

7/12

euzl commented 4 years ago

7/13

euzl commented 4 years ago

7/14

자정이 넘었으니 14일은 여기까지

euzl commented 4 years ago

7/20

euzl commented 4 years ago

7/30

euzl commented 4 years ago

8/1

euzl commented 4 years ago

8/3

euzl commented 4 years ago

8/4

euzl commented 4 years ago

8/12

JSON Formatter & Validator

https://lktprogrammer.tistory.com/175 - 기본적인 가져오기

https://blog.naver.com/PostView.nhn?blogId=qbxlvnf11&logNo=221432824912&categoryNo=44&parentCategoryNo=0&viewDate=&currentPage=1&postListTopCurrentPage=1&from=postView https://stackoverrun.com/ko/q/3081178 - 배열

euzl commented 4 years ago

8/14

스크린샷 2020-08-14 오전 7 48 39

하나가 뭉텅이로 들어왔다. arr[0][0] = "3.234234, 3,4342" 요런식 아마 한번 더 분리를 해야겠지 ㅓㄹ 성공!!!!!

자바에서는 무조건

ArrayList<AnalyzePlace> analyzePlaces = new ArrayList<>();

이렇게 할당해놔야되구나..! 안그러면 null로인식 -> 기본 array가 아니라 ArrayLIst(자료구조)를 사용했기 때문!

데이터 싹 바뀌었고 받아왔음!

어우 피곤...

남은일

euzl commented 4 years ago

8/15

<activity android:name=".admin.PredictActivity"
    android:windowSoftInputMode="adjustResize" />
euzl commented 4 years ago

8/17

ㄷㅐ박... 안드로이드 라이프사이클의 중요성..!! onResume을 이용해야된다. 다시 시작할때는... 약간 init기능 됨 쩐당

switch {
    case :
        <내용1>
        startActivity();
        <내용2>
        break;

위 코드에서 startActivity() 가 실행된다고 <내용2> 가 실행되지 않는게 아님. 무조건 <내용2> 까지는 실행되고 break되는 것..!! 그래서 파란색으로 바꾸는 코드를 <내용2>에 하면 액티비티가 변하기 전에 변했다. 따라서 onResume안에 파란색으로 바꾸는 코드했더니 시기좋게 딱딱!



릴리즈 완료! (v1.0.0)

스크린샷 2020-08-17 오전 6 52 16 스크린샷 2020-08-17 오전 6 56 05

develop → release/v1.0.0 → 태그 달아주고 → git push 를 master에 바로!

훌 끝났당!!

euzl commented 4 years ago

8/27

euzl commented 4 years ago

8/28

euzl commented 4 years ago

9/2

euzl commented 4 years ago

9/3

euzl commented 4 years ago

9/7