Posts by Mário Valney • 96 points
5 posts
-
2
votes2
answers5462
viewsA: Error while compiling in Android Studio
Behold that answer in Stackoverflow in English. It may be an incompatibility between the version of your compiled SDK and the version of the "support library". Check that both are equal and if they…
-
0
votes2
answers791
viewsA: How to display GPS coordinates
Hello! Here at that link i am teaching to create an App for Android, for what you want to learn, just read the lessons from 1 to 7. As I haven’t finished the course, there’s something missing for…
-
0
votes3
answers101
viewsA: Is it possible to put Abels in Listview?
Without the code it gets a little complicated, but I imagine you’re filling in the ListView using a CursorAdapter, right? (It must be similar to what I did here ) Where appropriate, in the method…
-
5
votes2
answers600
viewsA: Highlight term searched in bold with or without accent
Do you want to remove accents and let lowercase? If it is, the Lower() function does it for you. After that, you have to run preg_replace for every word (otherwise it would only give match if the…
-
1
votes7
answers4242
viewsA: How to reset CSS formatting?
Knows the Normaset? It is a normalizer and CSS reset. According to his website: Redefine all HTML default styles, such as margins, padding, and more. Normalizes styles for a wide range of elements.…
cssanswered Mário Valney 96