Mad Report 026 041
Mad Report 026 041
V CARE
Submitted by
Apeksha Rai 4SO19CS026
Chandana S L 4SO19CS041
CERTIFICATE
This is to certify that the Mini project entitled “V Care” is a bonafide work
carried out by
Students of Sixth semester B.E. Computer Science & Engineering, and submitted
as a part of the course Mobile Application Development (18CSMP68), during the
academic year 2021-2022.
.
------------------------------- -----------------------------------
Ashwin Shenoy M Dr Sridevi Saralaya
Project Guide Head of the Department
1.-------------------------- 1. --------------------
2.------------------------- 2. ----------------------
In our developing and technology dependent life, we totally rely on gadgets especially
smartphones. Today everyone has a smart phone. With this we get an opportunity to use
technology in a better way so that it can be made useful to us. And it plays an important part in
our daily life and helps us staying fit in many ways.
The remarkable problem is that we forget to perform certain important life related chores in
proper time. Medication adherence, which refers to the degree or extent to which a patient takes
the right medication at the right time according to a doctor’s prescription, has recently emerged
as a serious issue because many studies have reported that non-adherence may critically affect
the patient, thereby raising medical costs.
Student life is no longer easy. Projects, homework, submissions, extra classes, tests,
extracurricular activities …the list of tasks they need to complete is numerous. Deadline after the
deadline they need to meet make their life stressful from a young age. They would need a person,
mostly mom to constantly remind them of the tasks they need to complete as being kids they
miss out. But then this is not always practical. The best way out is to introduce them to easy to
use this Daily Planner app!
We dedicate this page to acknowledge and thank those responsible for the shaping of the
project. Without their guidance and help, the experience while constructing the dissertation
would not have been so smooth and efficient.
We are extremely thankful to our Director, Rev. Fr. Wilfred P D’Souza and our Principal, Dr.
Rio D’Souza for their support and encouragement.
We owe our profound gratitude to Dr. Sridevi Saralaya, Head of the Department, Computer
Science and Engineering, whose kind consent and guidance helped us to complete this work
successfully.
We sincerely thank Mr. Ashwin Shenoy M, Assistant Professor, Computer Science and
Engineering for his guidance and valuable suggestions which helped us to fulfil the experiments
prescribed by the university.
We would like to thank all our Computer Science and Engineering staff members who have
always been with us extending their support, precious suggestions, guidance and
encouragement through the project.
We also like to extend thanks to our friends and family members for their continuous support.
ii
Abstract..........................................................................................…………….…..i
Acknowledgement.........................................................................………..……... ii
Contents.........................……………..................................………...….................... iii
1.Chapter1-Introduction.......................................................…….....................05
References.......................................………...............………........……………………..25
iii
1. Home Page……………………………………………………….…...............................
2. Main Page……..…...………………………………….………………………………….
5. Setting Page..…...…..………………………………………….………………….......
6. Alert Page….....……………………………………………….……………………
7. Theme Layout Page……………………………….……….……........................................
iv
Android Studio is the official integrated development environment (IDE) for Google’s Android
operating system, built on Jett Brains IntelliJ IDEA software and designed specifically for Android
development. It is available for download on Windows, macOS, and Linux-based operating system
s or as a subscription-based service in 2020.It is a replacement for the Eclipse
Android Development Tools (E-ADT) as the primary IDE for native Android application
development.
Android Studio was announced on May 16, 2013, at the Google I/O conference. It was in the early
access preview stage from version 0.1 in May 2013, then entered the beta stage starting from
version 0.8 which released in June 2014.The first stable build was released in December 2014,
starting from version 1.0. On May 7,2019, Kotlin replaced Java as Google’s preferred language for
Android app development. Java is still supported, as is C++.
10
3.2.0 Ringtone:
11
(Button)
Id:
BottomNavigation_Item_
UpcomingEvents
(Button)
Id:
BottomNavigation_Item
_calendar
12
(Button)
Id:
CalentFragment_Button_
Next
(GridView)
Id:
CalendarFragment_GridVie
w_Dates
13
(Button)
Id:
ImageButton_Perio
d
(TextView)
Id:
TextView_UpcomingEvents
14
(Button)
Id:ImageView_save
(TextView)
Id:TextView_SetDate
(TextView)
Id:Textview_SetTime
(TextView)
Id:
TextInputLayout_Note
15
(TextView)
Id:TextView_UserSettings
(TextView)
Id:TextView_DefaultRingtone
(TextView)
Id:TextView_DefaultReminderTime
(TextView)
Id:TextView_AppTheme
16
In the main Page to which the user is taken in the bottom there are 3 activities represented.
This piece of code helps in travelling between three activity pages. If Item calendar is selected it
hides other two actions and shows only CalenderFragment. It applies the same over clicking other
two activities item.
17
Department of Computer Science
Code to avoid clicking on non-active dates:
In the viewCalendar activity all the dates which are already scheduled will be highlighted.
Also this code shows alert dialogue so that we can add event.
18
Then the user can add event clicking on the AddEvent floating button, fill all the required details
in the space provided and save the given details by pressing top right button.
These details are then used by this piece of code to set the alarm notification.
19
This code presents to the user the list of events added to the schedule in the particular mentioned
period of time.
20
21
22
Settings->
23
This application intelligently notifies user about the event prior enough so that user can reach
the location or do the work on time. The application manages the event schedules for user by
keeping track of all the scheduled events.
Currently our app shares the event only when intended by the user ,but most often that is not
the case. We would like to develop the app so that the user is notified about the event even
through mail at the same exact moment.
The existing app does not have an alarm notifying component. We want to make sure that this
can reach women during their pregnancy period and help them with their consultations with
the doctor by notifying them about their consultation dates prior so that there will be no
hassles regarding remembering dates!
24
REFERENCES
2. Geeksforgeeks ( https://www.geeksforgeeks.org )
25