Questions tagged [android-components]

The Material Components for Android library helps developers execute Material Design

This tag is for questions about the Material Components for Android.
The Material Components for Android help developers execute Material Design. Developed by a core team of engineers and UX designers at Google, these components enable a reliable development workflow to build beautiful and functional Android apps.

Material Components for Android is a drop-in replacement for Android's Design Support Library.

52 questions
0
votes
1 answer

How can I attach this triangle with cardview in Android?

is there any specific component in Android or I have to use view to make triangle (showing in round in image) and attach to card but still as I uploaded image it would not be as same as in image.
0
votes
1 answer

How do I make an Android activity like shown in this image?

How do I make an Android activity like the one shown in this image. I am asking specifically about how to make a component such as the repeat and reminder components. And also, the two tabs showing Add Event and Add Task. I'd also like to know the…
0
votes
1 answer

What is the significance of compileSdkVersion in selecting implementations and resources?

I am asking this to confirm my understanding about the use of compileSdkVersion in android. Android sdk provides the implementation for each version under the path (Your sdk root)/Sdk/platforms/android-(sdk version) .So if you set the…
0
votes
1 answer

how do I increase the cardView Size based on the text size?

If I change the text size it will overflow my cardview how do I change the cardview size to adjust to the current textview…
eli
  • 335
  • 1
  • 3
  • 18
-2
votes
1 answer

Can I inspect any app's layout to find out which components they are using on Android device?

Can I take an app that I like and inspect it to see which components it is build off? Take for example the menu structure of Androids "Developer Options" settings. Say that I want to see if it uses one big RecyclerView, a NestedScrollview with a…
-2
votes
1 answer

Maximum number of components per activity Android

Is there a limit as to how many components an android activity can hold? And how does it affect the application's performance? Thank you.
-3
votes
1 answer

What are the advantages and disadvantages of creating a new view vs overwriting the same view all the time? Android

I'm making an app and almost everything in it (The textboxes, menus, textviews) are created and shown programmatically. When I have to show different content, I delete everything in the view and load the new textboxes, menus etc. Is it better to…
Enrique Alcazar
  • 381
  • 7
  • 21
1 2 3
4