0% found this document useful (0 votes)
51 views

ABSTRACT For Notes and Password Manager

The document discusses creating an Android application that allows users to take notes and generate strong passwords. It will outline setting up Android Studio and Firebase, adding authentication, managing notes and passwords, and deploying the application. The application will allow users to store login information, notes, and passwords in a Firebase database.

Uploaded by

aryanbattu04
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
51 views

ABSTRACT For Notes and Password Manager

The document discusses creating an Android application that allows users to take notes and generate strong passwords. It will outline setting up Android Studio and Firebase, adding authentication, managing notes and passwords, and deploying the application. The application will allow users to store login information, notes, and passwords in a Firebase database.

Uploaded by

aryanbattu04
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

ABSTRACT

Introduction:-
You will be creating an android application which
helps to take notes at any time helps to generative
a very strong password for the security of your
account and makes them available whenever you
need. It’s going to have two major function at the
same time.
Project context:-
Password managing & notes –taking are most
overlooked virtual activites in today’s digital
life.
Various company are constantly adding new
feature to note – taking & password
management.
In this application user also build your own
note-taking & password managing.
PROJECT STAGES:-
o SETUP ANDROID STUDIO & FIREBASE
o AUTHENTICATION
o MANAGE NOTES
o MANAGE PASSWORDS
o DEPLOY

HIGH LEVEL APPROACH:-


The first task, once we get the development environment
ready, will be to set up Android Studio & Firebase. Once
we have everything in place, we can start off with
creating the application, which will basically start with
the login authentication.Next up is the home page
building. In this project, we’ll be keeping it simple by
showing two options i.e Notes & Password. In our
project, we’ll need to manage three states: Note (to
manage notes data), Password (to manage password
data), and user (for managing the details of the currently
logged-in user).For showing all the notes or passwords,
we’ll be using Listviews.Handling our database and
authentication needs to be supported and we’ll be using
Firebase for the same. Basically, the database will be
used to store the login information for the users, but the
resource can be used for storing notes and
password information as well.Successful implementation
of the above requirements will lead to the completion of
the core implementation of our application. Next up,
deploy!

You might also like