-
I want to hide the toolbar when scrolling down so I use coordinate layout and that layout I need to …
- 491 views
- 1 answers
- 0 votes
-
As well known, ConstraintLayout is now a most popular and efficient layout on android development. But for using it’s attributes, …
- 0 views
- 3 answers
- 0 votes
-
My problem: I have many different flavors of an android app. Now every time I want to add/modify a string …
- 410 views
- 0 answers
- 0 votes
-
I create ItemValueVue.kt in java folder, I have that: package en.first_project_test import android.content.Context import android.util.AttributeSet import android.view.View import android.widget.TextView import …
- 429 views
- 0 answers
- 0 votes
-
I’ve been trying to figure out how the default Navigation Drawer Activity template came with Android Studio navigates between different …
- 454 views
- 1 answers
- 0 votes
-
Hello apologies if this is the wrong place, site or manner to ask questions. I am new to this and …
- 381 views
- 0 answers
- 0 votes
-
I have a Cardview inside android X <androidx.cardview.widget.CardView android:id="@+id/card_box_register" android:layout_width="match_parent" android:layout_height="360dp" android:layout_marginStart="16dp" android:layout_marginTop="226dp" android:layout_marginEnd="16dp" android:layout_marginBottom="16dp" card_view:cardBackgroundColor="@color/white" card_view:cardCornerRadius="36dp" card_view:cardElevation="8dp"/> On the …
- 453 views
- 1 answers
- 0 votes
-
This question already exists: Can anyone please explain why my app is not launching [closed] Closed 14 days ago. I …
- 380 views
- 0 answers
- 0 votes
-
I’m reading data from an XML file using a standard XMLPullParser. I’m adding every node/ element to a list so …
- 379 views
- 0 answers
- 0 votes