Notify Me Application

Size: px
Start display at page:

Download "Notify Me Application"

Transcription

1 Notify Me Application Meghana Kurupalli 1, Mohan Krishna 2, Pritee Parwekar 3 1,2,3 Anil Neerukonda Institute of Technology and Sciences ABSTRACT: Android applications are finding usage in day to day affairs. A similar work is the Notify me Application which provides an Android-based schedule planner for students at academic institutions. In environment where the students can participate in multiple courses as part of their academic program, Scheduler App automates the human pen paper work.students find it difficult to keep a follow up with the daily updates and it was hectic and tedious job to make sure that all the students are notified with the everyday schedules. The present project is about socializing the scheduler application and using it effectively on the smartphone platform. The main features of the application to make easy and attractive GUI (Graphical User Interface), allowing users to add or update their schedules, arrange mee tings, allow them to post on the forums about the college events, workshops, etc. and posting notifications to the users. The main objective of this project is to build an Application to connect several users, who can send reminders to each other about various activities. This will help the user to manage and schedule the Activities smoothly. Keywords: android, GUI, Remainder, schedule planner, notifications INTRODUCTION Notification generator is primarily an android application designed to generate push notifications. This app is similar to an online time-table. Instead of faculty pinning their timetables to their notice boards, they will receive push notification from this application 10 minutes before their scheduled class time. This app also provides a common platform to all the students and faculty to upload different files like PDFs and word documents. RELATED WORK The following paragraph contains the references and related work that went into creating this application. The Medication remainder and healthcare, [1], [2] is an Android application in which an automatic alarm ringing system is implemented. The application is designed for on doctor and patient communication. The alarm rings to remind the patients for their medicines. They can also set the alarm on their dosage timings which includes date, time and medicine description. This alarm can be used to set the schedule timer for different medicines.a notification system is provided where the notifications are sent to the patients through or message. Searching of doctor disease wise is provided as one of the modules. An app for Alzheimer s patients is developed [3] which gives the voice reminder after reaching to the location. Another android alarm clock app is proposed in [4] which is also combined with the GPS to save the elderly patients from getting lost. In paper [5] author has developed a curriculum schedule reminder which is useful to the teachers and students for the curriculum management. Author in [6] says that scheduler application provides an Android-based schedule planner for students at institutions. It focuses on providing an application for students who find it difficult to keep track of all their schedules. So, it made them start a project which reminds students of their schedules and it can be implemented using smartphones. The application has an attractive Graphical User Interface. It allows its users to add or update their schedules, arrange meetings with their groups, allow them to post on the forums about the college events, workshops, etc. and posting notifications. In [7] the author talks about different alternatives for push messaging in android. This article compares four Android technologies of push messaging technologies integrated on a cloud-computing environment, with respect to stability of responses, response times and energy consumption. This encouraged the present study to consider push messages to send notifications due to the limitations experienced by android based SMS messaging services, which include availability, cost and message size. 415 Meghana Kurupalli, Mohan Krishna, Pritee Parwekar

2 Firebase is the real time powerful tool by google and provides different functionalities like data storage, push notifications, as mentioned in [8]. Since this application requires data storage, as well as notification provider, the Firebase service has been selected for developing this application. PROPOSED WORK In the plethora of android applications in today s world, customization is given a lot of importance. People might be using different applications for same task. For example, one person might use hike for texting, and others may not use it. File sharing also becomes hectic as there is no single platform where any file can be shared and it will be accessed by the entire college. Hence, the idea of this application is to bring all the people of an institution under one roof and provide a common means of communication for anyone throughout the institution. Currently, this application has been developed only at department level and the work is progress to make it accessible to the entire institution. In this application, there are four modules. The first module is a discussion forum. This is similar to the twitter application where when someone posts something, everybody is able to see it. In this forum, students and teachers can post their ideas which in turn will lead to fruitful discussions and solutions. The second module is a file sharing application. In this module, we provide a facility for both students and teacher to upload and download any documents. This helps in mutual file sharing and exchange of information. The third module is a notification generator. This module generates a push notification for the faculty s mobile regarding their classes, liberating them from the need of pinning their schedules on their notice boards. The fourth module provides an opportunity to view the timetables of all the classes. It so happens always that whenever I go to a faculty cabin, it remains locked most of the times as the teachers have classes. So, with the help of this module, one can view the timetables of any class. FLOW OF APPLICATION 1.START 1.1. Login if existing user and go to step-2, else go to step Provide required details and registerwith the application. Go to step Checks if the provided credentials are true If true, go to step If false, go back to step-2 and display an error message. 3. Opens a screen containing all the features provided by the application 3.1. On clicking discussion forum, go to step A user posts something in the forum All users can view what the user posted The user can go to step- or to step On clicking File Sharing, go to step Any user can upload file(s) Any user can view or download required file(s) The user can go to step- 4 or to step On clicking View time tables, go to step User selects required section and clicks submit Time table is displayed in web view The user can go to step- 4 or to step On clicking Send notification, go to step Admin creates a notification and sends it to user The user receives a push notification The user can go to step-4 or to step-3 4.EXIT 416 Meghana Kurupalli, Mohan Krishna, Pritee Parwekar

