Posts by Kaic_supra • 33 points
2 posts
-
3
votes2
answers635
viewsQ: How to split a string with delimiter in PHP?
have a string "1b00bd515bf8cbc5a86f3b714361fab6" and I want to share it that way: "1b00bd51-5bf8cbc5-a86f3b71-4361fab6" HOW DO I DO?…
-
0
votes1
answer475
viewsQ: How do I change the color of cardview after a longclick on it?
How do I make it happen? I would like to after a longClick in the cardview the color of the same change indicating which or which ones I selected! public static class ViewHolder extends…