Posts by José Leal Marques • 23 points
6 posts
-
0
votes1
answer29
viewsQ: Registration with Popover - Step by step Swift 4
Good morning, I have a problem using Popover, I need to do a step by step registration using Popover in the register, but when I try to close one Popover and open another, I’m not getting it closes…
-
-1
votes1
answer54
viewsQ: Android Bottomappbar with Framelayout and Coordinatorlayout
I have a problem in Framelayout the working is correct, but Framelayout is with the starting position of Top above Appbarlayout, according to image: Below the code of Main, where the base is.…
-
0
votes0
answers29
viewsQ: Error in Function Generic for Procedure Return
I am trying to make a Generic method for return of Procedure, but when picking up Datarow to make a Cast generates the following error: Unable to cast Object of type 'System.Data.Datarow' to type…
-
0
votes6
answers22035
viewsA: Compute the rest of a decimal division in Javascript
I made a modification to apply the difference in the first installment. function getValorParcelas(precoTotal,numeroParcelas){ var valorParcela = parseFloat(precoTotal/numeroParcelas).toFixed(2); var…
-
0
votes0
answers85
viewsQ: Android - Error when buildar App in mobile debug
I’m having a problem doing Debug and generating a signed Apk, when I open the application is generated an error, I’m not able to figure out the solution to this error, in the simulator of Android…
-
2
votes2
answers1102
viewsQ: How to add an icon at each end of an Edittext?
I want to add two icons to Edittext from android according to the image below. This is the code I’ve used to add the image to the right side. <RelativeLayout…