This repository contains an Android Calendar App that provides a user-friendly and feature-rich calendar experience for Android devices. The app allows users to manage their schedules, events, and reminders efficiently.
Sample Google Calendar project get all event information, holiday ,birthday, appointment etc from google account which is sync with your device and show different kind of layout with different color for event
Sample Google Calendar contains all the features that you find in other calendar app including Day view, Week view, Month Views, recent event, today event, easily navigation between monthview and calendarview and awesome design with all of this
Make copy of the official Google Calendar app design and implement monthview,dayview,schedule,weekview,3 dayview and much more
• Different ways to view your calendar - Quickly switch between month, week and day view.
• Events from Gmail - Flight, hotel, concert, restaurant reservations and more are added to your calendar automatically.
//first param: HashMap<LocalDate,String[]> second and third param:LocalDate
calendarView.init(eventlist,mintime,maxtime);
//string[] if same day contain more than one event
https://raw.githubusercontent.com/jignesh13/googlecalendar/jignesh13-apk-upload/app-debug.apk
output11.mp4
- Intuitive and interactive calendar interface for seamless navigation and event management.
- Add, edit, and delete events with customizable details such as title, time, location, and reminders.
- View events in different calendar views (day, week, month) for a comprehensive overview.
- Quick access to upcoming events and agenda for efficient planning.
- Integration with device calendar to sync events with other applications.
- Customizable event categories and color-coded labels for easy organization.
- Reminder notifications and alerts for upcoming events.
- Support for recurring events and all-day events.
- User-friendly UI with smooth animations and transitions.
- Localization support for multiple language
To use the Android Calendar App, follow these steps:
- Clone or download the repository.
- Open the project in Android Studio.
- Build and run the app on an Android device or emulator.
- Explore the different calendar views, create events, and manage your schedule.
AgendaCalendarView,scrollparallaximageview,Android-Week-View
jignesh khunt (jigneshkhunt13@gmail.com)
Copyright 2019 jignesh khunt
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.