GithubHelp home page GithubHelp logo

demo_edunomics's Introduction

Edunomics Assignment Documentation

(Mobile App Development using Android)

Table of Contents

Objective

Abstract

Introduction

Features

Testing_Result

Conclusion

Future_Work

Objective:

Create a mobile application that should implement a login feature. After the log in,some implement a chat app. The app must also consist of an autocomplete search box, put the search box anywhere a search feature can be implemented like searching through chats or user names. App must be compatible with the UI of our website :https://edunomics.in/

Abstract:

The main objective of this documentation is to present a software application for the login and logout use case for this a parse server as backend is used. The application developed for android will enable the new users to signup as well as registered users can log in and chat with the users connected to that parse server. The system requires devices to be connected via the internet. Java is used as a programming language and Bitnami Parse Server is hosted on AWS.

Introduction

This is a simple android mobile application where a new user can create a new profile using signup page or previously registered user can log in.They can chat with other users in realtime and for ease search option has been implemented.

Features

Login:

Input: username , password (valid)

Output:

If credentials matches

	Redirect to Home Page
Else
	Error message is displayed

SignUp:

Input: username , password, confirm password, date of birth, phone number Output:

If (username is unique) && (password is valid) && (password==confirm password)
	Signup the user
	Redirect to Home page
Else
	Error message is displayed

Logout:

Input: Press Logout from option menu Output:

If there is current user
	Logout
	Redirect to login page

ShowPassword

Input: Click Output:

If checked:
	Show password
Else:
	Hide password

Search

Input: Key value Output:

If username found:
	Show username
Else:
	NULL

Autocomplete has been implemented while searching.

Testing Result

  • Username and password shouldn’t be blank.
  • Passwords should meet the requirement.
    • Minimum 8 letters
    • At least 1 digit
    • At least 1 lower case letter
    • At least 1 upper case letter
    • No white spaces
    • At least 1 special character
  • Password should match with confirm password.

Username and Password for Login:

Username: demo1

Password: abc123@A

For signup use any username but valid password:

Example password: xyz@123A , ijk#$12JK

Conclusion

We can implement authentication using a parse server as a backend conveniently with our android application. It can also be used to store data and files as per our need.

Future Work

  • Improvement in UI.
  • Addition of content in home page.

Github Link : https://github.com/Gribesh/demo_edunomics.git

demo_edunomics's People

Contributors

gribesh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.