Posts by Techio • 13 points
6 posts
-
1
votes1
answer221
viewsQ: image size in kb for upload
I am making an application for android, and have to work with download and upload photos... I am already resizing photos larger than 1000x1000px to this same size... and using the method…
-
0
votes2
answers141
viewsA: Recyclerview does not roll fast
I solved my problem as follows, I was using Collapsing and mine RecyclerView, was inside a <include>. put the RecyclerViewwithin a Frame: <FrameLayout…
-
0
votes2
answers141
viewsQ: Recyclerview does not roll fast
I have a RecyclerView that only rolls with your finger glued to the screen, if I make that quick move, to scroll enough items, it only rolls while the finger is on the screen, and then stops. I’ve…
-
0
votes0
answers57
viewsQ: service does not start after wiping memory
Hello guys I am developing an application that needs a service to warn the user according to events at large times times + 24h... then everything is working, I open the application, the service…
-
0
votes1
answer107
viewsA: crash while cleaning memory app
My problem was right on this line: Firebase firebase = LibraryClass.getFirebase().child("notificacao/"); Libraryclass is a class that I accessed directly, to return the firebase connection... I…
-
0
votes1
answer107
viewsQ: crash while cleaning memory app
I am porgramando for android for some 3 months, I’m still having some difficulties, I have an app that makes a requisicao(service) online using google firebase, and validates a date in string…