Hello everyone,
I've been searching for a way to visualize time-aware layers in ArcGIS Runtime SDK for Android but the only relevant information I got was from this documentation page: https://developers.arcgis.com/android/10-2/guide/time-aware-layers.htm
I was looking to integrate a slider in order to step through the time intervals on the layer but I was unable to find a solution. The closest option I found was using the 'JTimeSlider' from the 'com.esri.toolkit.sliders.JTimeSlider' (https://developers.arcgis.com/java/10-2/sample-code/time-slider/) of the ArcGIS Runtime SDK for Java but I don't know if it's possible to integrate it in an Android app (since it is also written in Java).
Anyone knows if it's possible to use the JTimeSlider or if is there any other alternative?
Thank you very much