Posts by Robledo Gomes • 45 points
3 posts
-
0
votes0
answers211
viewsQ: Invalid APK on package name posting
I’m trying to generate an apk so I can publish my app in the store, but when I sent a message saying that the package name was invalid, because the name ". android" is restricted. Then I changed the…
-
3
votes1
answer2073
viewsQ: How to automatically run a method outside of Activity onCreate()
I have a Mainactivity who owns 4 buttons, when the user selects some of them, the button method calls another Activity, which will display a query made in a XML in a Listview of this new Activity.…
-
1
votes1
answer1757
viewsQ: Exception Error "' ', hexadecimal value 0x1F, is an invalid Character. Line 1, position 1"
I have an app made on C# to show the menu of my university’s university restaurant, which picks up the information through a XML. The app allows individual consultation of each meal (breakfast,…