Posts by mmelotti • 136 points
4 posts
-
0
votes1
answer88
viewsA: google login problem on android
You should go to the folder where Keytool is, it is an application and should not be in the PATH of your system, so points out this error that you described. So it’s in the Android bin folder, look…
-
0
votes3
answers312
viewsA: Check for file on the web
I’m going to guess that you have a function called calledFile() and it sets the boolean 'archiv_exists' to 'true' when you find it. Inside of conferengFile() you must make the request and pick up…
-
2
votes1
answer39
viewsA: Application closing unexpectedly when sending post request
Hi, if that’s the whole code, there’s an error in txtIndication. It’s never booted, it’s out of your Try-catch, which is probably why you can’t capture the logs. Apparently the error is right on…
-
-1
votes2
answers156
viewsA: Use separate threads or programs?
It depends a lot on how the interactions between programs or threads will be. This is basically what was said in the comments: "The main different is communication, using threads you share the same…