All Projects → shts → ClockAnimationView

shts / ClockAnimationView

Licence: other
Android animated clock view.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to ClockAnimationView

clock
⏰ Provides a simple abstraction of a clock.
Stars: ✭ 32 (-3.03%)
Mutual labels:  clock
telltime
iOS application to tell the time in the British way 🇬🇧⏰
Stars: ✭ 49 (+48.48%)
Mutual labels:  clock
ElevenClock
ElevenClock: Customize Windows 11 taskbar clock
Stars: ✭ 1,494 (+4427.27%)
Mutual labels:  clock
clocklet
An opinionated clock-style vanilla-js timepicker.
Stars: ✭ 31 (-6.06%)
Mutual labels:  clock
clock
Lendable Clock Abstraction
Stars: ✭ 15 (-54.55%)
Mutual labels:  clock
AnalogClock
Animated analog for iOS clock written in Swift
Stars: ✭ 24 (-27.27%)
Mutual labels:  clock
time
The simplest but configurable online clock
Stars: ✭ 77 (+133.33%)
Mutual labels:  clock
Tablet-desk-clock
Software for displaying a clock on a tablet.
Stars: ✭ 24 (-27.27%)
Mutual labels:  clock
timer
Timing Events tied to @gamestdio/clock
Stars: ✭ 20 (-39.39%)
Mutual labels:  clock
LaColorduino
I build my own clone of "LaMetric"-smartwatch but with some Colorduino for Twitch, YouTube, Twitter, CSGO, etc.. (Working)
Stars: ✭ 56 (+69.7%)
Mutual labels:  clock
twigs
Alternate firmware for Mutable Instruments Branches synthesizer module
Stars: ✭ 21 (-36.36%)
Mutual labels:  clock
1440-clock
Simple JavaScript clock that visualizes the 1440 minutes one has in a day
Stars: ✭ 49 (+48.48%)
Mutual labels:  clock
vue-analog-clock-range
Vue Analog Clock Range Component
Stars: ✭ 53 (+60.61%)
Mutual labels:  clock
Takvim-saat-chrome-extensions
😎 Anlık olarak takvim, saat ve hava durumu bilgilerinizi tarayıcınızın newtab alanında tutarak kullanımı oldukça kolay bir ortam oluşturur. extensions link:
Stars: ✭ 21 (-36.36%)
Mutual labels:  clock
SwiftUI-DesignCode
 SwiftUI-DesignCode is some examples in the process of learning swiftUI 2.0
Stars: ✭ 185 (+460.61%)
Mutual labels:  clock
worldclock
A Sci-fi looking World Clock created using JavaFX.
Stars: ✭ 28 (-15.15%)
Mutual labels:  clock
NikeClockIcon
Custom macOS Dock Icon with clock inspired by Nike Watch Face
Stars: ✭ 27 (-18.18%)
Mutual labels:  clock
Wordclock
Diy Wordclock with an esp32 and ws2812b Leds
Stars: ✭ 19 (-42.42%)
Mutual labels:  clock
NeoPixel-60-Ring-Clock
Time displayed as a series of colored arcs on a 60 Ring NeoPixel
Stars: ✭ 15 (-54.55%)
Mutual labels:  clock
1pone.github.io
Kindle拯救计划——一个Kindle实用工具网站,让你吃灰的Kindle成为时钟、天气看板、电子相册、微博热搜榜单...
Stars: ✭ 150 (+354.55%)
Mutual labels:  clock

ClockAnimationView

Android animated clock view.

How to Use

    <jp.shts.android.library.clockanimationview.ClockAnimationView
        android:id="@+id/image"
        android:layout_width="120dp"
        android:layout_height="120dp"
        android:layout_gravity="center"
        app:animDurations="500"
        app:faceColor="@android:color/transparent"
        app:rimColor="#fff"
        app:rimStrokeWidth="5dp"
        tools:background="#eee" />

Install

Add it in your root build.gradle at the end of repositories:

allprojects {
		repositories {
			...
			maven { url "https://jitpack.io" }
		}
}

Add the dependency.

	dependencies {
	        compile () {
		        compile 'com.github.shts:ClockAnimationView:1.2.2'
	        }
	}

Credits

I used ClockDrawableAnimation library by evelyne24 as a base for development.

License

Copyright (C) 2017 shts(Shota Saito)

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].