LifePage is an Android Application that help doing the following:
1) Save notes
2) Associate image with each note
3) Set time and date for each note, and the application will ring in this time and display the note title and description with the associated image if exist.
4) Users can pick up any ringtone they like.
5) Each 24h the application sync automatic with online server to save the user notes.
6) After logging in, if the user have an old account that have notes, the application will fetch those notes automatic from the server.
LifePage is divided into two parts:
1) The Backend part: which implemented in PHP on Godaddy server for helping in saving the user notes online to access it later from any frontend.
2) The Frontend part: which implemented as an Android Mobile Application using Android Studio to display notes, save notes in the local device and sync with the backend to save notes on the server.
3) REST: used as intermediate way of communication between the backend and frontend
You can download LifePage Server side PHP code from the following link:
http://www.ezfunctions.com/shehab_salah/LifePage.zip
Copyright (C) 2018 Shehab Salah
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.