Questions tagged as 'cardview'

2
answers

Item of one color or another (RecyclerView)

What I want to achieve is the following, that an element is painted in one color and the next in another: ----------- item0: azul ----------- item1: amarillo ----------- item2: azul ----------- item3: amarillo ----------- ... and thus witho...
asked by 20.06.2017 / 16:40
2
answers

How to put videos from youtube in Android application

I am working on an application where I want to show youtube videos in a fragment that has CardsViews, my cardviews already work without problem, the problem is that the videos are not reproduced, I always miss an error: I am adding the...
asked by 07.11.2018 / 16:03
2
answers

Know when addChildEventListener has finished

I have an android application in which I have a Fragment that contains a CardView. The CardView data is data of events that I have saved in Firebase. The problem I have is that when loading the Fragment there are times that it shows empty becaus...
asked by 19.12.2018 / 17:16
1
answer

SQLite INSERT AND MOST in ListView and CardView

Hello friends I am new I have been following a video but at the moment of coloring the lines to show my database does not do anything. I HAVE ALREADY BEEN ABLE TO ADD SUCCESSFULLY THE METHOD DOES NOT WORK showClassroom DevelopersBD WHICH...
asked by 11.10.2018 / 23:23
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

Intent between cardview kotlin

Good morning I have a problem to pass data between my different activities with cardview. My app could be divided as follows: Activity A.1: It consists of an activity with a cardview where I manage a JSON. Activity A.2: It is the ada...
asked by 07.07.2018 / 18:00
1
answer

Error: Attempt to invoke interface method

I am using Cardviews for an application and in those CardView I have two buttons that I want to give a function, the problem is that clicking on any of them shows me the following error:    FATAL EXCEPTION: main                               ...
asked by 27.04.2018 / 19:58
1
answer

The property of CardView layout_width="match_parent" is not taken into account

I am implementing an application where I show information from a database in a RecyclerView and in the use CardView (This RecyclerView is in a fragment), my problem is that the CardView does not respect the property "match_parent" as shown in th...
asked by 10.04.2018 / 06:22
1
answer

Help creating custom cards with Materialize CSS [closed]

I am a complete newbie in web design and I want to use Materialized CSS to make the frontend of my system, I need to create cards like these to show information like this example site: click here besides that I would like you to look at wha...
asked by 19.09.2017 / 22:53