Posts by Daybson • 45 points
8 posts
-
1
votes1
answer297
viewsA: Recover Firebase Object value
Hello, just for the record. I used #Scope to control the information lastId, loading as soon as the screen is started, and updating it whenever a new record is inserted. The final code went like…
-
0
votes1
answer297
viewsQ: Recover Firebase Object value
Hello, I’m having trouble recovering the value of an Object in the Firebase Database. I have the following object on the base: I wanted to recover in case the value of lastId(108) for later, when…
-
2
votes1
answer802
viewsQ: Android - Textview Hyperlink to another Activity
Is there any way to format a Textview so that one of your words is a Hyperlink to another app Activity? In this case it is a kind of Dictionary, where in the explanation of the word may have another…
-
0
votes1
answer90
viewsA: Angularfire crashes browser when saved
I would like to share the solution to the problem. Apparently it was something in relation to angularfire lib that causes browser locking(either I was doing wrong or internal lib problem). I used…
-
0
votes1
answer90
viewsQ: Angularfire crashes browser when saved
Hello, I’m running some tests on Angularfire, and every time I save an object at the base, the browser crashes. The screen is even updated but I have to stop running the tab and refresh the page so…
-
1
votes2
answers101
viewsQ: EF relationship
I know it’s something basic, but how do I make a relationship between Entities using the Entity Framework? I have the Competition table and the Competition table. The Competition table must have an…
-
0
votes0
answers40
viewsQ: Azure - Does not create tables
I created an ASP.Net MVC 5 project, made some modifications to the login and on my machine everything goes smoothly, but when I send it to Azure, when creating the user error occurs. What I was able…
windows-azureasked Daybson 45 -
0
votes0
answers52
viewsQ: Android - setResult not recognized
Hello, I have a screen with a list of "Profiles". When I click on one of these profiles goes to the register where I can update or delete this profile. When I update the profile and return to the…