I want to implement TTS function in fragment in my app, but failed due to not enough understanding between Activity and Fragment. But found some sources in stackoverflow.com! (Link:http://stackoverflow.com/questions/16866173/text-to-speech-in-fragment) However, I failed over and over again.. and found the cause.. It was "return view" code in onInit. Anyhow, finally I succeeded, below is my sourc..