Make a pulse animation PictureMarkerSymbol in android

1000
2
Jump to solution
07-19-2017 11:58 PM
chiragshah4
New Contributor II

I need to make pulse animation with hight and width. Is it possible in android PictureMarkerSymbol?

0 Kudos
1 Solution

Accepted Solutions
AlexanderNohe1
Occasional Contributor III

Found some time to write the sample...

Check out this pull request on our developer-support site:

Pulse Graphic Sample in Kotlin by nohe427 · Pull Request #309 · Esri/developer-support · GitHub 

View solution in original post

2 Replies
AlexanderNohe1
Occasional Contributor III

Should be possible.  I see that you have the iOS code available to you as well.  I believe you would need to user the Timer class:  https://developer.android.com/reference/java/util/Timer.html#scheduleAtFixedRate(java.util.TimerTask, long, long)

If I get a chance later today, I will try to come up with a quick sample.  We have been pretty busy over here with the new releases lately so I have not been able to produce as many samples.

AlexanderNohe1
Occasional Contributor III

Found some time to write the sample...

Check out this pull request on our developer-support site:

Pulse Graphic Sample in Kotlin by nohe427 · Pull Request #309 · Esri/developer-support · GitHub