python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
can't take string data from dialogfragment to sql database due to unresolved string
I want to have a dialogfragment take the contact name and number from the user and save it in an sqLite database that I can use to show as a cardview in the main activity.
I tried following this tutor...

udbhav shrivastava
Votes: 0
Answers: 1
how can i add this gray line in the Tablayout? Android
I need to add a gray line like this at the top of the TabLayout
Actual code:
<com.google.android.material.tabs.TabLayout
android:id="@+id/tl_tabs"
...
Norman Daniel Vicente
Votes: 0
Answers: 0
How to save mp3 file stored on removable SD Card to MediaStore (Android Q)?
I have a function that should add a mp3 file to MediaStore, written to removable SD Card on Android Q. The file works just fine if I access it from File Explorer, but I can't see it on Music App (Sams...
Cosmin
Votes: 0
Answers: 0
How to draw cricket bowler bowl trajectory (Hawkeye) on a cricket pitch using android?
I am working on an android project where I need to draw cricket bowl trajectory (Hawkeye) as shown in some of these images.Sample Hawkeye first ImageSample Hawkeye second image. I am getting set of (x...
Vijay Rana
Votes: 0
Answers: 1