Posts by Valter Junior • 253 points
6 posts
-
7
votes2
answers1770
viewsQ: Object filter disregarding accents in Angularjs with Ionic
Fala galera, I’d like to do a filter on the Angularjs that overlooks the accents. This filter is applied on top of a list of objects that have a name property for example that we filter on top of…
-
1
votes3
answers487
viewsA: Execute code before executing the first Activity
First I created a theme: <style name="Theme.Transparent" parent="android:Theme"> <item name="android:windowIsTranslucent">true</item> <item…
androidanswered Valter Junior 253 -
2
votes3
answers487
viewsQ: Execute code before executing the first Activity
I have the following problem: I have a splash screen which will be called only if it is the first execution of the application. If it’s not the first execution I’d like to call another Activity. I…
androidasked Valter Junior 253 -
0
votes2
answers675
viewsA: How to enable the "Add Controller" option in the menu?
NO visual studio 2012 this option comes by default as you know. Already tried using the same shortcut of VS12: CTRL+M, CTRL+C ?
-
4
votes4
answers482
viewsQ: Disabled button modified using firebug
Imagine that in an HTML I have a disabled button. I can very well use Firebug to enable this button and so do the commit. The question is: is there any way I can disable this button and not allow…
-
0
votes3
answers403
viewsQ: Log reading to infer counter
I have a template called Request and this template has a column called Number. This number has the following structure: YEAR + COUNTER. It just so happens that every time I create a new request I…