ASE ASSIGNMENT 4 - nikky4222/ASE GitHub Wiki
ASE ASSIGNMENT 4
NAME : LAKSHMI NIKITHA KONA
CLASS ID:22
Student id:1623155
Question:
Create an Android App that uses any API and the app must have a login page and on successful login it must take the user to the web service interaction page.
- I have create an Android application using Google Text to Voice API where the first page is a login page .This page source code is located in java folder under the name loginActivity.
<img src="https://github.com/nikky4222/ASE/blob/master/Lab4/Documentation/login1.png" alt="some_text" height=400px">
<img src="https://github.com/nikky4222/ASE/blob/master/Lab4/Documentation/login%202.png" alt="some_text" height=400px">
-
After giving the corresponding username and password the user will be displayed to the second page namely Display page which takes an input from the user and convert the given text to speech.We have 2 buttons convert and stop.This page source code is located in java folder under the name Display.
-
Convert : It takes the user input and convert the text to speech.
-
Stop : It stops the speech when the button is clicked
-
<img src="https://github.com/nikky4222/ASE/blob/master/Lab4/Documentation/Translate1.png" alt="some_text" height=400px">
<img src="https://github.com/nikky4222/ASE/blob/master/Lab4/Documentation/Translate2.png" alt="some_text" height=400px">
- The logout button available navigates to the login page.