Posts by Jéssica Luiza • 123 points
4 posts
-
0
votes0
answers156
viewsQ: Create a game standalone . exe in Visual Studio
I need to release a game but want to create a standalone . exe, because when VS finishes the compilation creates the . exe but together are the dll’s of the game, I wanted it to stay only the . exe…
-
3
votes1
answer1195
viewsQ: Error when another class calls an Activity method
In the monitoring it sends an SMS to a device that responds with another SMS and update the screen and at the moment it calls the method to update the screen of the error. Error log: 01-14…
-
6
votes2
answers3179
viewsQ: Read a received SMS
An App receives an SMS and from the text performs a function. For this it is necessary to read the SMS and make the comparison in the APP, but for this must read, word by word, line by line or make…
-
2
votes1
answer982
viewsQ: Error searching in Sqlite
Could someone help me? I’ve done several ways but the app gives error and closes. I am using database (Sqlite) when have to search gives the error: 01-05 03:40:18.544: E/AndroidRuntime(12226): FATAL…