reference 영단어 - 1

Posted by Hoit.
2016. 1. 13. 00:45 기타/Reference 영단어

수시업데이트 자료

 

1. NetworkInfo

   ① fine-grained : 여러개의 호출 -> 하나의 작업결과

      -> NetworkInfo.DetailedState : The fine-grained stated of a network connection.

 

   ② coarse-grained : 하나의 호출 -> 여러개의 작업결과

      -> NetworkInfo.State : Coarse-grained network state.

 

   참고사이트 : http://developer.android.com/reference/android/net/NetworkInfo.html

 

 

2. MalformedURLException

   ① malforemd : 기형의, 일그러진

      -> MalformedURLException : 잘못된 URL Exception

 

   참고사이트 : http://developer.android.com/reference/java/net/MalformedURLException.html

 

 

3. JSONObject

   ① coerce : 강요하다

      -> This class can coerce values to another type when requested.

 

   ② sentinel value : 감시값, 보초값 (반복을 중단하기 위해 사용된 값)

      -> Although null cannot be coerced, the sentinel value Null is coerced to the string "null"

 

   참고사이트 : http://developer.android.com/reference/org/json/JSONObject.html

 

 

 

 

4. TextToSpeech

   ① Synthesize : (장치를 이용하여 소리를) 합성하다

   ② playback : 재생

      ->Synthesizes speech from for immediate playback or to create a sound file.

 

   참고사이트 : http://developer.android.com/reference/android/speech/tts/TextToSpeech.html 

 

 

 

5. ViewPager

   ① in conjunction with : ~와 함께

      ->ViewPager is most often used in conjunction with Fragment,

 

   참고사이트 : http://developer.android.com/intl/ko/reference/android/support/v4/view/ViewPager.html 

 

 

 

 

 

 

전체참고사이트 : http://developer.android.com/reference/packages.html