3 IMPLEMENTATION The agile SDLC model is chosen for the implementation of this application. This application has minimum sdk version as 8 making it feasible to support on most of the android devices. The implementation of this application took place in different parallel phases. In the one phase, database tables were created and different queries were fired to ensure the correctness and avoid redundancy among the tables. The second phase was creating the layouts for the application. Recycler View has been used for most of the activities. The third phase was learning about Google FireBase, a real-time service provided by google for storage, cloud messaging and generating notifications, and embedding into the application. The SDK used for the development of this application is Android Studio, and the emulator Geny motion is used. For implementing this application, services are being used from the google firebase like cloud messaging, real time database storage and notification generator. Android studio is used as a platform for working and Geny motion is used as android emulator. The following are a few screenshots from our work. RESULTS The following images are a few screenshots of Notify me, showing the app s user interface and the screens shots of the application. Fig 1is the home screen of the application fig.2shows login screen of the application. If the user already exists, he can login into the application. Else, he clicks the link below and goes into register screen, as shown in fig.2. The user provides all his details here and gets registered with the application.registered users can participate in discussion forum as shown in fig 5, & 6 where users can post,see the timetable and contacts.user can also change the settings and activate the notifications as shown in fig 4. What a user posts is visible to all the registered users.user can choose,upload files here or can also view the status of the uploaded files as shown in fig 3,7 &8. User can also select a file to view or download it. For selecting the class for which the time table has to be displayed. On clicking the get Time Table button, the time table of that section is displayed in web view as shown in fig9&10...the fig.11shows the timetable of selected section. Fig 1: Home Screen Fig 2: Login Screen 417 Meghana Kurupalli, Mohan Krishna, Pritee Parwekar

4 Fig 3: Choosing a file to upload Fig 4: Chat activity Fig 5 : Chat Discussion Forum Fig 6 : Menu 418 Meghana Kurupalli, Mohan Krishna, Pritee Parwekar

5 Fig 7: File upload screen Fig 8: File Uploading status Fig 9: Select a section for which Fig10: Web view of the timetable 419 Meghana Kurupalli, Mohan Krishna, Pritee Parwekar

6 time table is to be displayed Fig 11: Displaying time table of selected section CONCLUSION This android application is evidently for the usage of the academic institute where it has been created. However, this application can be scaled up to any academic institute. With this application, there will be a common platform for both faculty and students for interaction with a separate platform of discussion forum, as well as, exchanging files by uploading them. The future extensions of this application are countless. This centralized application can be used for leave applications, posting marks, tracking the attendance and making it a personal assistant for the users of this application. References: [1] "Development of a Health Care Assistant App for the Seniors." International Journal of Applied Science and Engineering 14 (1) (2015): [2] Du, Yuanyuan, et al. "An android-based emergency alarm and healthcare management system." IT in Medicine and Education (ITME), 2011 International Symposium on. Vol. 1. IEEE, [3]Satheesh, Aditya, et al. "MEMENTO-Location based Voice Reminder.", IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 11 May 2016,ISSN (online): X. [4] Cheng, Rung-Shiang, Po-Hsian Huang, and Der-Jiunn Deng. "An Android Alarm Clock Application Combining with Function of SMS and GPS." 網際網路技術學刊 13.2 (2012): [5] Liang, G. A. O. "Design and Implementation of a Calendar Reminder Software Based on Android Platform [J]." Journal of Zhongyuan University of Technology 3 (2011): 016. [6]Hathaiwichian, Phanuphong, et al. "Android application for event management and information propagation." Student Project Conference (ICT-ISPC), 2014 Third ICT International. IEEE, [7] Hansen, Jarle, Tor-Morten Grønli, and Gheorghita Ghinea. "Towards cloud to device push messaging on android: Technologies, possibilities and challenges." (2012). [8] Kumar, K. N., et al. "Implementing smart home using firebase." International Journal of Research in Engineering and Applied Sciences 6.10 (2016): Meghana Kurupalli, Mohan Krishna, Pritee Parwekar

NaviGate Prepared App: Using Respond

NaviGate Prepared App: Using Respond NaviGate Prepared App: Using Respond How-to Reference Guide Downloading the App Logging into the App Home Screen My Account Initiating Alarms Accounting for Students Chat Feature End Alarm What is Respond?

More information

Pro Events. Functional Specification. Name: Jonathan Finlay. Student Number: C Course: Bachelor of Science (Honours) Software Development

Pro Events. Functional Specification. Name: Jonathan Finlay. Student Number: C Course: Bachelor of Science (Honours) Software Development Pro Events Functional Specification Name: Jonathan Finlay Student Number: C00193379 Course: Bachelor of Science (Honours) Software Development Tutor: Hisain Elshaafi Date: 13-11-17 Contents Introduction...

More information

Alumni Tracking System

Alumni Tracking System IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Volume 8, PP 80-86 www.iosrjen.org Alumni Tracking System MihirJayavant, Shashank Kawle, PritiKhergamkar, ShitalGurale, Prof.

More information

Medicine Information Mobile Application Using Tablet Image Anaysis Using Android Studio

Medicine Information Mobile Application Using Tablet Image Anaysis Using Android Studio Medicine Information Mobile Application Using Tablet Image Anaysis Using Android Studio M.Sakthiumamaheswari 1, Parimala Suresh Congovi 2, Madheswari Kanmani 3 Department of Computer science Engineering,

More information

Parent/Carer User Guide Bay House School and Sixth Form

Parent/Carer User Guide Bay House School and Sixth Form Parent/Carer User Guide Bay House School and Sixth Form Welcome to MyEd. Before we can get on with viewing information about your school and students, we first need to download the app. On Android devices,

More information

This tool is actually pretty unique and has evolved over the last 7 years. I have been working with Adobe Connect for quite awhile now and one of the

