Posts by Tiago Loureiro • 100 points
5 posts
-
3
votes1
answer181
viewsA: What are the differences between BLOC x Cubit?
The main difference between Bloc and Cubit, is that the Bloc requires the implementation of events (Events) who will be responsible for changing their states (States). A Cubit is a lighter version…
-
0
votes1
answer56
viewsA: Delete firebase user
You are creating and configuring a dialog at the push of the button. However, you need to enter the command to effectively show the dialogue. So nothing happens, the dialog is created and configured…
-
-1
votes2
answers556
viewsA: Receive multiple strings in the same row in C
Using the fgets() function you will always have a new line between the items as it always adds ' n' on the console by pressing enter on the keyboard. To get the desired behavior, you can use the…
-
2
votes2
answers56
viewsA: Data Binding Formatted Strings Losing Format
When you point to the string resource directly, Textview receives a Spanned type object, which implements the Charsequence interface and contains spans, elements that provide bold, italics, etc).…
-
0
votes1
answer70
viewsA: I am Beginner and I am trying to Register and Login with Firebase but with errors that I can not solve
The error happens at runtime. According to Log, the error refers to the so-called Globalscope.Launch, which is a Kotlin corrosion call. It seems to be a bug of the version of the library of…