Questions tagged as 'filtro'

0
answers

Create a searchbar kotlin

Hi, I need to create a searchbar that filters the results of my cardview. This is the cardview class: import android.content.Intent import android.os.AsyncTask import android.support.v7.app.AppCompatActivity import android.os.Bundle import...
asked by 08.07.2018 / 18:23
0
answers

Doubt with Android Studio / Kotlin applying Searchview filter with RecyclerView to query from MySql / PHP

As you can see, I'm new to using stack overflow . I'm using Android Studio with Kotlin. It is not yet clear to me how to get to the filter. I have seen other examples to guide me, but I find no similarity for it. I hope you can help me and I...
asked by 27.04.2018 / 02:25
1
answer

Problems with a RecycleView filter

I have a RecycleView, to which I would like to implement a filter. In the onquerytextchange I try to call the getFilter method of the adapter but this message jumps me. "Can not resolve method 'getFilter'" My code is as follows. MainActivity...
asked by 16.04.2018 / 00:41
0
answers

RecycleView filter

The filter does not filter the recycleview correctly, it shows the correct number of items but the items do not change position. This is my RecycleView public class RecycleViewAdapter extends RecyclerView.Adapter<RecycleViewAdapter.Vie...
asked by 16.04.2018 / 18:32
0
answers

How do I filter to validate html data?

I would like to know how I can get in an HTML page, in an input, that when a user puts an HTML code as a reedirection to another page for example, my server will filter it. Without using any type of library.     
asked by 22.01.2018 / 12:33
0
answers

Adapt a .PHP file to .HTML to insert Javascript and filter tables

var busqueda = document.getElementById('buscar'); var table = document.getElementById("tabla").tBodies[0]; buscaTabla = function() { texto = busqueda.value.toLowerCase(); var r = 0; while (row = table.rows[...
asked by 21.12.2017 / 22:13
1
answer

Extract / Filter info from a data.frame in R

The issue is this, I hope you can help me: I have two files (tables) imported into R, the first is a small table with reference names, the second are names repeated with statistical data, I need to make a filter where ONLY the names that matc...
asked by 18.12.2018 / 17:45