This tool is actually pretty unique and has evolved over the last 7 years. I have been working with Adobe Connect for quite awhile now and one of the 1 2 This tool is actually pretty unique and has evolved over the last 7 years. I have been working with Adobe Connect for quite awhile now and one of the things that I have noticed is that they do tend

More information

AAG Mobile App User Manual

AAG Mobile App User Manual AAG Mobile App User Manual Tired of carrying a large printed program around the AAG Annual Meeting? Want to easily organize your AAG session schedule in a digital calendar format? Looking to save some

More information

A Review:Internet of Things(IoT) Based Smart Home Automation

A Review:Internet of Things(IoT) Based Smart Home Automation A Review:Internet of Things(IoT) Based Smart Home Automation Vimal Nakrani 1, Mayank Panchal 2, Dipesh Thakkar 3,Sanket Pednekar 4, Prof. Yogita Mane 5 1,2,3,4 Information Technology, Universal College

More information

Emergency Contact for Real World Social Community

Emergency Contact for Real World Social Community Emergency Contact for Real World Social Community 1 M. KISHORE ANAND, 2 Dr.P.MARIKKANNU 1,2 DEPARTMENT OF INFORMATION TECHNOLOGY, COIMBATORE, INDIA Abstract: Android is a java based operating system which

More information

ELLUCIAN GO HOW-TO GUIDE

ELLUCIAN GO HOW-TO GUIDE ELLUCIAN GO HOW-TO GUIDE 03.31.17 CONTENTS GET THE ELLUCIAN GO APP... CHOOSE ACM AS YOUR SCHOOL... SIGN IN... ELLUCIAN GO MENU... REGISTER FOR COURSES... MY SCHEDULE... MY GRADES... MY FINANCIALS... ACADEMICS

More information

Mobile Tracking System using Web Application and Android Apps

Mobile Tracking System using Web Application and Android Apps http:// Mobile Tracking System using Web Application and Android Apps Mia Md. Karimul Hoq Department of Computer Science and Information Technology, Mohammad Jahangir Alam Department of Computer Science

More information

App Description Tips Download

App Description Tips Download YouTube App Description Tips Download A video app that allows users to view, share, discuss, and upload videos. You can create an account so that YouTube will remember your preferences. You can also subscribe

More information

Welcome to Maestro. Your Quick Guide for Getting Started and Using Key Features. Maestro. Save time. Easily communicate with colleagues

Welcome to Maestro. Your Quick Guide for Getting Started and Using Key Features. Maestro. Save time. Easily communicate with colleagues Welcome to Your Quick Guide for Getting Started and Using Key Features Save time Easily communicate with colleagues Get need-to-know clinical information How to Download and Get Started with 1. Search

More information

Using Google Drive. LIBRARY AND LEARNING SERVICES STUDY GUIDE GOOGLE DRIVE Drive.pdf

Using Google Drive. LIBRARY AND LEARNING SERVICES STUDY GUIDE GOOGLE DRIVE   Drive.pdf Using Google Drive Google Drive is a form of cloud computing, which means it is carried out on servers that are accessed through the Internet, rather than on one's own personal computer ( Cloud Computing,

More information

Personal Health Assistant: Final Report Prepared by K. Morillo, J. Redway, and I. Smyrnow Version Date April 29, 2010 Personal Health Assistant

Personal Health Assistant: Final Report Prepared by K. Morillo, J. Redway, and I. Smyrnow Version Date April 29, 2010 Personal Health Assistant Personal Health Assistant Ishmael Smyrnow Kevin Morillo James Redway CSE 293 Final Report Table of Contents 0... 3 1...General Overview... 3 1.1 Introduction... 3 1.2 Goal...3 1.3 Overview... 3 2... Server

More information

Takeaways. Takeaways on subsequent pages give teachers a quick visual reference of different features within an app.

Takeaways. Takeaways on subsequent pages give teachers a quick visual reference of different features within an app. Course : Let's share Directions for presenter / Takeaways Takeaways on subsequent pages give teachers a quick visual reference of different features within an app. Participants can linger for as long as

More information

HOW TO SIGN IN... 3 TRAINING FOR GOOGLE APPS... 4 HOW TO USE GOOGLE DRIVE... 5 HOW TO CREATE A DOCUMENT IN DRIVE... 6

HOW TO SIGN IN... 3 TRAINING FOR GOOGLE APPS... 4 HOW TO USE GOOGLE DRIVE... 5 HOW TO CREATE A DOCUMENT IN DRIVE... 6 HOW TO SIGN IN... 3 TRAINING FOR GOOGLE APPS... 4 HOW TO USE GOOGLE DRIVE... 5 HOW TO CREATE A DOCUMENT IN DRIVE... 6 HOW TO SHARE A DOCUMENT (REAL TIME COLLABORATION)... 7 HOW TO SHARE A FOLDER... 8 HOW

More information

Tip: Users can access and update their content on the go as MyFolio is mobile device compatible.

Tip: Users can access and update their content on the go as MyFolio is mobile device compatible. MyFolio Essentials Using this guide This guide has been produced to help you to support students using MyFolio for assessment or other pedagogic purposes. We aim to provide general information on how you

More information

Microsoft Yammer Users Guide

Microsoft Yammer Users Guide 2017 Microsoft Yammer Users Guide This guide will assist you with using Microsoft Yammer. INFORMATION TECHNOLOGY SERVICES ITS TRAINING Table of Contents What is Yammer?... 2 Access... 2 Navigating Yammer...

