DayViewDemo

DayViewDemo Free App

Rated 0.00/5 (0) —  Free Android application by Digital Zombie Lab

Advertisements

About DayViewDemo

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" />

How to Download / Install

Download and install DayViewDemo version 1.0 on your Android device!
Downloaded 5+ times, content rating: Everyone
Android package: pl.digitalzombielab.dayviewdemo, download DayViewDemo.apk

All Application Badges

Free
downl.
Android
4.1+
For everyone
Android app


Oh snap! No comments are available for DayViewDemo at the moment. Be the first to leave one!

Share The Word!


Rating Distribution

RATING
0.05
0 users

5

4

3

2

1