public class Picto_Vincular_Recycler_View extends Custom_recyclerView
Modifier and Type | Field and Description |
---|---|
private org.json.JSONArray |
arrayVincular |
private VincularPictosAdapter |
galeriaPictos2 |
private java.lang.String |
TAG |
analyticsFirebase, array, arrayAux, cantColumnas, cantFilas, itemTouchHelperCallback, json, mActivity, mAuth, menuClickListener, mRecyclerView, mSearchView, myTTS, popupMenu, posItem, sharedPrefsDefault, uploadFirebaseFile
Constructor and Description |
---|
Picto_Vincular_Recycler_View(androidx.appcompat.app.AppCompatActivity mActivity,
com.google.firebase.auth.FirebaseAuth mAuth) |
Modifier and Type | Method and Description |
---|---|
void |
changeData() |
void |
filtrarPictogramas() |
org.json.JSONArray |
getArray()
return the main JsonArray
|
VincularPictosAdapter |
getGaleriaPictos2() |
org.json.JSONArray |
getmArrayFiltrados() |
void |
onPictosFiltrados()
Load the searched pictograms
|
void |
onPictosNoFiltrados()
Load all pictograms
|
void |
pictogramasNoFiltrados() |
void |
setArray() |
calcularCantidadColumnas, calcularCantidadFilas, createRecyclerLayoutManager, getArrayAux, getmRecyclerView, onQueryTextChange, onQueryTextSubmit, scrollTo, setMenuClickListener, setMyTTS, setPopupMenu, setSearchView, setSharedPrefsDefault, setUploadFirebaseFile, showRecyclerView, subirGrupos
private org.json.JSONArray arrayVincular
private VincularPictosAdapter galeriaPictos2
private final java.lang.String TAG
public Picto_Vincular_Recycler_View(androidx.appcompat.app.AppCompatActivity mActivity, com.google.firebase.auth.FirebaseAuth mAuth)
public void setArray()
public void changeData()
public void filtrarPictogramas()
public void pictogramasNoFiltrados()
public org.json.JSONArray getArray()
Custom_recyclerView
getArray
in class Custom_recyclerView
public org.json.JSONArray getmArrayFiltrados()
public void onPictosFiltrados()
interface_search
public void onPictosNoFiltrados()
interface_search
public VincularPictosAdapter getGaleriaPictos2()