Android App using APIs - manirajmohareer/Advanced-Software-Engineering GitHub Wiki
Used APIs
1.Gmail Login using Firebase
2.Text to Speech
Launcher Activity
From Launcher Activity User can log in into the Application either by signing up or Google credentials.
Firebase is added to our Android App. App Id and Firebase key are used for authentication
After logging in the entered text is converted to speech. The speech is supported only in some languages. If the Language or data is not found it toast up an invalid message.
Key Challenges: Integrating Android app to Google Firebase.