/googlecalendar

How make calendar like google calendar app in android using java and feature like Schedule, Day Views , Week Views, 3-Day Views, Year Views, Month Views, Zoom In/Out

Primary LanguageJavaApache License 2.0Apache-2.0

JGoogle-Calendar

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.

How set event information and minimum and maximum date of calendar

//first param: HashMap<LocalDate,String[]> second and third param:LocalDate
            calendarView.init(eventlist,mintime,maxtime);
//string[]  if same day contain  more than one event

Download apk

https://raw.githubusercontent.com/jignesh13/googlecalendar/jignesh13-apk-upload/app-debug.apk

output11.mp4

feature

✔️ Collapse toolbar with calendarview same like google calendar app

✔️ Smooth scrolling with month change during scrolling

✔️ Zoom in and Zoom out Calendar weekview,Dayview and 3-day view

✔️ scrolling with parallexeffect in image of months

✔️ Left side event day animation same as google calendar app

✔️ When date select from top side smooth scroll accroding to him and many more

✔️ No ads or annoying popups

✔️ Different color event for appropriate layout

✔️ No internet access needed, giving you more privacy & security

✔️ Only the bare minimum permissions required

✔️ Emphasis on simplicity – does what a calendar needs to do!

✔️ Open source

✔️ Fully customizable themes & calendar / event widgets

✔️ Daily, weekly, monthly, yearly & event views on the calendar

✔️ Easily Show holidays, birthdays, anniversaries & appointments

✔️ Show Customize events – start time, duration, reminders etc

✔️ Use different color for event,holiday,birthday

Special thanks to these contributors

AgendaCalendarView,scrollparallaximageview,Android-Week-View

Developer

jignesh khunt (jigneshkhunt13@gmail.com)

License

Copyright 2019 jignesh khunt

License

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.