Skip to content

Instantly share code, notes, and snippets.

View zibellon's full-sized avatar
🏠
Working from home

Artem zibellon

🏠
Working from home
View GitHub Profile
@zibellon
zibellon / 1MarkerAnimation.java
Created June 23, 2019 19:57 — forked from broady/1MarkerAnimation.java
Animating Markers
/* Copyright 2013 Google Inc.
Licensed under Apache 2.0: http://www.apache.org/licenses/LICENSE-2.0.html */
package com.example.latlnginterpolation;
import android.animation.ObjectAnimator;
import android.animation.TypeEvaluator;
import android.animation.ValueAnimator;
import android.annotation.TargetApi;
import android.os.Build;
@zibellon
zibellon / 1MarkerAnimation.java
Created June 23, 2019 19:57 — forked from broady/1MarkerAnimation.java
Animating Markers
/* Copyright 2013 Google Inc.
Licensed under Apache 2.0: http://www.apache.org/licenses/LICENSE-2.0.html */
package com.example.latlnginterpolation;
import android.animation.ObjectAnimator;
import android.animation.TypeEvaluator;
import android.animation.ValueAnimator;
import android.annotation.TargetApi;
import android.os.Build;