id
int64
28.5M
73.8M
title
stringlengths
15
150
question_body
stringlengths
69
39.4k
body_text
stringlengths
6
29.2k
tags
stringlengths
7
120
score
int64
-19
384
creation_date
stringlengths
20
24
year
int64
-1
2.02k
month
int64
-1
12
hour
int64
-1
23
dayofweek
int64
-1
6
view_count
int64
3
367k
answer_count
int64
0
34
body_len
int64
6
29.2k
title_len
int64
15
150
tag_count
int64
1
6
code_block_cnt
int64
0
17
has_code
bool
2 classes
is_unanswered
bool
2 classes
is_popular
bool
2 classes
is_viral
bool
2 classes
is_highly_voted
bool
2 classes
is_negative
bool
2 classes
score_bucket
stringclasses
5 values
73,842,286
I'm having trouble using the same adapter for two of my Recycler Views
<p>I am trying to use the same adapter for two of my recycler view. Yet, I keep getting this error wherein my layout for one of my fragments keeps getting skipped. I make use of two fragments in a Tab Layout and the data being passed on the first fragment keeps getting skipped, along with its layout. The recycler view ...
I am trying to use the same adapter for two of my recycler view. Yet, I keep getting this error wherein my layout for one of my fragments keeps getting skipped. I make use of two fragments in a Tab Layout and the data being passed on the first fragment keeps getting skipped, along with its layout. The recycler view of ...
android|kotlin|android-fragments|android-recyclerview
0
2022-09-25T05:42:55.170Z
2,022
9
5
6
4
0
1,013
70
4
3
true
true
false
false
false
false
zero
73,842,307
Moshi implementation with Fast Android Networking
<p>I am facing problem in understanding the moshi and how it can be implemented in Fast android networking, I am using java for creating the application if someone have implemented it help me out.</p>
I am facing problem in understanding the moshi and how it can be implemented in Fast android networking, I am using java for creating the application if someone have implemented it help me out.
android|moshi|fast-android-networking
0
2022-09-25T05:51:31.493Z
2,022
9
5
6
3
0
193
49
3
0
false
true
false
false
false
false
zero
73,842,312
How can I enable auto start recording video without pressing record button?
<p>I am developing an application where I press record button and it will automatically start video recording and stop after given duration. But what I found is just open video recording , I have to manually click record button and to save video, I have to click OK button.</p> <p>Is there any way to do that automatical...
I am developing an application where I press record button and it will automatically start video recording and stop after given duration. But what I found is just open video recording , I have to manually click record button and to save video, I have to click OK button. Is there any way to do that automatically? Here i...
java|android|camera|video-capture
0
2022-09-25T05:52:56.170Z
2,022
9
5
6
3
0
337
75
4
1
true
true
false
false
false
false
zero
73,842,316
How do I toast the error message received when authentication is failed after POST login credentials to an API in Android Studio Java?
<p>This is the response I get when the authentication is not successful.</p> <pre><code>{ &quot;message&quot;: &quot;The account sign-in was incorrect or your account is disabled temporarily. Please wait and try again later.&quot; } </code></pre> <p>How do I toast this message using Volley in error response listene...
This is the response I get when the authentication is not successful. [CODE] How do I toast this message using Volley in error response listener? Thanks.
android|json|rest|android-studio|android-volley
0
2022-09-25T05:53:37.347Z
2,022
9
5
6
3
0
153
134
5
1
true
true
false
false
false
false
zero