Posts by Rafael Correa • 61 points
5 posts
-
3
votes1
answer630
viewsA: Return string value with firebase
I believe that the most appropriate way for a future adaptation of the code would be to create a class that instantiates this data, in this case a class called User: public class User { public…
-
0
votes6
answers36799
viewsA: How to read a text file in Java?
I use this method: public List<String> readFile(String fileName){ List<String> text = new ArrayList<>(); BufferedReader reader = null; try { reader = new BufferedReader( new…
-
1
votes0
answers186
viewsQ: How to read large text files on Android?
I wanted to know some tip on how to read large files on Android, as example give the GTFS (Google Transit) files that most of the time is 80 MB I am placing this data on a server (Firebase) using…
-
2
votes2
answers2872
viewsA: Click on button effect
Analyzing what you put in the question, the drawable missing the following: Code: <item android:state_pressed="false"> <shape> <solid android:color="@color/cardview_dark_background"…
androidanswered Rafael Correa 61 -
0
votes2
answers1416
viewsA: How to run commands in Android Studio?
To add iTSangar Voce user response you can access the Gradle console on the right side of the same terminal bar…