Posts by Kiotto • 67 points
8 posts
-
0
votes2
answers72
viewsQ: Excel Formula for formatting tables
Is there a formula for chaining the colors of a table? I don’t want "normal" (e.g. red|white|red). What I want is whenever the name of a given cell is equal, then the background is color A, when the…
-
1
votes1
answer434
viewsQ: Android Toolbar hide Search when it is open
I have a Toolbar (actiobar) that contains a search and when I change from Fragment, I want this search to disappear. If the search has closed, just do a setVisible(false) that it hides, however, if…
-
0
votes1
answer628
viewsQ: Android Transition between Fragments
I have an application that contains 2 Ragments. An Fragment (A) is an item listing and Toolbar has a search, and the second (B) is the date of the selected item. I can make the transition well from…
-
1
votes1
answer46
viewsQ: Multiple Resources Files in . NET
It is possible to have 2 Resources files in visual studio with the same Resources name, one of which is intended for test environments and another for production environments?
-
0
votes2
answers469
viewsA: Shopping/Restoration inside the app on Android
I made a test, which means I made an in-app purchase, but with the top code, it returns that there are no purchased products. I have this code: mServiceConn = new ServiceConnection() { @Override…
-
2
votes2
answers469
viewsQ: Shopping/Restoration inside the app on Android
I am running an app that will have in-app purchases (hide advertising and new features), however I have some questions. The whole purchase process is already working, well hide the advertising and…
-
0
votes1
answer126
viewsQ: Remove Actionbar Tabs indicator on Android
For default Actionbar tabs comes with the blue indicator (how much is selected) and my question is how do I remove this blue indicator. I intend to use icons in these tabs, but as it is shown the…
-
2
votes3
answers1459
viewsQ: Parse Complex of JSON
I am trying to parse a JSON, using GSON, but there is a complex part, because I don’t know the name of Keys, so I don’t know what name I should use in the variables for GSON to parse. I researched…