Posts by Luiz Felipe • 33 points
2 posts
-
2
votes2
answers72
viewsQ: How to filter an array with Timestamp elements?
I need to create filters for a chart and I am using lib Highcharts only on the front. Data is being consumed from an API in an array of arrays like this: [ [ 1565308800000, 24960 ],[ 1565568000000,…
-
-1
votes2
answers385
viewsQ: I can’t change the button color (xml) in Android Studio
I can’t change the color of the button in Android Studio. Whenever I create a button by XML it takes the primary color that is set in Themes.xlm and when I set a color, the code does not error but…