Want to bring characters to life in android

I am working on sms application and I want to use animated characters that will read sms. I am new to android, somebody please let me know how to do this. thanks in advance

+3


source to share


1 answer


I can only briefly describe how the scope of the issue is very wide:



The easiest way is to use Frame Anmation for your animated characters. Each wll frame contains a variety of character animations, so you play them frame by frame. To read sms aloud, use the TTS (Test To Speech) feature for Android. Finally, register a broadcast receiver to listen to incoming sms.

0


source







All Articles