Git Product home page Git Product logo

easycalendar's Introduction

Header

Profile Views Nickname Gender Age Work Years Mail WeChat

👋 Welcome to my GitHub

I'm a developer who is passionate about Android and front-end. This is my homepage.

💪 What i'm good at

Web Android 微信小程序 微信小游戏
React Vue Taro uni-app Node Flutter Cocos Creator
JavaScript TypeScript Html5 Css3 Java Kotlin Dart Python

🌟 My GitHub stats

easycalendar's People

Contributors

shichaohui avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

easycalendar's Issues

set a particular date directly.

how to open directly selected date in this lib.

For example, the current date is 13/12/2017. I want to display 13/01/2017 (my selected date ) directly when the calendar open. like need to open jan in the calendar.

我看不到整個日曆日期明智

我無法顯示滿月的日曆日期。我已經用過了

calendarView.setShowOverflowDate(true);
calendarView.setScaleEnable(true);

但它不工作。

Change date text color and change DayViewDecorator

I want to change the text color of date and also want to change day view background view like DayViewDecorator .

I have checked this library but there is no any specific method to do that.

So please give me some solution.

Calendar height varies with month swipes

My calendar height is going to vary for different months while swipe.

For decemeber 2017 month the height is different. I have used following method to overcome with it but none of them are working for me.

   calendarView.setCanDrag(false);
   calendarView.setScaleEnable(true);
   calendarView.setShowOverflowDate(true);
   calendarView.setCanFling(false);

Also, I have applied divider between dates. It works well too but the one issue is there is no separator between week layout and calendar. Instead of separator is showing at bottom which no need.

Thanks.

Have a fixed height for each date cell

Hi,

Is there a way to have a fixed height for each date cell in the calendar?
For example, following the example folder, there is a file named layout_action_calendar_item which render each calendar cell, is there a way to set a fixed height for those cells?

I'm trying with:

<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout 
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="49dp"
    android:layout_height="88dp">

    <TextView
        android:id="@id/tv_day_of_month"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginTop="8dp"
        android:gravity="center"
        android:lineSpacingExtra="12sp"
        android:textColor="@color/colorBlack"
        android:textSize="12sp"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintTop_toTopOf="parent" />
    </android.support.v7.widget.RecyclerView>
</android.support.constraint.ConstraintLayout>

But seems to be not working. Any help will be appreciate it

issue importing

I get this:

Unable to load class 'org.gradle.api.internal.component.Usage'. Possible causes for this unexpected error include:
Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.) Re-download dependencies and sync project (requires network)
The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem. Stop Gradle build processes (requires restart)
Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of Gradle requested by the project.
In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java processes.

image

Change Day Week Label

please add function to change the days week label, something like setDaysWeekLabel(String[] weekArr), thank you

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.