Warning: Undefined array key 2 in /home/apkapps/web/jetapk.com/public_html/index.php on line 27

Warning: Undefined array key 3 in /home/apkapps/web/jetapk.com/public_html/index.php on line 28

Warning: Undefined array key 4 in /home/apkapps/web/jetapk.com/public_html/index.php on line 29

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/functions.php on line 149

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/apkapps/web/jetapk.com/public_html/index.php on line 250

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/index.php on line 253

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/index.php on line 256

Warning: Undefined variable $typeFromURL in /home/apkapps/web/jetapk.com/public_html/index.php on line 262

Warning: Undefined variable $thisRelease in /home/apkapps/web/jetapk.com/public_html/template/PageApp.php on line 26

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/functions.php on line 149

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/functions.php on line 149

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/functions.php on line 150

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/functions.php on line 150

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/functions.php on line 150

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/functions.php on line 150

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/functions.php on line 150

Warning: Undefined variable $versionString in /home/apkapps/web/jetapk.com/public_html/functions.php on line 230
DayViewDemo APK Download for Android
DayViewDemo 1.0 Icon
0
0 Ratings
10+
Downloads
1.0
version
Jul 08, 2017
release date
2.4 MB
file size
Free
Download

About DayViewDemo Android App

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

Other Information:

Requires Android:
Android 4.1+ (Jelly Bean, API 16)
Other Sources:

Download

This version of DayViewDemo Android App comes with one universal variant which will work on all the Android devices.

Variant
1
(Jul 08, 2017)
Architecture
Unlimited
Minimum OS
Android 4.1+ (Jelly Bean, API 16)
Screen DPI

Warning: Undefined array key "dp" in /home/apkapps/web/jetapk.com/public_html/template/PageApp.php on line 222
nodpi (all screens)

All Versions

If you are looking to download other versions of DayViewDemo Android App, We have 1 version in our database. Please select one of them below to download.

Loading..