deprecated

Posted by Hoit.
2016. 1. 7. 13:01 Study/Android deprecated

deprecated 모음

 

1.ActionBarActivity 

   -> ActionBarActivity

   -> AppCompatActivity

 

2.android.hardware.Camera(This class was deprecated in API level 21.)

   -> android.hardware.Camera

   ->android.hardware.camera2

 

3. TTS Function(This method was deprecated in API level 21.)

   speak(String text, int queueMode, HashMap<String, String>params)

   ->speak(String text, int queueMode, HashMap<String, String>params)

   ->speak(CharSequence, int, Bundle, String)