Lab Assignment 4 - ravali-b/ASE_Lab-Assignments GitHub Wiki
Lab Assignment 4
In this assignment, I created an android application - "Basic App". This application has four main activities - login, register, home and camera. This Android application uses two APIs - Google Speech Recognition API; Camera API.
Basic App:
This is the way my application looks in my android device.
Login Page:
The first page of the android application.
If the user enters wrong credentials, then the application gives a login error message.
Register Page:
If the user is new to the application, then he/ she needs to enter the basic details to register.
Home Page:
Upon successful login, home page opens.
Google Speech Recognition API:
When the users speaks something, the application analyzes the speech and displays it in the form of text.
Camera API:
If the user selects "want to take a picture?" option, the application opens the camera of our android device.
Bonus Points:
I deployed the "Basic App" application on smart watch emulator (Android wear square API)