DayViewDemo icon

1.0 by Digital Zombie Lab


Jul 8, 2017

About DayViewDemo

This library shows the specific day in a calendar board view.

This simple Kotlin library can show specific date in calendar board view, in the correct format, according to user's language settings. The view is flexible, that means it can be fat or thin - controlled easily through API.

https://github.com/migellal/DayView

Examples:

Java

DayView dayView = (DayView) findViewById(R.id.dayView);

dayView.setBarColor(ContextCompat.getColor(this, R.color.colorPrimary));

dayView.setBorderColor(ContextCompat.getColor(this, R.color.colorPrimary));

dayView.setCardBackgroundColor(Color.WHITE);

dayView.setTextColor(Color.BLACK);

dayView.setDate(new Date(2017, 10, 15));

Kotlin

val dayView = findViewById(R.id.dayView) as DayView

dayView.barColor = ContextCompat.getColor(this, R.color.colorPrimary)

dayView.borderColor = ContextCompat.getColor(this, R.color.colorPrimary)

dayView.cardBackgroundColor = Color.WHITE

dayView.textColor = Color.BLACK

dayView.date = Date(year, month, day)

XML

android:id="@+id/dayView"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

app:barColor="@color/colorPrimary"

app:borderColor="@color/colorPrimary"

app:cardBackgroundColor="@android:color/white"

app:textColor="@android:color/black" />

What's New in the Latest Version 1.0

Last updated on Jul 8, 2017

Minor bug fixes and improvements. Install or update to the newest version to check it out!

Translation Loading...

Additional APP Information

Latest Version

Request DayViewDemo Update 1.0

Uploaded by

Wahab Shakir

Requires Android

Android 4.1+

Available on

Get DayViewDemo on Google Play

Show More

DayViewDemo Screenshots

Comment Loading...
Languages
Searching...
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Subscribed Successfully!
You're now subscribed to APKPure.
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Success!
You're now subscribed to our newsletter.