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.

Icon

Login Page:

The first page of the android application.

login

If the user enters wrong credentials, then the application gives a login error message.

wrong login

Register Page:

If the user is new to the application, then he/ she needs to enter the basic details to register.

register

Home Page:

Upon successful login, home page opens.

home

Google Speech Recognition API:

When the users speaks something, the application analyzes the speech and displays it in the form of text.

speak

result

Camera API:

If the user selects "want to take a picture?" option, the application opens the camera of our android device.

camera

camera

Bonus Points:

I deployed the "Basic App" application on smart watch emulator (Android wear square API)

watch