Posts by joannes • 41 points
8 posts
-
1
votes1
answer34
viewsQ: hide a Featurediscovery boot when going to mobile and display any node for desktop
I’m using materialize, and a feature called Featurediscovery, I edited the materialize to make my Nav bar appear when clicked but, I would like it to disappear when it enters a mobile screen, and…
-
0
votes1
answer97
viewsQ: User-friendly URL with more than one parameter with . htaccess php
I am having problems with my URL friendly, I have a code that already works, however for a specific directory. .htaccess RewriteEngine On RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond…
-
0
votes1
answer223
viewsA: make fields mandatory in Kotlin
I managed to settle this way in the way save fun private save() { val nome = edit_nome_Pessoa.text.toString() val idade = ("" + (seekbarIdade.progress + 10) + " anos") val sexo_Id =…
-
0
votes1
answer223
viewsQ: make fields mandatory in Kotlin
override fun onClick(v: View) { val id = v.id if (id == R.id.btn_salvar) { salvar() } // Condição para datePicker if (v.id == R.id.edit_calendar_Pessoa) { // definir as datas val c =…
-
0
votes3
answers76
viewsA: How to Save to Seekbar Android Sqlite Value Database
Vlw Person solved so I cleaned cache, deleted the database, added this to onclick if (v.id == R.id.edit_calendar_Pessoa) { // definir as datas val c = Calendar.getInstance() val year =…
-
0
votes3
answers76
viewsA: How to Save to Seekbar Android Sqlite Value Database
Good afternoon, I managed to record in the database the data coming from Seek bar and radio Group, but my problem is now being to record the content populated in a Textview in the method onCreate,…
-
1
votes3
answers76
viewsQ: How to Save to Seekbar Android Sqlite Value Database
I am trying to register values in the database in Kotlin from Seekbar, from Datepicker, Radio Group in my Cadastroscrolling.kt I can play the visualization of age // definindo SeekBar seekbarIdade =…
-
1
votes0
answers181
viewsQ: How to order pages columns with clicks
I need a great help with php. I am new to object-oriented programming, with help from some people I have managed to make a site where heritage work, and try to follow some programming rules whenever…