Posts by user8172989 • 16 points
2 posts
-
0
votes1
answer261
viewsA: (Solved) Error running Android app on mobile but working on other devices and emulator
If code contains no errors. Take this: When creating an app keep in mind Android versions and the API. In compensation Android lets you add in java or xml a type dependency type only does this if…
-
0
votes2
answers97
viewsA: Application consuming too much server resource
I am also developing a WS (Restfull) Check your server. Check the machine where the Server is. I make unit test of 10 request/second. Split your time so 100/1s, 100/0.5s, 100/0.25s until you catch…