More information

2013/14. ita`leem A Student Guide

2013/14. ita`leem A Student Guide 2013/14 ita`leem A Student Guide E-learning Unit, Centre for Professional Development (CPD), International Islamic University Malaysia, Level 2, Education Building, P.O. Box 10, 50728 Kuala Lumpur, Malaysia.

More information

Aspen Mobile for Students and Families

Aspen Mobile for Students and Families Aspen Mobile for Students and Families With Aspen's Student and Family portals, teachers, parents, and students have an arena for open communication. And, parents can see all of their children's information

More information

Android based Attendance Management System Offline and Online accessibility

Android based Attendance Management System Offline and Online accessibility IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 19, Issue 4, Ver. IV. (Jul.-Aug. 2017), PP 31-36 www.iosrjournals.org Android based Attendance Management System

More information

USAHA / AAVLD 2017 MOBILE APP Tutorial Presentation User Guide

USAHA / AAVLD 2017 MOBILE APP Tutorial Presentation User Guide USAHA / AAVLD 2017 MOBILE APP Tutorial Presentation User Guide User Guide Locating & Installing The App Benefits of Using The App: The free USAHA / AAVLD Annual Meeting app makes it easy for attendees

More information

SAFETY TRAINING APP INSTRUCTION GUIDE Powered by. For Android Devices

SAFETY TRAINING APP INSTRUCTION GUIDE Powered by. For Android Devices For Android Devices 1 For Android Devices 1. Download App page 3 2. Create Account page 4-5 3. Login to App page 6-7 4. Create Attendees page 8-9 5. Create Training Event page 10-13 6. Document Training

More information

GPS TRACKER PHONE WATCH USER GUIDE

GPS TRACKER PHONE WATCH USER GUIDE GPS TRACKER PHONE WATCH USER GUIDE WELCOME TO YOUR KOKO GPS TRACKER PHONE WATCH With your KOKO GPS Phone Watch you can: Locate position Track and play back route history Send call alerts to relative persons

More information

Doctor Patient Data Sharing Using Android Chat Application

Doctor Patient Data Sharing Using Android Chat Application Doctor Patient Data Sharing Using Android Chat Application Sanket Sonwane 1, Sunil Takalkar 2, Suraj Kalyankar 3,Kuldip Wanare 4,Suraj Baviskar 5 1,2,3,4 CSE, Computer Science And Engineering. 5 Assistant

More information

SW-500 SMARTWATCH. User s Guide. ENGLISH

SW-500 SMARTWATCH. User s Guide. ENGLISH SW-500 SMARTWATCH User s Guide ENGLISH www.denver-electronics.com Caution please read carefully! Do not try to open your smartwatch. Do not expose to water or high moisture. The smartwatch is not waterproof.

More information

Volume 6, Issue 4, April 2018 International Journal of Advance Research in Computer Science and Management Studies I. INTRODUCTION

Volume 6, Issue 4, April 2018 International Journal of Advance Research in Computer Science and Management Studies I. INTRODUCTION ISSN: 2321-7782 (Online) e-isjn: A4372-3114 Impact Factor: 7.327 Volume 6, Issue 4, April 2018 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey

More information

MobileHelp Connect MobileVitals User Guide

MobileHelp Connect MobileVitals User Guide MobileHelp Connect MobileVitals User Guide MobileHelp Connect MobileVitals User Guide Welcome Thank you for choosing MobileHelp and welcome to the new MobileHelp Connect web portal with MobileVitals. You

More information

ihelp Phone APP User Guide

ihelp Phone APP User Guide ihelp Phone APP User Guide Outline Programming is included in the cost of the unit. If you choose to make programming changes, be aware that Medi Alarm will have no record of any modifications you make.

More information

Using SystmOnline - A Guide for Patients

Using SystmOnline - A Guide for Patients Using SystmOnline - A Guide for Patients About SystmOnline SystmOnline allows you to do things like booking appointments and ordering repeat prescriptions at a time convenient to you. SystmOnline is also

More information

Dynamic User Interactive Multi Level Management System

Dynamic User Interactive Multi Level Management System Dynamic User Interactive Multi Level Management System Table of Contents Admin HomePage... 3 Admin Main Menu... 4 My Profile... 5 Forum (Discussion groups)... 7 My School... 10 Forms... 10 Newsletter...

More information

Android User Guide. Last Updated On: April 07, 2018

Android User Guide. Last Updated On: April 07, 2018 Android User Guide Last Updated On: April 07, 2018 Copyright Notice Copyright 2018 ClickSoftware Technologies Ltd. All rights reserved. No part of this publication may be copied without the express written

More information

MBHB Smart Running Watch

MBHB Smart Running Watch MBHB Smart Running Watch Before Use, You Need To Know: Before use, please kindly take about 3 hours for fully charged. How to charge it Align the ejector pin of the charging clamp with the charge contact

More information

MBChB Student E-portfolio Guide Year /18

MBChB Student E-portfolio Guide Year /18 MBChB Student E-portfolio Guide Year 4 2017/18 This document is a step by step guide covering the use of the e- portfolio system and the customised forms that have been created, allowing you to record

More information

HOW-TO GUIDE. Join or Login. About this Guide!

HOW-TO GUIDE. Join or Login. About this Guide! HOW-TO GUIDE About this Guide In this guide, you will learn about each section of the online community to help you make the best use of all it has to offer. Here you will find information on: Join or Login

More information

Implementation of Color based Android Shuffling Pattern Lock

Implementation of Color based Android Shuffling Pattern Lock Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 5.258 IJCSMC,

More information

SMART PROCTOR SYSTEM

SMART PROCTOR SYSTEM SMART PROCTOR SYSTEM Mr.S.S.Terdale 1, Mr.S.S.Kulkarni 2, Mr.S.M.Shinge 3, Mr.V.V.Sutar 4, Mr.P.B.Kumbhar 5, Mr.R.M.Patil 6 1,2,3,4,5,6 CSE Department, Sharad Institute of Technology College of Engineering

More information

Real Time Applications by Using Near Field Communication Based on Security

Real Time Applications by Using Near Field Communication Based on Security ISSN 2395-1621 Real Time Applications by Using Near Field Communication Based on Security #1 Vrushali Bhand, #2 Chaitali Ghadage, #3 Sonam Khade 1 chaitu.ghadage1994@gmail.com 2 vrushalibhand@gmail.com

More information

HOW TO SIGN IN... 3 TRAINING FOR GOOGLE APPS... 4 HOW TO USE GOOGLE DRIVE... 5 HOW TO CREATE A DOCUMENT IN DRIVE... 6

HOW TO SIGN IN... 3 TRAINING FOR GOOGLE APPS... 4 HOW TO USE GOOGLE DRIVE... 5 HOW TO CREATE A DOCUMENT IN DRIVE... 6 HOW TO SIGN IN... 3 TRAINING FOR GOOGLE APPS... 4 HOW TO USE GOOGLE DRIVE... 5 HOW TO CREATE A DOCUMENT IN DRIVE... 6 HOW TO SHARE A DOCUMENT (REAL TIME COLLABORATION)... 7 HOW TO SHARE A FOLDER... 8 HOW

More information

User Guide for INSTRUCTOR Role

User Guide for INSTRUCTOR Role User Guide for INSTRUCTOR Role 1 1.0 Introduction to GroupEx PRO 5 2.0 Using Filters 6 3.0 News (Home Tab) 7 4.0 Notices 7 4.1 Viewing Notices 8 5.0 Sub Board 9 5.1 Viewing a Sub Request 9 5.2 Requesting

More information

Chat Activity. Moodle: Collaborative Activities & Blocks. Creating Chats

Chat Activity. Moodle: Collaborative Activities & Blocks. Creating Chats Chat Activity The Moodle chat tool allows communication between instructors and students in real time. Unlike in discussion forums, which are a means for asynchronous communication, online chat sessions

More information

Workshop Scheduler Admin Manual

Workshop Scheduler Admin Manual Workshop Scheduler Admin Manual This application and the documentation were developed by the Center for Academic Excelence group of Appalachian State University. Copyright 2016. All rights reserved. rev

More information

Patient Portal User Guide The Patient s Guide to Using the Portal

Patient Portal User Guide The Patient s Guide to Using the Portal 2014 Patient Portal User Guide The Patient s Guide to Using the Portal Table of Contents: What is the Patient Portal?...3 Enrolling in the Patient Portal.......... 4-19 A. Enrollment Option #1: First-Time

More information

eclass App Start Up Guide

eclass App Start Up Guide eclass App Start Up Guide Fortress Hill Methodist Secondary School 目錄 What is eclass App?...2 How to download eclass App...2 How to login to eclass App...3 How to open eclass App menu...4 What are the

More information

The LDN Health Tracker App. Introducing the world s largest combined study of LDN

The LDN Health Tracker App. Introducing the world s largest combined study of LDN The LDN Health Tracker App Introducing the world s largest combined study of LDN myldn - The future for LDN research The largest remote study in the world, covering every country known to provide LDN Includes

More information

Student Guide to Neehr Perfect Go!

Student Guide to Neehr Perfect Go! Student Guide to Neehr Perfect Go! I. Introduction... 1 II. Quick Facts... 1 III. Creating your Account... 1 IV. Applying Your Subscription... 4 V. Logging in to Neehr Perfect... 6 VI. Activities... 6

More information

CareCarma. It Starts With Family

CareCarma. It Starts With Family CareCarma It Starts With Family 3. INTRODUCTION 3. How can CareCarma Help You? 3. CareCarma Home Page 4. CareCarma CareCircle 4. CareCarma CareCircle Tools 5. Work on Different Plattforms 6. GETTING STARTED

More information

The student will need the following to login to use the Student ienabler on the website: http://www.swgc.co.za/online-applications/ This will open the following screen below. 1. Click on the New Application

More information

Guidelines for Using the Hello Brain Health App

Guidelines for Using the Hello Brain Health App Guidelines for Using the Hello Brain Health App 1 Welcome! These guidelines have been designed to show you how to use the Hello Brain Health app. We will bring you through all of the processes involved

More information

Outlook for ios App Store Outlook for Mobile - iphone

Outlook for ios App Store Outlook for Mobile - iphone App Delivery - Mobility Outlook O365: Using Outlook on your Mobile Device Frequently Asked Questions Trinity Health's Migration to Outlook O365 Trinity Health is currently in the process of migrating to

More information

Sentar V80 Watch User Manual

Sentar V80 Watch User Manual Sentar V80 Watch User Manual Please read this manual carefully before starting to use the watch, pictures for reference only. 1.Preparation 1.1. Check if the watch is of the correct model and has complete

More information

Zoom User Manual. developed. Gary P. Davis. and. David J. Ayersman. for. Students and Employees of New River Community and Technical College

Zoom User Manual. developed. Gary P. Davis. and. David J. Ayersman. for. Students and Employees of New River Community and Technical College Zoom User Manual developed by Gary P. Davis and David J. Ayersman for Students and Employees of Zoom manual.docx Page 1 of 35 Last Updated: August 13, 2018 PREFACE AND OVERVIEW For the fall 2018 term,

More information

A Novel Approach Of Mobile Based Student Attendance Tracking System Using Android Application

A Novel Approach Of Mobile Based Student Attendance Tracking System Using Android Application A Novel Approach Of Mobile Based Student Attendance Tracking System Using Android Application K. Akhila 1 B. Prathyusha 2 M. PavanKumar 3 M. Amrutha 4 Research Scholar Research Scholar Research Scholar

More information

Application of Android Mobile Platform in Remote Medical Monitoring System

Application of Android Mobile Platform in Remote Medical Monitoring System Application of Android Mobile Platform in Remote Medical Monitoring System Prof D Somashekara Reddy 1, Lokesh G 2 1,2 Master of Computer Applications, NHCE Bengaluru Abstract : Due to the actual demand

More information

NO DUE MANAGEMENT SYSTEM Ankit Kumar Choudhary, Saket singh, chandraleka

NO DUE MANAGEMENT SYSTEM Ankit Kumar Choudhary, Saket singh, chandraleka NO DUE MANAGEMENT SYSTEM Ankit Kumar Choudhary, Saket singh, chandraleka Under Graduate Student, Department of Information Technology, SRM University, Chennai, India Under Graduate Student, Department

More information

Information Technology Services (ITS) Our Mission: "To provide technology solutions and support for the College community."

Information Technology Services (ITS) Our Mission: To provide technology solutions and support for the College community. Information Technology Services (ITS) Our Mission: "To provide technology solutions and support for the College community." Our Vision: "To deliver technology solutions that automate and simplify processes

More information

Patient Portal- Instructions Overview

Patient Portal- Instructions Overview Patient Portal- Instructions Overview Your Healthcare Provider will now be able to send you results and other health information via our secure Patient Portal. When your Provider has sent something to

More information

Please do not open the box with your computer until instructed to do so

Please do not open the box with your computer until instructed to do so Laptop Setup Please do not open the box with your computer until instructed to do so The image part with relationship ID rid3 was not found in the file. The image part with relationship ID rid3 was not

More information

Faculty of Computing,Sathyabama University, Chennai, Tamilnadu, India. Received on Accepted on

Faculty of Computing,Sathyabama University, Chennai, Tamilnadu, India. Received on Accepted on ISSN: 0975-766X CODEN: IJPTFI Available Online through Research Article www.ijptonline.com EFFECTIVE ANDROID MOBILE ANTI-THEFT APPLICATION WITH CONTINUOUS TRACKING AND USER PROFILE RECORDING M. Ancy Rose

More information

MBChB Student E-portfolio Guide Year /18

MBChB Student E-portfolio Guide Year /18 MBChB Student E-portfolio Guide Year 1 2017/18 This document guides you through using the e- portfolio system and the customised forms that have been created, allowing you to record your activities and

More information

1 Life Technologies. AAVLD / USAHA MOBILE APP Training Slide Deck User Instructional Guide

1 Life Technologies. AAVLD / USAHA MOBILE APP Training Slide Deck User Instructional Guide 1 Life Technologies AAVLD / USAHA MOBILE APP Training Slide Deck User Instructional Guide User Guide Locating & Installing The App Why Should I Use The App?: The free AAVLD USAHA Annual Meeting app makes

More information

SW-450 SMARTWATCH. User s Guide. ENGLISH.

SW-450 SMARTWATCH. User s Guide.  ENGLISH. SW-450 SMARTWATCH User s Guide www.denver-electronics.com www.facebook.com/denverelectronics ENGLISH Caution please read carefully! Do not try to open your smartwatch. Do not expose to water or high moisture.

More information

USER MANUAL. TapCRM TABLE OF CONTENTS. Version: 1.4

USER MANUAL. TapCRM TABLE OF CONTENTS. Version: 1.4 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of TapCRM... 1 Prerequisites... 1 Installation & Configuration... 2 TapCRM Plug-in Installation... 2 Front Side Instructions... 9 Contact Us...

More information

Coastal Office of Online Learning

Coastal Office of Online Learning Moodle Enhancements This resource guide highlights new features that are now available in the upgraded Moodle 3.1. It also addresses changes to existing features. Coastal Office of Online Learning Keep

More information

Office 365 for ipad. OneDrive for Business Word Excel PowerPoint OneNote Lync OWA for ipad

Office 365 for ipad. OneDrive for Business Word Excel PowerPoint OneNote Lync OWA for ipad Office 365 for ipad Get your Office 365 apps for your ipad for free! Below is a list of links to the Office apps that are available for the ipad in the App Store. Before you begin, make sure you know your

More information

D2L Start Up! I. To log in... 2 II. Your Profile I. Main Navigation Bar... 3 II. News... 4 III. Role Switch... 4 IV. Calendar...

D2L Start Up! I. To log in... 2 II. Your Profile I. Main Navigation Bar... 3 II. News... 4 III. Role Switch... 4 IV. Calendar... D2L Start Up! Objectives: Familiarize yourself with the Main Navigation Bar in D2L. Create your profile. Create and delete News Items. Set up notifications. Create modules and sub-modules. Upload documents

More information

MOBILE TECHNOLOGY MICROSOFT TECHNOLOGY MOBILE TECHNOLOGY OPENSOURCE TECHNOLOGY. iphone. Android.

MOBILE TECHNOLOGY MICROSOFT TECHNOLOGY MOBILE TECHNOLOGY OPENSOURCE TECHNOLOGY. iphone. Android. MICROSOFT TECHNOLOGY MOBILE TECHNOLOGY MOBILE TECHNOLOGY OPENSOURCE TECHNOLOGY iphone Android PhoneGap Game Development V1 OUR SERVICES MOBILE APP DEVELOPMENT IOT APP DEVELOPMENT TABLET APP DEVELOPMENT

More information

Communication made easy with contacts and calendar. Microsoft in Education. December We are partners in learning.

Communication made easy with  contacts and calendar. Microsoft in Education. December We are partners in learning. Communication made easy with email contacts and calendar Microsoft in Education We are partners in learning. December 2013 2013 Microsoft Corporation 1 Contents Connecting and Collaborating with Email,

More information

CANVAS OBSERVER GUIDE

CANVAS OBSERVER GUIDE CANVAS OBSERVER GUIDE This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike License Table of Contents Introduction...3 What is the Observer role?...4 How can I use Canvas

More information

MBChB Student E-portfolio Guide Year /18

MBChB Student E-portfolio Guide Year /18 MBChB Student E-portfolio Guide Year 3 2017/18 This document is a step by step guide covering the use of the e- portfolio system and the customised forms that have been created, allowing you to record

More information

Smart Band for Women Security Based on Internet of Things (IOT)

Smart Band for Women Security Based on Internet of Things (IOT) Smart Band for Women Security Based on Internet of Things (IOT) S. A. More 1, R. D. Borate 2, S. T. Dardige 3, S. S. Salekar 4, Prof. D. S. Gogawale 5 ABSTRACT 1,2,3,4 U. G. Students, Department of Computer

More information

How To Create A Recurring Session

How To Create A Recurring Session Q: What is a Recurring Session and how does it work? A: These are multiple sessions that recur over a period of time. When this option is chosen, the system will create one Master Session and multiple

More information

Carolina eweek Web Site

Carolina eweek Web Site There are two primary functions of this web site: A resource for teachers, students, and volunteers, including both static material and a capability to post questions for an expert to answer. It will also

More information

Location Based Task Reminder System Using Android Mobile

Location Based Task Reminder System Using Android Mobile Location Based Task Reminder System Using Android Mobile Adarrsh Paul 1, Akkshansh Paul 2, S.Jaya Kumar 3 1, 2 Student, Department of Computer Engineering, SRM IST, Chennai, Tamil Nadu, India. 3 Assistant

More information

System Administrator Training Guide

System Administrator Training Guide COMMUNICATE System Administrator Training Guide West Corporation 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 800-920-3897 www.schoolmessenger.com Contents BEFORE YOU BEGIN... 3 OVERVIEW...

More information

TRAINER MOODLE QUICK GUIDE

TRAINER MOODLE QUICK GUIDE TRAINER MOODLE QUICK GUIDE Update 2-2018 Maine Roads to Quality Professional Development Network PO Box 9300, 34 Bedford Street, Portland, ME 04104 1-888-900-0055 www.muskie.usm.maine.edu/maineroads Table

More information

Android project proposals

Android project proposals Android project proposals Luca Bedogni Marco Di Felice ({lbedogni,difelice}@cs.unibo.it) May 2, 2014 Introduction In this document, we describe four possible projects for the exam of the Laboratorio di

More information

Social Networking Applied

Social Networking Applied Social Networking Applied 1 I. Facebook Social Networking Applied Uses: An address book: Facebook users can share their current city, e-mail address, phone number, screen name, street address, and birthday

More information

OCR Interfaces for Visually Impaired

OCR Interfaces for Visually Impaired OCR Interfaces for Visually Impaired TOPIC ASSIGNMENT 2 Author: Sachin FERNANDES Graduate 8 Undergraduate Team 2 TOPIC PROPOSAL Instructor: Dr. Robert PASTEL March 4, 2016 LIST OF FIGURES LIST OF FIGURES

More information

Getting Started on Schoolbox Parent Guide

Getting Started on Schoolbox Parent Guide Getting Started on Schoolbox Parent Guide Part 1 How to Login Page 2 Part 2 Parent Dashboard Page 4 Part 3 Managing Notifications Page 6 Part 4 Types of Pages Page 7 Part 5 The Salesian College App Page

More information

Welcome to MyChart. Your Home Page... 2 Messaging Visits... 4

Welcome to MyChart. Your Home Page... 2 Messaging Visits... 4 Welcome to MyChart This guide will give you an overview of MyChart s many features and how to use them. Click a topic below to learn more. Your Home Page... 2 Messaging... 2 View messages from or send

More information

Centralized Access of User Data Channel with Push Notification

Centralized Access of User Data Channel with Push Notification Centralized Access of User Data Channel with Push Notification #1 #2 #3 #4 Abhishek PriyadarshiP P, Ritu KaramchandaniP P, Nikhil GuptaP P, Arsalan GundrooP P, Department of computer Engineering, D.Y.

More information

Parent Student Portal User Guide. Version 3.1,

Parent Student Portal User Guide. Version 3.1, Parent Student Portal User Guide Version 3.1, 3.21.14 Version 3.1, 3.21.14 Table of Contents 4 The Login Page Students Authorized Users Password Reset 5 The PSP Display Icons Header Side Navigation Panel

More information

Contextual Android Education

Contextual Android Education Contextual Android Education James Reed David S. Janzen Abstract Advances in mobile phone hardware and development platforms have drastically increased the demand, interest, and potential of mobile applications.

More information

ScienceDirect. Exporting files into cloud using gestures in hand held devices-an intelligent attempt.

ScienceDirect. Exporting files into cloud using gestures in hand held devices-an intelligent attempt. Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 50 (2015 ) 258 263 2nd International Symposium on Big Data and Cloud Computing (ISBCC 15) Exporting files into cloud using

More information

Insight Parent Portal : User Guide

Insight Parent Portal : User Guide Insight Parent Portal : User Guide Logging on for the first time 1. Go to https://tasc.churchill-academy.org/insight and you will see this screen: 2. Click on the Don t know your password? link. 3. Enter

More information

A RFID System for Recognizing Activity Using Radio Patterns Shwetha R 1, Sushmitha P 2, Swathi MS 3, Poonam Kumari 4

A RFID System for Recognizing Activity Using Radio Patterns Shwetha R 1, Sushmitha P 2, Swathi MS 3, Poonam Kumari 4 A RFID System for Recognizing Activity Using Radio Patterns Shwetha R 1, Sushmitha P 2, Swathi MS 3, Poonam Kumari 4 1 BE Student, CSE, RRCE, Karnataka, India 2 BE Student, CSE, RRCE, Karnataka, India

More information

CLIENT ONBOARDING PLAN & SCRIPT

CLIENT ONBOARDING PLAN & SCRIPT CLIENT ONBOARDING PLAN & SCRIPT FIRST STEPS Receive Order form from Sales Representative. This may come in the form of a BPQ from client Ensure the client has an account in Reputation Management and in

More information

Getting Started with Moodle

Getting Started with Moodle Getting Started with Moodle Moodle is the Virtual Learning Environment (VLE) for the University of Kent. Your teachers will use Moodle to provide course materials such as handouts, lecture notes and PowerPoint

More information

15 Things You Can Do With Cortana

15 Things You Can Do With Cortana 15 Things You Can Do With Cortana How-to Geek www.howtogeek.com SCV COMPUTER CLUB DECEMBER 14, 2016 What is Cortana Cortana is one of Windows 10 s most visible new features Made the leap from Windows Phone

More information

CLIENT ONBOARDING PLAN & SCRIPT

CLIENT ONBOARDING PLAN & SCRIPT CLIENT ONBOARDING PLAN & SCRIPT FIRST STEPS Receive Order form from Sales Representative. This may come in the form of a BPQ from client Ensure the client has an account in Reputation Management and in

More information

MBChB Student E-portfolio Guide Year /18

MBChB Student E-portfolio Guide Year /18 MBChB Student E-portfolio Guide Year 2 2017/18 This document is a step by step guide covering the use of the e- portfolio system and the customised forms that have been created, allowing you to record

More information

Implementing a Solution to Communicate with APN Server for Sending Push Notifications

Implementing a Solution to Communicate with APN Server for Sending Push Notifications Implementing a Solution to Communicate with APN Server for Sending Push Notifications Petrika Manika Department of Informatics, University of Tirana petrika.manika@fshn.edu.al Elina Jaupllari Ict Solutions

More information

Welcome to Moodle! How To Moodle

Welcome to Moodle! How To Moodle Welcome to Moodle! The MH Vicars School Moodle site is where you ll find all the online components of your Vicars curriculum. For the following year, this will include quizzes and access to multimedia

More information

WatchOvers Assure GPS Mobile Watch Phone For GSM 2G Network USER S MANUAL

WatchOvers Assure GPS Mobile Watch Phone For GSM 2G Network USER S MANUAL WatchOvers.com WatchOvers Assure GPS Mobile Watch Phone For GSM 2G Network USER S MANUAL 1 2 Please read this user s manual carefully before use Thank you for purchasing the Assure Mobile Watch-Phone with

More information

Student Guide INTRODUCTION TO ONLINE RESOURCES

Student Guide INTRODUCTION TO ONLINE RESOURCES Student Guide INTRODUCTION TO ONLINE RESOURCES Date: 08. June. 2017 By: Technical Support Team STUDENT GUIDE southwales.unicaf.org 1)Introduction...4 2)Student Panel (SIS)...4 2.1)Student Panel (SIS) Login...4

More information

Home Guardian Solution Product FAQ. EnTalk/EnTalk Lite

Home Guardian Solution Product FAQ. EnTalk/EnTalk Lite Home Guardian Solution Product FAQ EnTalk/EnTalk Lite 1. Question: Which EnGenius products work with EnTalk-Lite? EnTalk-Lite works with EPG5000, ESR300, ESR350 and ESR600. 2. Question: Which IoT gateway

More information

MAUI Final Exam Assignment Needs Submission Instructions for Academic Department Administrators

MAUI Final Exam Assignment Needs Submission Instructions for Academic Department Administrators MAUI Final Exam Assignment Needs Submission Instructions for Academic Department Administrators 1.) Go to MAUI (Made At the University of Iowa student information system) at http://www.maui.uiowa.edu 2.)

More information

NHS Education for Scotland Community Websites. Guide for establishing and maintaining a community website

NHS Education for Scotland Community Websites. Guide for establishing and maintaining a community website NHS Education for Scotland Community Websites http://www.knowledge.scot.nhs.uk/xxx Guide for establishing and maintaining a community website 1 Contents 1. Introduction Page 3 2. Homepage Page 4 3. Set

More information