All Projects → jMavarez → Materialcalendar

jMavarez / Materialcalendar

A Material design calendar inspired by the CalendarView of School Diary.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Materialcalendar

Ibackdrop
A library to simply use Backdrop in your project (make it easy). Read more ->
Stars: ✭ 137 (-30.1%)
Mutual labels:  android-app, android-studio, material-design, material
Material Backdrop
A simple solution for implementing Backdrop pattern for Android
Stars: ✭ 221 (+12.76%)
Mutual labels:  android-app, material-design, material
Chromaterial
ChroMATERIAL is an IntelliJ Platform coloring scheme that expresses the chromatic nature of Material Design within IntelliJ and Android Studio. It is intended to highlight the most import aspects of your code.
Stars: ✭ 143 (-27.04%)
Mutual labels:  android-studio, material-design, material
FireFiles
Powerful Android File Manager for everything that runs on Android OS (Android TV, Android Watch, Mobile, etc)
Stars: ✭ 37 (-81.12%)
Mutual labels:  material, android-studio, android-app
Githubfollows
A demo project based on MVVM architecture and material design & animations.
Stars: ✭ 272 (+38.78%)
Mutual labels:  android-app, material-design, material
Notzz App
📝 A Simple Note-Taking App built to demonstrate the use of Modern Android development tools - (Kotlin, Coroutines, State Flow, Hilt-Dependency Injection, Jetpack DataStore, Architecture Components, MVVM, Room, Material Design Components).
Stars: ✭ 158 (-19.39%)
Mutual labels:  android-app, android-studio, material-design
Material Kit React Native
Material Kit React Native
Stars: ✭ 424 (+116.33%)
Mutual labels:  android-app, material-design, material
Mediapicker
Easy customizable picker for all your needs in Android application
Stars: ✭ 105 (-46.43%)
Mutual labels:  android-app, android-studio, material-design
Material
A UI/UX framework for creating beautiful applications.
Stars: ✭ 11,870 (+5956.12%)
Mutual labels:  material-design, material
Vuetify Todo Pwa
✔️ A simple Todo PWA built with Vue CLI 3 + Vuex + Vuetify.
Stars: ✭ 160 (-18.37%)
Mutual labels:  material-design, material
React Md
React material design - An accessible React component library built from the Material Design guidelines in Sass
Stars: ✭ 2,284 (+1065.31%)
Mutual labels:  material-design, material
Droidfish
DroidFish Android Chess App
Stars: ✭ 155 (-20.92%)
Mutual labels:  android-app, android-studio
Jekyll Material Theme
A Jekyll Theme based on Material Design using Materialize.
Stars: ✭ 165 (-15.82%)
Mutual labels:  material-design, material
Awesomedialog
A Beautiful Dialog Library for Kotlin Android
Stars: ✭ 163 (-16.84%)
Mutual labels:  android-app, material-design
Covalent
Teradata UI Platform built on Angular Material
Stars: ✭ 2,230 (+1037.76%)
Mutual labels:  material-design, material
Material Apex
A Material Design Theme for Oracle APEX
Stars: ✭ 161 (-17.86%)
Mutual labels:  material-design, material
Android Developer Roadmap
Android Developer Roadmap - A complete roadmap to learn Android App Development
Stars: ✭ 2,170 (+1007.14%)
Mutual labels:  android-app, android-studio
Paginglibrary Sample
An open source app that is refactored to demo Paging Library from Android Jetpack
Stars: ✭ 165 (-15.82%)
Mutual labels:  android-app, android-studio
Materialdesign2
A beautiful app designed with Material Design 2 using Android X.
Stars: ✭ 170 (-13.27%)
Mutual labels:  material-design, material
Dinocompose
Chrome's Dino T-Rex game developed in Jetpack Compose
Stars: ✭ 170 (-13.27%)
Mutual labels:  android-app, android-studio

Material Design Calendar

A Material design calendar inspired by the CalendarView of School Diary.

Demo Calendar

Usage

  1. Add CalendarView into your layouts or view hierarchy.

Example:

    <com.jmavarez.materialcalendar.CalendarView
        android:id="@+id/calendarView"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        app:mc_color="?attr/colorPrimary"
        />

Check the example app for more information.

Contributing

Would you like to contribute? Fork us and send a pull request! Be sure to checkout our issues first.

License

  Copyright (c) Josue Mavarez 2017

  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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].