Posts by ThiagoDeveloper • 55 points
4 posts
-
0
votes0
answers62
viewsQ: How to instantiate the Firebase object to my URL, Help with the Error below
package br.com.netcriativa.umadeb.activity; import android.app.ProgressDialog; import android.content.Intent; import android.os.Bundle; import android.support.annotation.NonNull; import…
-
4
votes1
answer552
viewsQ: How to use a custom Adapter on android Listfragment
Hello folks I’m having problems with using a Adapter customized and display this Adapter in a Listfragment. My Custom Adapter public class UsuariosAdapter extends BaseAdapter { Context ctx; List…
-
1
votes2
answers4081
viewsQ: How to create user validation with access levels in codeigniter?
I have this model and control that checks and validates users registered in the table tb_users database. I need a script that checks whether the user is 0 or 1 in the column nv_nivel. If the user is…
-
-3
votes3
answers1798
viewsQ: How to work with PDF in Codeigniter?
function cadastra_pesquisa() { $this->load->library('form_validation'); $this->form_validation->set_rules('d_c_p_p', 'Domínio do conteúdo por parte do palestrante',…