블로그 이미지
Flying Mr.Cheon youGom

Recent Comment»

Recent Post»

Recent Trackback»

« 2024/5 »
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

Practice Diary

클라이언트/Android | 2014. 8. 27. 23:13 | Posted by youGom


2014. 8. 15.

Android Studio Download And Install.


2014. 8. 16

Android Studio Hello world Compile and Run on Device.


2014. 8. 17.

Understanding UI.

 - Layout and XML format

 - Different Res and Asset

 - Component and Widget


2014. 8. 18

Understanding Fragment.

 - Different between Activity and Fragment

 - Usage Fragment

 - To insert 'textview' and 'button' widget on Fragment


2014. 8. 19

Understanding between Fragment and GridView

 - To insert 'GridView' widget on Fragment.

 - To pop 'Toast' Message on click the 'GridView' of the Fragment. 


2014. 8. 25.

Understanding HttpClient and HttpRequest/Response

 - Read book about the HTTP.

 - Read Development Site.

 - Type HttpRequest code and run Test.


2014. 8. 26.

Understanding Volley Lib and Run

 - Read Development Site.

 - Watch Volley Lecture - https://developers.google.com/events/io/sessions/325304728

   ::: TrainingTap of the http://Developer.Android.com

 - Understanding Http Request Queueing

 - Volley is Async and HttpRequestQueue


2014. 8. 27.

Understanding Test Environment

 - Read Development Site - TestCase

 - Watch InstrumentTest Lecture - http://www.youtube.com/watch?v=z47B1nhC3K0

    :: google search keyword and url : https://www.google.co.kr/?gws_rd=ssl#newwindow=1&q=android+studio+testcase

 - Type TestCase Code

 - Open Android Studio Terminal and run 'gradlew' script - ./gradlew connectInstrumentTest




'클라이언트 > Android' 카테고리의 다른 글

termux에서 ubuntu 환경 만들기  (0) 2022.07.01
[Android] UI Code Eaxple  (0) 2015.11.12
[GoogleMap] code Google API 정리  (0) 2013.10.11
[GoogleMap] 개발 관련 이미지 자료  (0) 2013.10.03
[Fragment] Fragment정보 갈무리  (0) 2013.09.13
: