Posts by Aislan Almeida • 159 points
5 posts
-
6
votes1
answer290
viewsQ: Generate an APK on a server
I was thinking of an architecture that would work as follows. The user would have a series of parameters to fill and generate code automatically, then to click on in a Buttom, be it in version web…
-
0
votes2
answers1129
viewsA: When can I use Static in class?
I think you need a controller class. Look for the design standard Singleton. However, Singleton is considered an anti-ban, precisely for using Static and increase the dependency on classes that are…
-
0
votes2
answers627
viewsQ: Button in Fragment android
I own a Fragment and this fragment, has a Floatingactionbutton. I invoke the method onClickListener: FloatingActionButton floatingActionButton = (FloatingActionButton)…
-
1
votes1
answer75
viewsQ: Gridview - Items repeating randomly
I’m having a problem in grid view. This grid contains n products that are displayed on the screen, thus the grid of some users have scroll. When there is no scroll the products are normally…
-
8
votes3
answers184
viewsQ: Search in String
I have a String of dynamic size and I need to search for the "#" cross to the next blank. I tried to use split, but without success. String texto = "oi tudo bem como vai #01?"; String[] t ; t =…