Posts by Cícero Augusto • 15 points
4 posts
-
0
votes1
answer29
viewsA: Why is the code for this activity unable to initiate the next activity?
The problem was that the layout was not being added to the hierarchy. I should have called setContentView(layout).
android-studioanswered Cícero Augusto 15 -
-3
votes1
answer29
viewsQ: Why is the code for this activity unable to initiate the next activity?
The activity shows the button, but when I click nothing happens package com.example.conjuradortormenta; import android.app.ActionBar; import android.content.Intent; import…
android-studioasked Cícero Augusto 15 -
0
votes1
answer24
viewsQ: Activity is not showing button
I’m trying to create a button by code, but it just doesn’t show up. This isn’t the main activity, just for the record. package com.example.conjuradortormenta; import android.content.Intent; import…
android-studioasked Cícero Augusto 15 -
1
votes0
answers101
viewsQ: How to sort databases alphabetically without accented characters being out of order
I am creating a database in Mysql and want to put some information in alphabetical order. The problem is that when I add the ascending alphabetic order filter, words starting in accented characters…