-
Notifications
You must be signed in to change notification settings - Fork 2
ASE Lab Assignment 4 : Android Application
Class Id: 8
Student Id: 16234180
Student Name: Moulika Chadalavada
The main aim of this tutorial is to develop Android Application using Android Studio using API.This app should have a login page, on successful login it must take the user to the web service interaction page. Android is an open source and Linux-based Operating System for mobile devices such as smartphones and tablet computers. Android was developed by the **Open Handset Alliance**, led by Google, and other companies. It offers a unified approach to development of applications for mobile devices and these applications should be able to run on different devices. Android Studio, Java, Clarifai API * This android application is about image recognition of the picture that is uploaded using **Clarifai Api** and to know more about the image in Wiki Page.
-
When the image is uploaded and the property of image is recognized, the Wiki Page URL will be redirected to know more information about the image.
-
Once Image@Wiki app is opened the user is prompted with SignIn page where he has to enter email id and password for successful login.
-
If the user has not entered any username/password the Login will be failed and validations will be thrown.
-
Also login will be failed if the user has not entered valid email address (Eg: Should contain '@' symbol).
-
If the user doesn't have an account, the he has to click on 'Click here to Login', then the user will be redirected to Registration Page.
-
The users enter Name,Email Id,Password and clicks on 'CREATE ACCOUNT'. If the user has not entered all the details the registration will be failed and he cannot proceed further.
-
If the users enters all mandatory details in Login Page/Registration Page and clicks on Login he will be redirected to homepage.
-
In the home page the user is given an option to Upload Image, If he clicks on this button he will be asked to select a photo from gallery.
- Once the image is uploaded successfully the property name in the image is displayed. For example if Image of Lion is uploaded then in the app it is displayed as 'This is Lion'
- At the botton of the image a button 'Info' is displayed, if this button is clicked then it will be redirected to the wiki-page of respective property.