블로그 이미지
Flying Mr.Cheon youGom

Recent Comment»

Recent Post»

Recent Trackback»

« 2025/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

 

'understand'에 해당되는 글 2

  1. 2014.08.27 Practice Diary
  2. 2011.07.12 Understand ( your code )
 

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
:

Understand ( your code )

소프트웨어 공학/분석 | 2011. 7. 12. 11:16 | Posted by youGom

site : http://www.scitools.com/



아래와 같은 기능을 제공해준다.

Metrics, Standard Testing, Editor, Dependencies, Language( C, C++, C#, Ada, Java, ... ), Searching, Graphs, Code Knowledge, Reports

위 기능중 개인적으로 Graph 사용이 가장 좋았었다.
Graph로 Depend와 Structure에 대해 잘 그려주고, 그 그래프에 나타난 클래스와 파일에 관한 정보 출력의 자유도가 높으며, 그 정보추적이 용이하다.


[ UML 그래프 ]





[ Dependency 그래프 ]







'소프트웨어 공학 > 분석' 카테고리의 다른 글

linux의 mocha는 뭘까?  (0) 2011.08.17
xDepend  (0) 2011.07.12
Coverity Prevent  (0) 2011.07.08
: