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
72,385,768
Use compose to restore applemusic's sliding expand panel
<p>I tried to restore in compose something like Apple Music slides out the music panel from the bottom but ran into some issues.</p> <p>How to make the panel expand or close (panelProgress=0 or 1) less blunt.</p> <p>The effect is similar: <a href="https://github.com/hannesa2/AndroidSlidingUpPanel" rel="nofollow norefer...
I tried to restore in compose something like Apple Music slides out the music panel from the bottom but ran into some issues. How to make the panel expand or close (panelProgress=0 or 1) less blunt. The effect is similar: https://github.com/hannesa2/AndroidSlidingUpPanel Do not use view because the compose that adds Co...
android-jetpack-compose
0
2022-05-26T01:38:13.693Z
2,022
5
1
3
23
0
451
56
1
1
true
true
false
false
false
false
zero
72,385,815
Unable to trigger compose re-composition after re-assigning mutableStateList inside a coroutine scope
<p>I'm still a bit of a beginner with Jetpack compose and understanding how re-composition works. So I have a piece of code calls below inside a <code>ViewModel</code>.</p> <p><code>SnapshotStateList</code></p> <pre><code>var mutableStateTodoList = mutableStateListOf&lt;TodoModel&gt;() private set </code></pre> <p>...
I'm still a bit of a beginner with Jetpack compose and understanding how re-composition works. So I have a piece of code calls below inside a ViewModel . SnapshotStateList [CODE] during construction of the view model, I execute a room database call [CODE] then I have an action from a the ui that triggers adding of a ne...
kotlin|android-jetpack-compose|kotlin-coroutines
2
2022-05-26T01:45:15.497Z
2,022
5
1
3
188
1
1,244
101
3
9
true
false
false
false
false
false
low
72,385,885
React Native CLI : Run IOS in windows PC
<p>I just want to know, Is there any way to run or test the IOS app in the windows emulator, I just want to test if my app can run in the IOS too using emulator etc., yet in my <code>Android</code> using <code>npx react-native run-android</code> it works fine and now I just want to test the command which is <code>npx r...
I just want to know, Is there any way to run or test the IOS app in the windows emulator, I just want to test if my app can run in the IOS too using emulator etc., yet in my Android using npx react-native run-android it works fine and now I just want to test the command which is npx react-native run-ios but I think it ...
android|react-native|mobile
0
2022-05-26T01:58:17.947Z
2,022
5
1
3
65
1
528
40
3
0
false
false
false
false
false
false
zero
72,386,059
HTTP requests in Capacitor hybrid mobile apps in virtual devices don't reach web server in development machine
<p>I'm working on a proof of concept for my company to demonstrate how our monorepo could benefit from Nx/Capacitor. So far, in my poc, I have a simple Nx monorepo with a backend app serving a couple of APIs, and I also have a React frontend connecting to the APIs, based on which I'm generating Android and iOS hybrid m...
I'm working on a proof of concept for my company to demonstrate how our monorepo could benefit from Nx/Capacitor. So far, in my poc, I have a simple Nx monorepo with a backend app serving a couple of APIs, and I also have a React frontend connecting to the APIs, based on which I'm generating Android and iOS hybrid mobi...
android|ios|hybrid-mobile-app|capacitor
0
2022-05-26T02:30:56.317Z
2,022
5
2
3
72
0
1,122
110
4
1
true
true
false
false
false
false
zero
72,386,194
How to keep updating recyclerview in the next activity by the data flow sent by BLE device in current activity?
<p>I am completely new to Android and just learned Object-oriented programming. My project requires me to build something on open-source code. I am really struggling with this special case. Two fragments are under activity_main, one of them is TerminalFragment. If TerminalFragment is active under activity_main, data fr...
I am completely new to Android and just learned Object-oriented programming. My project requires me to build something on open-source code. I am really struggling with this special case. Two fragments are under activity_main, one of them is TerminalFragment. If TerminalFragment is active under activity_main, data from ...
java|android|android-intent|android-activity|android-recyclerview
0
2022-05-26T02:57:34.847Z
2,022
5
2
3
35
1
1,216
111
5
3
true
false
false
false
false
false
zero
72,386,195
WebRtc Blank or Black RenderView in Android
<p>Latest theres some problems suddenly break out in the video call sence...May this be the Janus Server problem?</p> <p>Here is the scene.</p> <p>Client A make a video call to ClientB. at the start parse, Both ClientA and ClientB render the video data from the font-camera capturer, and make a peerconnection to JanusSe...
Latest theres some problems suddenly break out in the video call sence...May this be the Janus Server problem? Here is the scene. Client A make a video call to ClientB. at the start parse, Both ClientA and ClientB render the video data from the font-camera capturer, and make a peerconnection to JanusServer. and then ju...
webrtc|webrtc-android
0
2022-05-26T02:57:45.093Z
2,022
5
2
3
133
0
1,843
43
2
2
true
true
false
false
false
false
zero
72,386,202
All .kts files become unresolved after upgrading to gradle 7.42, how can I solve this problem?
<p>When I upgrade gradle version from 7.33 to 7.41 or higher. Every line in every gradle.kts become unresolved. I tried to replace all lines(except namespace) in corresponding files of a new project created from Android Studio template and there is no problem. I can't figure out what's wrong in my existing project.</p>...
When I upgrade gradle version from 7.33 to 7.41 or higher. Every line in every gradle.kts become unresolved. I tried to replace all lines(except namespace) in corresponding files of a new project created from Android Studio template and there is no problem. I can't figure out what's wrong in my existing project. projec...
android|kotlin|gradle|gradle-kotlin-dsl
0
2022-05-26T02:58:35.007Z
2,022
5
2
3
378
0
400
94
4
3
true
true
false
false
false
false
zero
72,386,221
Error: Not applicable for the "main.dart" configuration
<p>I cannot run my code on any emulator in <strong>Android studio</strong>... I have been despritely trying to solve this issue. the section is greyed out at the top and when I press play nothing happens. Any suggestions? Btw I have tried almost everything i've seen on the internet for this issue, I assume it has to do...
I cannot run my code on any emulator in Android studio ... I have been despritely trying to solve this issue. the section is greyed out at the top and when I press play nothing happens. Any suggestions? Btw I have tried almost everything i've seen on the internet for this issue, I assume it has to do with [Run > edit c...
flutter|android-studio|dart|emulation
0
2022-05-26T03:03:22.707Z
2,022
5
3
3
172
1
365
55
4
0
false
false
false
false
false
false
zero
72,386,335
If my function calls an asynchronous function, does that force me to make my function return a Future?
<p>I'm learning about <code>async</code> and <code>await</code> in Dart. For the most part, it makes sense that it's a way to say that some function will take a while and that the program should run a particular function asynchronously.</p> <p>What I'm not understanding is how that affects all the &quot;preceding&quot;...
I'm learning about async and await in Dart. For the most part, it makes sense that it's a way to say that some function will take a while and that the program should run a particular function asynchronously. What I'm not understanding is how that affects all the &quot;preceding&quot; functions that eventually lead to t...
android|ios|flutter|dart|asynchronous
2
2022-05-26T03:23:41.390Z
2,022
5
3
3
53
1
772
102
5
1
true
false
false
false
false
false
low
72,386,385
Post value to server when no internet connection android studio
<p>I'm trying to send a value to the server when the connection doesn't exist, when it connects to the internet it runs fine and is saved to the server and sqlite. but the problem arises when switching state from offline to online. I send one value to the server when the connection is offline but when the state moves t...
I'm trying to send a value to the server when the connection doesn't exist, when it connects to the internet it runs fine and is saved to the server and sqlite. but the problem arises when switching state from offline to online. I send one value to the server when the connection is offline but when the state moves to o...
sqlite|android-studio|connection|broadcastreceiver|retrofit
0
2022-05-26T03:31:53.067Z
2,022
5
3
3
43
0
857
63
5
2
true
true
false
false
false
false
zero
72,386,529
Getting error while implementing web-view in flutter applications
<p>I am building a flutter app that has a web-view. I have updated the minsdkversion to 20. and added the android permission to use the internet but still getting the errror.<a href="https://i.stack.imgur.com/VbJ3i.png" rel="nofollow noreferrer">click here to view error</a></p> <p><strong>DART</strong></p> <pre><code> ...
I am building a flutter app that has a web-view. I have updated the minsdkversion to 20. and added the android permission to use the internet but still getting the errror. click here to view error DART [CODE]
android|flutter|webview|dependencies
1
2022-05-26T04:00:06.327Z
2,022
5
4
3
175
2
208
65
4
1
true
false
false
false
false
false
low
72,386,786
Can I add multiple Flutter apps to a single Firebase database using the same Firebase app?
<p>I understand that you can add multiple Flutter apps to a single Firebase database. But can you do this using the same Firebase app per platform? Or would you need to create a Firebase app per platform per Flutter app?</p>
I understand that you can add multiple Flutter apps to a single Firebase database. But can you do this using the same Firebase app per platform? Or would you need to create a Firebase app per platform per Flutter app?
android|ios|flutter|firebase
2
2022-05-26T04:42:11.697Z
2,022
5
4
3
35
1
217
90
4
0
false
false
false
false
false
false
low
72,386,818
Create a Snapshot of current android device state and save it for later restore
<p>I would like to take a snapshot of current device state (including state of apps). Just like we do for emulator. For reference check this link. <a href="https://developer.android.com/studio/run/emulator#snapshots" rel="nofollow noreferrer">https://developer.android.com/studio/run/emulator#snapshots</a></p> <p>I woul...
I would like to take a snapshot of current device state (including state of apps). Just like we do for emulator. For reference check this link. https://developer.android.com/studio/run/emulator#snapshots I would like to know if it is possible for a real android device. I think the OS do it internally when a new OS upda...
android|operating-system|android-emulator|android-os-handler
2
2022-05-26T04:46:35.210Z
2,022
5
4
3
69
0
388
79
4
0
false
true
false
false
false
false
low
72,386,838
How to type text without selecting an element in CodeceptJS?
<p>Normally I use <code>I.fillField(elementSelector, text)</code> to fill the <code>text</code> into the field with <code>elementSelector</code> xpath or sth.</p> <p>I have a case where there is only one element (Appium shows no nested elements), that is really six squares one next to the other with a small gap in-betw...
Normally I use I.fillField(elementSelector, text) to fill the text into the field with elementSelector xpath or sth. I have a case where there is only one element (Appium shows no nested elements), that is really six squares one next to the other with a small gap in-between, and if you tap on any of the squares, the fi...
android|ios|testing|appium|codeceptjs
0
2022-05-26T04:50:05.227Z
2,022
5
4
3
39
1
1,582
60
5
2
true
false
false
false
false
false
zero
72,386,848
Activity restarts ofter picking an image from gallery
<p>I´m making an app to order food and i get this weird behaviour when i try to upload an image to an item. I ´ve created an intent to open the gallery and until i´m picking the image it´s fine, but if i press the back button or select an image, the hole app starts again. I realized that if i press back again the old a...
I´m making an app to order food and i get this weird behaviour when i try to upload an image to an item. I ´ve created an intent to open the gallery and until i´m picking the image it´s fine, but if i press the back button or select an image, the hole app starts again. I realized that if i press back again the old acti...
android|kotlin|android-intent|android-activity
1
2022-05-26T04:52:50.807Z
2,022
5
4
3
40
0
460
53
4
0
false
true
false
false
false
false
low
72,386,852
where is the jetpack compose annotation processor?
<p>I'm new to Jetpack Compose. Studying with codelab, I wondered that what happened to the function with @Compose annotation. So I downloaded the androidx github and searched for the annotation handling @Compose, But I couldn't find the annotation processor. Where is the annotation processor of @Compose annotation?</p>
I'm new to Jetpack Compose. Studying with codelab, I wondered that what happened to the function with @Compose annotation. So I downloaded the androidx github and searched for the annotation handling @Compose, But I couldn't find the annotation processor. Where is the annotation processor of @Compose annotation?
android|android-jetpack-compose
1
2022-05-26T04:53:53.777Z
2,022
5
4
3
93
1
313
50
2
0
false
false
false
false
false
false
low
72,386,861
How to load image from URL that is in database
<p>How can I load an image using a URL that is saved in a database and display it in a Recycler View in an Image View</p> <p>I have a database that displays data as an output in my app but I cant figure out how to make the URL for an image in the database load as an image.</p>
How can I load an image using a URL that is saved in a database and display it in a Recycler View in an Image View I have a database that displays data as an output in my app but I cant figure out how to make the URL for an image in the database load as an image.
java|android|sqlite|android-recyclerview
0
2022-05-26T04:54:58.380Z
2,022
5
4
3
121
2
263
46
4
0
false
false
false
false
false
false
zero
72,386,914
How do I make a video call using Intent in android
<p>I want to make video call directly but this code is not working. please halp me.</p> <pre class="lang-kotlin prettyprint-override"><code> val intent = Intent(Intent.ACTION_CALL).apply { data = Uri.parse(&quot;tel:&quot; + &quot;PHONE_NUMBER&quot;) putExtra(&quot;videocall&quot;, true) } startActivit...
I want to make video call directly but this code is not working. please halp me. [CODE]
android|kotlin|call
0
2022-05-26T05:03:48.677Z
2,022
5
5
3
91
2
87
50
3
1
true
false
false
false
false
false
zero
72,386,976
Android Studio with databasehelper - no data saves! Deadline in 3 hours
<p>Something is wrong and I can't find what I'm doing wrong. Please help! I want to add, update, delete and search data with a databasehelper in Android Studio and in java. The application is going to work like an activityList sort off, a veeery poor one. But the concept is to work with a databasehelper.</p> <p>This is...
Something is wrong and I can't find what I'm doing wrong. Please help! I want to add, update, delete and search data with a databasehelper in Android Studio and in java. The application is going to work like an activityList sort off, a veeery poor one. But the concept is to work with a databasehelper. This is my MainAc...
java|database|android-studio
0
2022-05-26T05:13:01.903Z
2,022
5
5
3
25
1
373
71
3
2
true
false
false
false
false
false
zero
72,386,990
Having trouble with viewing a layout in AIDE
<p>I'm making an app in AIDE (It's like an android studio but for Android) and I'm struggling to add images to it. Every time I add an image (an src for the image to be exact), I don't have any preview and it tells me this:</p> <p>&quot;Can not view the layout. Attempt to invoke interface 'java.lang.Object java.util.Ma...
I'm making an app in AIDE (It's like an android studio but for Android) and I'm struggling to add images to it. Every time I add an image (an src for the image to be exact), I don't have any preview and it tells me this: &quot;Can not view the layout. Attempt to invoke interface 'java.lang.Object java.util.Map.get(java...
android|image|layout|preview|aide
1
2022-05-26T05:15:09.833Z
2,022
5
5
3
104
1
739
44
5
2
true
false
false
false
false
false
low
72,386,998
Configuration with name 'compile' not found in Android Studio Chipmunk(2021.2.1)
<p>an error occurred while importing <a href="https://github.com/steelkiwi/cropiwa" rel="nofollow noreferrer">this</a> project to Android Studio Chipmunk 2021.2.1</p> <p><strong>Android Gradle Plugin Version 7.0.3</strong></p> <ul> <li>I have tried to change the Gradle version and sync.</li> <li>add mavenCenter()</li> ...
an error occurred while importing this project to Android Studio Chipmunk 2021.2.1 Android Gradle Plugin Version 7.0.3 I have tried to change the Gradle version and sync. add mavenCenter() Update min and max SDK version. here is my log with stack trace [CODE] [CODE] Build.Gradle(Project) [CODE] Build.Gradle(App) [CODE]...
android|gradle|build
0
2022-05-26T05:16:10.683Z
2,022
5
5
3
82
0
349
80
3
5
true
true
false
false
false
false
zero
72,387,106
Tensorflow lite object detection, Android Studio, ssd mobilevet v2, same structure different tflite file but almost 0 detection
<p>I want to make object detection application base on this github <a href="https://github.com/bendahouwael/Vehicle-Detection-App-Android" rel="nofollow noreferrer">https://github.com/bendahouwael/Vehicle-Detection-App-Android</a>.</p> <p>That github code uses tflite based on <code>ssd mobilenet v1</code>. So I made my...
I want to make object detection application base on this github https://github.com/bendahouwael/Vehicle-Detection-App-Android . That github code uses tflite based on ssd mobilenet v1 . So I made my custom model based on ssd mobilenet v2 . I followed this link https://colab.research.google.com/drive/1qXn9q6m5ug7EWJsJov6...
android|tensorflow|object-detection|tensorflow-lite|mobilenet
1
2022-05-26T05:28:49.307Z
2,022
5
5
3
230
1
1,220
127
5
0
false
false
false
false
false
false
low
72,387,210
remoteMessage.getData() return null in firbase notif in android
<p>when i send data with json to android app the object data always return null. this is my json</p> <pre><code>{ &quot;to&quot;:&quot;d2CSN_O-QpiWvuZxo4peZx:APA91bHafmZcG2ecOcB1NMtlLw1nsY3FWSRhSPLBmMxyZbzdMt30I0tQPocaMWnSWpNTjy0TYeP_hxZWHVP-KLRCj9Eoc7-LJHyr75dTyr0VUS25EB8DH4CFrlYvurcKENuWKBaTSZ6g&quot;, &quot;notific...
when i send data with json to android app the object data always return null. this is my json [CODE] } and this is my FirebaseMessagingService the notification json is correct but data allways return null [CODE] }
java|android|firebase-cloud-messaging
0
2022-05-26T05:43:26.407Z
2,022
5
5
3
51
0
213
63
3
2
true
true
false
false
false
false
zero
72,387,282
Auto Scroll Nested Recycler view , during drag and drop
<p>I wrote this function to handle scrolling for my nested VERTICAL recycler views. ( both of them vertical ! I have disabled nestedScrolling in the child recycler Views )</p> <pre><code> val mgr: LinearLayoutManager = vList.layoutManager as LinearLayoutManager val iFirst: Int = mgr.findFirstCompletelyVisibleIte...
I wrote this function to handle scrolling for my nested VERTICAL recycler views. ( both of them vertical ! I have disabled nestedScrolling in the child recycler Views ) [CODE] But... turns out : The child recycler view always returns the LAST and FIRST item position in findLastCompletelyVisibleItemPosition/findFirstCom...
android|android-recyclerview|nestedrecyclerview
1
2022-05-26T05:52:00.657Z
2,022
5
5
3
60
0
517
55
3
1
true
true
false
false
false
false
low
72,387,369
BiometricManager.canAuthenticate(BIOMETRIC_WEAK) returns BIOMETRIC_ERROR_NONE_ENROLLED on release build on Samsung and OnePlus devices
<p>We are dealing with an issue in biometric where Biometric is working fine on all devices with apk build. We have uploaded same build (app bundle) on play store for closed testing and noticed that Biometric is not working on some device manufactures. We are getting BIOMETRIC_ERROR_NONE_ENROLLED even if fingerprint is...
We are dealing with an issue in biometric where Biometric is working fine on all devices with apk build. We have uploaded same build (app bundle) on play store for closed testing and noticed that Biometric is not working on some device manufactures. We are getting BIOMETRIC_ERROR_NONE_ENROLLED even if fingerprint is al...
android|biometrics|android-biometric-prompt|android-biometric
0
2022-05-26T06:03:02.130Z
2,022
5
6
3
313
0
1,200
134
4
0
false
true
false
false
false
false
zero
72,387,413
Appium fails to find element when selector is passed to a tap action
<p>I am trying to execute a tap event against a dynamically generated element running in a hybrid application on a real Android device, using Appium and the .net C# client.</p> <p>Currently I try to execute the tap on the element and it throws:</p> <pre><code>OpenQA.Selenium.NoSuchElementException: 'The element identif...
I am trying to execute a tap event against a dynamically generated element running in a hybrid application on a real Android device, using Appium and the .net C# client. Currently I try to execute the tap on the element and it throws: [CODE] Code snippet that fails. [CODE] The element by that id definitely exists at th...
c#|android|appium|ui-automation|android-uiautomator
0
2022-05-26T06:07:17.577Z
2,022
5
6
3
99
0
666
68
5
4
true
true
false
false
false
false
zero
72,387,457
Can't share live location to Whatsapp from my application
<p>I have made an application to share live location of user in whatsapp, but after sending live location in whatsapp and I opens that link it opens maps instead of showing users location. So can anyone help me to find the solution related this issue.</p> <p>This is my <code>GetLiveLocation</code> function:</p> <pre><c...
I have made an application to share live location of user in whatsapp, but after sending live location in whatsapp and I opens that link it opens maps instead of showing users location. So can anyone help me to find the solution related this issue. This is my GetLiveLocation function: [CODE] And this is my sendMessage ...
java|android|google-maps
0
2022-05-26T06:11:25.887Z
2,022
5
6
3
57
0
336
57
3
2
true
true
false
false
false
false
zero
72,387,526
qt creator kit can not configure my projects by use of cmake file
<p>I want to load a project in qt creator and develop it by use of this IDE. I provided a Cmake file that specifies needed toolchain and pathes of needed libraries and header files.(Target device is different from host machine).My cmake file is as follow:</p> <pre><code>cmake_minimum_required(VERSION 3.6.0) set(CMAKE_...
I want to load a project in qt creator and develop it by use of this IDE. I provided a Cmake file that specifies needed toolchain and pathes of needed libraries and header files.(Target device is different from host machine).My cmake file is as follow: [CODE] When I open project in qt creator by use of this Cmake file ...
cmake|android-ndk|qt-creator|cross-compiling
0
2022-05-26T06:18:45.870Z
2,022
5
6
3
8
0
355
65
4
2
true
true
false
false
false
false
zero
72,387,576
How does Android Studio's Generate Signed APK translate into command line statements?
<p>When I do the following, I get a compiled and signed apk:</p> <ul> <li>Select Build -&gt; Generate Signed Bundle or APK</li> <li>Select APK</li> <li>Select my jks file and give the correct passwords etc</li> <li>Select Build variant <em>release</em></li> </ul> <p>Now I want to do the same on the command line (for us...
When I do the following, I get a compiled and signed apk: Select Build -> Generate Signed Bundle or APK Select APK Select my jks file and give the correct passwords etc Select Build variant release Now I want to do the same on the command line (for use in a CI pipeline). I can see from the above output that it is Execu...
android|android-studio|gradle|gradlew
1
2022-05-26T06:23:37.033Z
2,022
5
6
3
83
0
727
85
4
1
true
true
false
false
false
false
low
72,387,583
How to Test Dialog in Robolectric
<p>I have a Dialog, which opens on buttonPress.</p> <p>While testing i perform button click and open dialog</p> <pre><code> button.performClick(); //then Dialog dialog = (Dialog) ShadowDialog.getLatestDialog(); Button btn1 = dialog.findViewById(R.id.dialogButton1); RecyclerView recycler = dialog.findV...
I have a Dialog, which opens on buttonPress. While testing i perform button click and open dialog [CODE] This gives null for Button and recyclerView.
java|android|testing|mockito|robolectric
0
2022-05-26T06:24:19.607Z
2,022
5
6
3
30
0
149
33
5
1
true
true
false
false
false
false
zero
72,387,686
Room Database problem with Query in Dao class
<p>So in my room query i get error Cannot resolve symbol 'photos' and Cannot resolve symbol 'image_id' like room doesn't recognize this table and field the error occurs just after implementing MyImages Database</p> <p>MyImages class:</p> <pre><code> import androidx.room.Entity; import androidx.room.PrimaryKey; @Entity...
So in my room query i get error Cannot resolve symbol 'photos' and Cannot resolve symbol 'image_id' like room doesn't recognize this table and field the error occurs just after implementing MyImages Database MyImages class: [CODE] MyImagesViewModel: [CODE] MyImagesRepository: [CODE] MyImagesDao: [CODE] MyImagesDatabase...
java|android|android-room
0
2022-05-26T06:33:47.587Z
2,022
5
6
3
115
1
411
45
3
6
true
false
false
false
false
false
zero
72,387,692
Detect if an activity is running from a fragment
<p>So I am building an app which is running on a single activity and multiple fragments.</p> <p>One of the feature is using a 3rd party application where I am sending an event to their servers using their SDK and in response I am supposed to get an intent which trigger an animation. The 3rd parties doesn't generate iss...
So I am building an app which is running on a single activity and multiple fragments. One of the feature is using a 3rd party application where I am sending an event to their servers using their SDK and in response I am supposed to get an intent which trigger an animation. The 3rd parties doesn't generate issue if the ...
android|kotlin|android-activity|sdk
0
2022-05-26T06:34:35.170Z
2,022
5
6
3
32
0
1,318
48
4
3
true
true
false
false
false
false
zero
72,387,705
How to get current year , previous years and next years after click on button In android kotlin which will also work fine in under android version 8
<p>I want to get next 5 years after from now and i am using this below code . It work fine in above android version 8 device .</p> <pre><code>@RequiresApi(Build.VERSION_CODES.O) @SuppressLint(&quot;SimpleDateFormat&quot;) fun getCalculatedYear(date: String, month: Int): String? { val ld = LocalDate.parse(date) ...
I want to get next 5 years after from now and i am using this below code . It work fine in above android version 8 device . [CODE] Is there any solution to get this in all android version device. Edited Found solution with below code [CODE]
android|kotlin|date|year2038
-1
2022-05-26T06:35:59.787Z
2,022
5
6
3
204
2
240
148
4
2
true
false
false
false
false
true
negative
72,387,816
Which one do I have to use if I want to make bluetooth connection between Android app and Arduino nano 33 IOT? (BLE or Classic)
<p>I am trying to make a android app which can make connection with Arduino nano 33 IOT device. I realized that Arduino nano 33 IOT has BLE module on it, so I used &lt;ArduinoBLE.h&gt; to advertise the device.</p> <p>When I was making android app which can make connection with Arduino nano 33 IOT, I tried two different...
I am trying to make a android app which can make connection with Arduino nano 33 IOT device. I realized that Arduino nano 33 IOT has BLE module on it, so I used <ArduinoBLE.h> to advertise the device. When I was making android app which can make connection with Arduino nano 33 IOT, I tried two different ways. first one...
android|arduino|bluetooth|bluetooth-lowenergy
0
2022-05-26T06:46:50.547Z
2,022
5
6
3
207
1
801
127
4
0
false
false
false
false
false
false
zero
72,388,103
onMessageOpenedApp in fcm and flutter web
<p>I use fcm and flutter. in flutter web for background message cannot open browser when click on notification.</p> <p>how to solve this problem?</p> <blockquote> <p>i use data message in fcm and not use notification.</p> </blockquote>
I use fcm and flutter. in flutter web for background message cannot open browser when click on notification. how to solve this problem? i use data message in fcm and not use notification.
android|flutter|firebase-cloud-messaging
1
2022-05-26T07:12:16.247Z
2,022
5
7
3
138
0
187
41
3
0
false
true
false
false
false
false
low
72,388,173
ImageButton tint selector is not changing color based on state
<p>I want to change <code>ImageButton</code> icon color tint based on <code>Button</code> state. Its working with background for generic <code>Button</code>, but for <code>ImageButton</code> icon, its not working at all. Its still in &quot;enabled&quot; state even if I disable it.</p> <pre><code>&lt;style name=&quot;ne...
I want to change ImageButton icon color tint based on Button state. Its working with background for generic Button , but for ImageButton icon, its not working at all. Its still in &quot;enabled&quot; state even if I disable it. [CODE] buttons_button_iconified.xml [CODE]
android|android-button|android-styles|android-imagebutton
0
2022-05-26T07:18:50.497Z
2,022
5
7
3
32
0
270
62
4
2
true
true
false
false
false
false
zero
72,388,178
How can I extract contact data from a .vcf file in android?
<p>When I am sharing a contact from android system contact app as file it is shared as content://com.android.contacts.files/my_cache/name.vcf .. How can I get the contact data like name and number from this uri.</p>
When I am sharing a contact from android system contact app as file it is shared as content://com.android.contacts.files/my_cache/name.vcf .. How can I get the contact data like name and number from this uri.
android|contacts
0
2022-05-26T07:19:14.213Z
2,022
5
7
3
28
0
208
59
2
0
false
true
false
false
false
false
zero
72,388,181
Reflect points on an image chart in flutter
<p>I need help, I am preparing for an engineering App, &amp; in this App I need to reflect the result of the calculation on a chart, the chart is a photo... how can manage to let my flutter App understand that the axis points in the image chart are coordinates &amp; how to reflect a point on the chart image<a href="htt...
I need help, I am preparing for an engineering App, & in this App I need to reflect the result of the calculation on a chart, the chart is a photo... how can manage to let my flutter App understand that the axis points in the image chart are coordinates & how to reflect a point on the chart image
android|ios|flutter|flutter-layout
0
2022-05-26T07:19:25.233Z
2,022
5
7
3
55
0
297
43
4
0
false
true
false
false
false
false
zero
72,388,190
builded ionic app via capacitor can't handle rest api requests
<p>Having the problem with calling the REST api from builded Ionic(capacitor) app. Everything works just fine in the web(dev), but when i build the app i get the net::ERR_CONNECTION_TIMED_OUT (when i'm trying to call GET request) <a href="https://i.stack.imgur.com/mhHjS.png" rel="nofollow noreferrer">Error Picture</a><...
Having the problem with calling the REST api from builded Ionic(capacitor) app. Everything works just fine in the web(dev), but when i build the app i get the net::ERR_CONNECTION_TIMED_OUT (when i'm trying to call GET request) Error Picture My AndroidManifest.xml [CODE] Capacitor.config.ts import { CapacitorConfig } fr...
android|ionic-framework|capacitor
0
2022-05-26T07:20:23.647Z
2,022
5
7
3
362
1
464
62
3
4
true
false
false
false
false
false
zero
72,388,235
Flutter blluetooth serial communication
<p>I have a microcontroller connected with HC-06 bluetooth module. I want to build a flutter app that can comunicate with the microcontroller to send an integer value via bluetooth and then receive integer values as well from the microcontroller. The code on the other end is written by C programming. on my side I start...
I have a microcontroller connected with HC-06 bluetooth module. I want to build a flutter app that can comunicate with the microcontroller to send an integer value via bluetooth and then receive integer values as well from the microcontroller. The code on the other end is written by C programming. on my side I started ...
flutter|android-studio|dart|serial-communication|mobile-development
2
2022-05-26T07:24:29.290Z
2,022
5
7
3
243
1
1,594
39
5
2
true
false
false
false
false
false
low
72,388,280
Mapbox Fixed Location in Android
<p>How do I show a location marker for a fixed location? All am getting from the docs is user location or current location. The task I want to achieve is to get coordinates of a certain location and have a marker appear at that particular location.</p> <p>Below is the code I tried with but the marker appears somewhere ...
How do I show a location marker for a fixed location? All am getting from the docs is user location or current location. The task I want to achieve is to get coordinates of a certain location and have a marker appear at that particular location. Below is the code I tried with but the marker appears somewhere else: [COD...
android|location|mapbox
0
2022-05-26T07:29:58.463Z
2,022
5
7
3
30
0
322
32
3
1
true
true
false
false
false
false
zero
72,388,443
2 Recycler Views Within a Linear Layout
<p>I'm having issues with the UI not being properly bound with the recycler view or at least not what I intend to happen. The following image is the two recycler views beside one another. Everything looks fine, but when I run the app, the children within the recycler views extend off-screen. The second image shows that...
I'm having issues with the UI not being properly bound with the recycler view or at least not what I intend to happen. The following image is the two recycler views beside one another. Everything looks fine, but when I run the app, the children within the recycler views extend off-screen. The second image shows that.
android|android-studio|android-layout
-1
2022-05-26T07:46:42.207Z
2,022
5
7
3
45
1
318
39
3
0
false
false
false
false
false
true
negative
72,388,470
geting a java.lang.NullPointerException and i don't know where is the problem
<p>hey there i'm getting NullPointer Exception but I can't find where is the problem</p> <p>my MainActivity.kt</p> <p>class MainActivity : AppCompatActivity(), INotesRVAdapter {</p> <pre><code>lateinit var viewModel: NoteViewModel override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceSta...
hey there i'm getting NullPointer Exception but I can't find where is the problem my MainActivity.kt class MainActivity : AppCompatActivity(), INotesRVAdapter { [CODE] } my build.gradle apply plugin: 'com.android.application' apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' apply plugin: 'kotlin...
android|kotlin|nullpointerexception
0
2022-05-26T07:48:34.553Z
2,022
5
7
3
63
1
390
77
3
3
true
false
false
false
false
false
zero
72,388,525
different Splash Screen theme for LandScape and Portrait
<p>I have different splash screen logo design for landscape and portrait mode. I created folders for drawable-land, drawable-port, res/values-port and res/values-land. I gave same name both files and used splashScreen theme but just the drawable for portrait works on both modes. How can I create different splashScreen ...
I have different splash screen logo design for landscape and portrait mode. I created folders for drawable-land, drawable-port, res/values-port and res/values-land. I gave same name both files and used splashScreen theme but just the drawable for portrait works on both modes. How can I create different splashScreen the...
android|splash-screen|android-splashscreen
2
2022-05-26T07:53:19.473Z
2,022
5
7
3
86
1
404
56
3
2
true
false
false
false
false
false
low
72,388,564
Background Location Flutter Plugin fails when running flutter build apk
<p>Trying to build an Android APK for the background_location Flutter Plugin. For some reason it gives the below errors. The application runs on the ios emulator.</p> <p>Plugin Link: <a href="https://pub.dev/packages/background_location/example" rel="nofollow noreferrer">https://pub.dev/packages/background_location/exa...
Trying to build an Android APK for the background_location Flutter Plugin. For some reason it gives the below errors. The application runs on the ios emulator. Plugin Link: https://pub.dev/packages/background_location/example [CODE]
android|flutter
0
2022-05-26T07:56:17.177Z
2,022
5
7
3
360
0
232
71
2
1
true
true
false
false
false
false
zero
72,388,608
Unable to read Advanced Messaging in ReactNative
<p>How can we read the messages with Type <code>Advanced Messaging</code>?</p> <p>I am using <a href="https://www.npmjs.com/package/react-native-get-sms-android" rel="nofollow noreferrer">https://www.npmjs.com/package/react-native-get-sms-android</a> and it is only retrieving messages with Type <code>Text Message</code...
How can we read the messages with Type Advanced Messaging ? I am using https://www.npmjs.com/package/react-native-get-sms-android and it is only retrieving messages with Type Text Message See the screenshots of both type of the messages. Screenshot of Advanced Messaging Screenshot of Text Message
android|react-native|sms
0
2022-05-26T07:59:14.873Z
2,022
5
7
3
82
0
297
48
3
0
false
true
false
false
false
false
zero
72,388,624
data does not shows inside recycleView with serializable, app crush - Java
<p>I have a recycleView that does not shows the data sent from 1 activity to another with a serializable method. What I could probably get wrong? Without the recycleView, i am able to get the data, but only 1 string. So, because i need multiply strings, I tought to put the strings inside the recycleView. But i get this...
I have a recycleView that does not shows the data sent from 1 activity to another with a serializable method. What I could probably get wrong? Without the recycleView, i am able to get the data, but only 1 string. So, because i need multiply strings, I tought to put the strings inside the recycleView. But i get this er...
android|serialization|android-recyclerview
1
2022-05-26T08:00:14.427Z
2,022
5
8
3
25
0
512
74
3
3
true
true
false
false
false
false
low
72,388,741
Android manifest POST_NOTIFICATIONS missing import
<p>Trying to implement the notification permission for android 13 or &quot;Tiramisu&quot; but failed to get the import for that permission.</p> <p>Currently: targeted SDK version is 32 compile SDK version is 32</p> <p>I've declared it also in manifiest as below:</p> <pre><code> &lt;uses-permission android:name=&quot;an...
Trying to implement the notification permission for android 13 or &quot;Tiramisu&quot; but failed to get the import for that permission. Currently: targeted SDK version is 32 compile SDK version is 32 I've declared it also in manifiest as below: [CODE] import i'm using: [CODE] But even not getting import in my fragment...
java|android|android-studio|kotlin|android-permissions
9
2022-05-26T08:11:37.737Z
2,022
5
8
3
2,437
4
321
50
5
2
true
false
false
false
false
false
medium
72,388,822
Cannot copy to a TensorFlowLite tensor (serving_default_efficientnetb0_input:0) with 110592 bytes from a Java Buffer with 1080000 bytes
<p>Im working on a Sign-language recognition app. I get an error saying &quot;Cannot copy to a TensorFlowLite tensor (serving_default_efficientnetb0_input:0) with 110592 bytes from a Java Buffer with 1080000 bytes&quot;.</p> <p>Here is the code for convert Bitmap to Byte Buffer</p> <pre><code>private ByteBuffer convert...
Im working on a Sign-language recognition app. I get an error saying &quot;Cannot copy to a TensorFlowLite tensor (serving_default_efficientnetb0_input:0) with 110592 bytes from a Java Buffer with 1080000 bytes&quot;. Here is the code for convert Bitmap to Byte Buffer [CODE] The app opens to the camera but when a finge...
android-studio|tensorflow-lite
0
2022-05-26T08:19:32.670Z
2,022
5
8
3
126
0
428
135
2
1
true
true
false
false
false
false
zero
72,388,842
Update local DB only when there is a change in remote DB (Android Studio)
<p>I'm using OkHttpClient to fetch data from remote DB and display the response to the user. The user will never make changes to the remote DB. I'm now implementing SQL lite local DB, since I don't think it's good to use APIs to fetch the same data all the time (since the user will send requests frequently and the data...
I'm using OkHttpClient to fetch data from remote DB and display the response to the user. The user will never make changes to the remote DB. I'm now implementing SQL lite local DB, since I don't think it's good to use APIs to fetch the same data all the time (since the user will send requests frequently and the data ch...
java|api|sqlite|android-studio|okhttp
0
2022-05-26T08:21:21.003Z
2,022
5
8
3
37
1
532
73
5
0
false
false
false
false
false
false
zero
72,388,855
Text composable using Annotated String unexpectedly takes up the same colour as a Button() placed within the same row
<p>I built a composable which is basically a <code>Row</code> containing an address as <code>Text</code> and a <code>Button</code> alongside it. The address contains a label within it (e.g. 'Bill To: ') and to format it slightly differently I am using the <code>buildAnnotatedString</code> function.</p> <p>This is prett...
I built a composable which is basically a Row containing an address as Text and a Button alongside it. The address contains a label within it (e.g. 'Bill To: ') and to format it slightly differently I am using the buildAnnotatedString function. This is pretty straightforward, but I am noticing an issue when during the ...
android|android-jetpack-compose|android-jetpack-compose-text|android-jetpack-compose-row
1
2022-05-26T08:22:29.247Z
2,022
5
8
3
408
0
1,197
117
4
3
true
true
false
false
false
false
low
72,388,904
ERC20 class not found in web3 core android library
<p>I am working with web3 in android. I am using web3j core version 4.8.7 but when I try to do a transaction I can't find the ERC20 class in the library.</p>
I am working with web3 in android. I am using web3j core version 4.8.7 but when I try to do a transaction I can't find the ERC20 class in the library.
android|web3-java
1
2022-05-26T08:27:50.463Z
2,022
5
8
3
32
1
150
50
2
0
false
false
false
false
false
false
low
72,389,006
Get current location in android java
<p>I want to when launching the app, the app can get the State of the User. But I use geocoder to get State from longitude and latitude, it thow exception <code>grpc failed</code>. This is my code in Main Activity.</p> <pre><code>int index = locationResult.getLocations().size() - 1; double latitude = locationResult.get...
I want to when launching the app, the app can get the State of the User. But I use geocoder to get State from longitude and latitude, it thow exception grpc failed . This is my code in Main Activity. [CODE]
java|android|gps|location
0
2022-05-26T08:36:25.333Z
2,022
5
8
3
39
0
206
36
4
1
true
true
false
false
false
false
zero
72,389,156
Does an empty foreground service keep an android app alive?
<p>I'm working on an app that keeps communicating with a device by Bluetooth(ble) when it's in both foreground mode and background mode.</p> <p>I know I should implement ble jobs in a foreground service in Android, but the app is written in flutter and all codes are in dart.</p> <p>It seems that for now even though the...
I'm working on an app that keeps communicating with a device by Bluetooth(ble) when it's in both foreground mode and background mode. I know I should implement ble jobs in a foreground service in Android, but the app is written in flutter and all codes are in dart. It seems that for now even though there isn't a foregr...
android|flutter|background
0
2022-05-26T08:48:37.860Z
2,022
5
8
3
159
2
594
59
3
0
false
false
false
false
false
false
zero
72,389,169
How to convert in kotlin view model factory to property delegation?
<p>I have this base class for view model factory :</p> <pre><code>class BaseViewModelFactory&lt;T&gt;(val creator: () -&gt; T) : ViewModelProvider.Factory { override fun &lt;T : ViewModel&gt; create(modelClass: Class&lt;T&gt;): T { return creator() as T } } </code></pre> <p>I want to convert it to deleg...
I have this base class for view model factory : [CODE] I want to convert it to delegation property something like this.. [CODE] If not possible maybe as extension function example... Thanks!
android|kotlin|generics
0
2022-05-26T08:49:49.700Z
2,022
5
8
3
74
1
190
67
3
2
true
false
false
false
false
false
zero
72,389,231
I can't invoke setValue on a background thread and keep observe functionality
<p><code>java.lang.IllegalStateException: Cannot invoke setValue on a background thread</code></p> <p>I get the above error when I try to use setvalue:</p> <p><code>data.setValue(arrayListLogReturn);</code></p> <p>I understand that I can change this to postvalue, but then I lose observe functionality on the livedata.</...
java.lang.IllegalStateException: Cannot invoke setValue on a background thread I get the above error when I try to use setvalue: data.setValue(arrayListLogReturn); I understand that I can change this to postvalue, but then I lose observe functionality on the livedata. data.postValue(arrayListLogReturn); My question is ...
multithreading|android-livedata|android-handler
1
2022-05-26T08:54:10.387Z
2,022
5
8
3
38
0
409
77
3
0
false
true
false
false
false
false
low
72,389,236
Android App Link - Testing the flow in local environment
<p>I'm trying to check how <code>App Links</code> work on android.</p> <p>Here is what I have done so far -</p> <ol> <li>Set up a local server with MAMP, apache points to port 80.</li> <li>Created .well-known in the <code>htdocs</code> &amp; also put the assetlinks.json in the created dir.</li> <li>I am able to access ...
I'm trying to check how App Links work on android. Here is what I have done so far - Set up a local server with MAMP, apache points to port 80. Created .well-known in the htdocs & also put the assetlinks.json in the created dir. I am able to access it using - http://192.168.0.78/.well-known/assetlinks.json where 192.16...
android|android-deep-link|android-app-links
1
2022-05-26T08:54:41.613Z
2,022
5
8
3
52
0
925
56
3
2
true
true
false
false
false
false
low
72,389,237
How to notify a store owner when the estimated delivery time is over in an e-commerce app using firebase
<p>I need some ideas on how I can approach for a feature in a firebase based multi vendor e-commerce app. I want to send a notification to the store owner when the estimated delivery time is over.</p> <p>When users place a order from a store, an estimated time like 50 minutes will be added to the order info. Now I have...
I need some ideas on how I can approach for a feature in a firebase based multi vendor e-commerce app. I want to send a notification to the store owner when the estimated delivery time is over. When users place a order from a store, an estimated time like 50 minutes will be added to the order info. Now I have to schedu...
android|firebase|kotlin|google-cloud-firestore|firebase-notifications
0
2022-05-26T08:54:43.890Z
2,022
5
8
3
64
1
825
104
5
0
false
false
false
false
false
false
zero
72,389,270
How to get BLE devices' names list by android app?
<p>Hello I am making a bluetooth connecting android app. I followed the instruction from <code>developer.android.com</code> while I am testing my app, I look forward to it works properly, but it didn't. I tried to get detected BLE devices names, but don't know the reason why it doesn't show me the devices name...</p> <...
Hello I am making a bluetooth connecting android app. I followed the instruction from developer.android.com while I am testing my app, I look forward to it works properly, but it didn't. I tried to get detected BLE devices names, but don't know the reason why it doesn't show me the devices name... Arduino nano 33 IOT i...
java|android|arduino|bluetooth|bluetooth-lowenergy
1
2022-05-26T08:57:12.097Z
2,022
5
8
3
124
1
1,030
50
5
3
true
false
false
false
false
false
low
72,389,324
Menu search bar pushes other menu buttons when clicked
<p>My problem is in the photos.</p> <p>When I click on search, the search section opens and pushes the side menu buttons out. Buttons are not visible. I want them to appear even if search is open. However, I couldn't find how to do this. Thank you.</p> <p><a href="https://i.stack.imgur.com/WOINI.jpg" rel="nofollow nore...
My problem is in the photos. When I click on search, the search section opens and pushes the side menu buttons out. Buttons are not visible. I want them to appear even if search is open. However, I couldn't find how to do this. Thank you.
android|menu|searchbar
0
2022-05-26T09:02:28.093Z
2,022
5
9
3
17
0
238
54
3
0
false
true
false
false
false
false
zero
72,389,332
How to animate TextView width from Visible to Gone state?
<p>I want to animate <code>TextView</code> width when I change visibility of <code>TextView</code>. I don't wanna achieve generic &quot;fade in/out&quot; effect, but I wanna collapse <code>TextView</code> from sides to 0 width.</p> <p>Here are my functions:</p> <pre><code>fun fadeInTextViewSize(){ val parentWidth =...
I want to animate TextView width when I change visibility of TextView . I don't wanna achieve generic &quot;fade in/out&quot; effect, but I wanna collapse TextView from sides to 0 width. Here are my functions: [CODE] Issue is that with this function, my TextView height is for some reason set to MATCH_PARENT .
android|textview|android-animation
1
2022-05-26T09:03:06.013Z
2,022
5
9
3
61
1
310
57
3
1
true
false
false
false
false
false
low
72,389,421
Jetpack Compose app bar actions no ripple effect
<p>I have an app bar in my application:</p> <pre class="lang-kotlin prettyprint-override"><code>SmallTopAppBar( title = { Text(&quot;✨StarDict✨&quot;) }, actions = { IconButton( onClick = {...} ) { Icon( painterResource(R.drawable.ic_dict), ...
I have an app bar in my application: [CODE] However, the action buttons don't have a ripple effect. All other buttons do, but not the action buttons in the app bar. Is there a way to add the ripple effect? Thank you!
android-jetpack-compose|ripple-effect
0
2022-05-26T09:11:58.380Z
2,022
5
9
3
49
0
216
48
2
1
true
true
false
false
false
false
zero
72,389,424
The default 'List' constructor isn't available
<p>Why flutter can't use the default List constructor?</p> <p>Every time i use this List constructor it throws an error (Error: Error: Can't use the default List constructor. Try using List.filled instead.)</p> <p>ErrorLine: <strong>List _items = new List();</strong></p> <pre><code>import 'package:flutter/material.dart...
Why flutter can't use the default List constructor? Every time i use this List constructor it throws an error (Error: Error: Can't use the default List constructor. Try using List.filled instead.) ErrorLine: List _items = new List(); [CODE] Please help Me out I change the code ( List _items = new List(); ) with ( List ...
flutter|android-studio|dart|flutter-dependencies
0
2022-05-26T09:12:05.690Z
2,022
5
9
3
91
1
389
46
4
1
true
false
false
false
false
false
zero
72,389,445
Screen is not responding as I set a result to another edit text when using RxJava
<p>I'm implement an TextInputEditText with RxBinding.</p> <p><strong>Problem:</strong> When I do some math operation on first TextInputEditText and set the result to another TextInputEditText, The screen is not responding. <a href="https://i.stack.imgur.com/BrWG9.gif" rel="nofollow noreferrer">When I start to type anot...
I'm implement an TextInputEditText with RxBinding. Problem: When I do some math operation on first TextInputEditText and set the result to another TextInputEditText, The screen is not responding. When I start to type another digit, its not displayed in the edit text . I know why this happened, but don't know how to fix...
java|android|kotlin|rx-java2|rx-binding
0
2022-05-26T09:13:39.067Z
2,022
5
9
3
89
1
424
81
5
1
true
false
false
false
false
false
zero
72,389,589
POST Request to HTTPS(SSL) url from Android/Java
<p>I am pretty new to Java and Android. Working on Python all the time. I am trying to make an Android Apps via Android Studio BumbleBee (2021.1.1 Patch 3) that can make GET and POST request to a https(SSL) server. The server is run by Django 3.2, deploy on IIS(version 10.0) powered by Window Server 2019. GET requests ...
I am pretty new to Java and Android. Working on Python all the time. I am trying to make an Android Apps via Android Studio BumbleBee (2021.1.1 Patch 3) that can make GET and POST request to a https(SSL) server. The server is run by Django 3.2, deploy on IIS(version 10.0) powered by Window Server 2019. GET requests are...
java|android|django|ssl|https
0
2022-05-26T09:24:34.217Z
2,022
5
9
3
337
0
1,384
48
5
1
true
true
false
false
false
false
zero
72,389,611
Horizontal Filters in google maps
<p>I want to do something like google maps filters. Horizontal filters: <a href="https://i.stack.imgur.com/4QsEv.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/4QsEv.png" alt="enter image description here" /></a></p> <p>How can I do that if I'm using &quot;FrameLayout&quot;?</p> <pre><code>&lt;?xml ...
I want to do something like google maps filters. Horizontal filters: How can I do that if I'm using &quot;FrameLayout&quot;? [CODE] Or Should I use other king of layouts?
android|kotlin
0
2022-05-26T09:26:12.880Z
2,022
5
9
3
17
0
170
33
2
1
true
true
false
false
false
false
zero
72,389,644
Incorrect views' size (text and icons) on TCL 10SE Android 10
<p>The problem is: on the TCL 10SE smartphone (as well as on some other Chinese ones), views are displayed incorrectly: very small text and icons. Icons' size is set in dp, texts' - in sp. And the screen resolution of this TCL is 1600x720, which is less than the second example with the correct view sizes. I also checke...
The problem is: on the TCL 10SE smartphone (as well as on some other Chinese ones), views are displayed incorrectly: very small text and icons. Icons' size is set in dp, texts' - in sp. And the screen resolution of this TCL is 1600x720, which is less than the second example with the correct view sizes. I also checked i...
android|android-layout|view
0
2022-05-26T09:29:29.843Z
2,022
5
9
3
19
0
1,035
61
3
1
true
true
false
false
false
false
zero
72,389,646
Braintree get expired credit card date in Fetch last used payment method
<p>I'm trying to get expired credit card (VISA) data from <a href="https://github.com/braintree/braintree-android-drop-in#fetch-last-used-payment-method" rel="nofollow noreferrer">fetchMostRecentPaymentMethod</a> that holds previously used credit card pre-selected. So in case that credit card is expired I can show warn...
I'm trying to get expired credit card (VISA) data from fetchMostRecentPaymentMethod that holds previously used credit card pre-selected. So in case that credit card is expired I can show warning on client side. I found some status codes in documentation but it only returns serializable object represented by DropInResul...
android|kotlin|braintree
0
2022-05-26T09:30:03.350Z
2,022
5
9
3
43
0
611
72
3
0
false
true
false
false
false
false
zero
72,389,688
gradle substitute module with a release version
<p>I wanted to substitute a gradle module to a release version of it in an android project<br /> in the app module build.gradle.</p> <pre><code>implementation project(&quot;:mathlib&quot;) </code></pre> <p>in project build.gradle</p> <pre><code>configurations.all { resolutionStrategy.dependencySubstitution { ...
I wanted to substitute a gradle module to a release version of it in an android project in the app module build.gradle. [CODE] in project build.gradle [CODE] so in this library, I have a class Math that has a function add, in the release version this function is working fine, but in the module version this function doe...
android|gradle
0
2022-05-26T09:32:39.277Z
2,022
5
9
3
31
0
489
47
2
2
true
true
false
false
false
false
zero
72,389,818
Manifest merger failed android:exported
<p><a href="https://i.stack.imgur.com/OHfBH.png" rel="nofollow noreferrer">https://i.stack.imgur.com/OHfBH.png</a> <a href="https://i.stack.imgur.com/Ma6Rc.png" rel="nofollow noreferrer">https://i.stack.imgur.com/Ma6Rc.png</a></p> <p>hi there I am new for IntelliJ-idea and android and i have got this error and by looki...
https://i.stack.imgur.com/OHfBH.png https://i.stack.imgur.com/Ma6Rc.png hi there I am new for IntelliJ-idea and android and i have got this error and by looking through the internet the solution was adding android: exported=&quot;true&quot; but I still get the same error help please !
android|android-studio|kotlin|intellij-idea
0
2022-05-26T09:43:55.873Z
2,022
5
9
3
37
1
285
39
4
0
false
false
false
false
false
false
zero
72,389,901
I can upload images from gallery but not from camera in Android Studio
<p>I am trying to finish my app, and the only thing I have left is getting the camera to work in Android. I have the images uploading from the gallery, and it is working perfectly. However, I do not know how to add the code to get the camera to work. Here is my MainActivity.java file:</p> <pre><code>import android.cont...
I am trying to finish my app, and the only thing I have left is getting the camera to work in Android. I have the images uploading from the gallery, and it is working perfectly. However, I do not know how to add the code to get the camera to work. Here is my MainActivity.java file: [CODE] I have already set permissions...
android|file-upload|android-camera
1
2022-05-26T09:49:52.770Z
2,022
5
9
3
116
0
573
70
3
2
true
true
false
false
false
false
low
72,389,945
Multiple Instance of task can be seen after fixing task hijacking issue
<p>Applications running on android devices below 10 are vulnerable to task hijacking. Even though the issue is fixed from android 11 and above, we cannot tell our customers to upgrade the android version in order to fix the issue.</p> <p>Some recommendations I found were to use taskaffinity=&quot;&quot; and to use sing...
Applications running on android devices below 10 are vulnerable to task hijacking. Even though the issue is fixed from android 11 and above, we cannot tell our customers to upgrade the android version in order to fix the issue. Some recommendations I found were to use taskaffinity=&quot;&quot; and to use single instanc...
android|security
1
2022-05-26T09:53:11.137Z
2,022
5
9
3
45
0
608
71
2
0
false
true
false
false
false
false
low
72,390,102
Swap two fragments in a navigation drawer based on a condition
<p>I have a simple nav drawer with a bunch of fragments. I want it to display different home fragments based on the type of account a user logs into(and hide the other/replace it). How could I achieve this? Any help is appreciated.</p> <p>This is just my default NavActivity, haven't changed much of anything in it -</p>...
I have a simple nav drawer with a bunch of fragments. I want it to display different home fragments based on the type of account a user logs into(and hide the other/replace it). How could I achieve this? Any help is appreciated. This is just my default NavActivity, haven't changed much of anything in it - [CODE]
java|android|android-fragments|navigation-drawer
0
2022-05-26T10:06:52.297Z
2,022
5
10
3
13
0
313
62
4
1
true
true
false
false
false
false
zero
72,390,115
Could not find com.firebaseui:firebase-ui-database:5.0.0
<p>I am having a hard time trying to solve this issue. No matter which version I am trying to use of firebase-ui-database it keeps giving the same error.</p> <blockquote> <p>Execution failed for task ':app:mergeDebugJavaResource'. Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not fin...
I am having a hard time trying to solve this issue. No matter which version I am trying to use of firebase-ui-database it keeps giving the same error. Execution failed for task ':app:mergeDebugJavaResource'. Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not find com.firebaseui:fireba...
android|firebase|firebase-realtime-database
1
2022-05-26T10:08:01.820Z
2,022
5
10
3
37
0
861
56
3
0
false
true
false
false
false
false
low
72,390,137
OSM in android fragment become blank tilesz
<p>I'm using android studio for my android app with OSM(org.osmdroid:osmdroid-android:6.1.13) just to see the map with a marker of my current location.</p> <p>My problem is I have 2 fragment (f1 and f2), I put the OSM in f1 and it works perfectly, I can see the map and the marker of my current location, but when I go ...
I'm using android studio for my android app with OSM(org.osmdroid:osmdroid-android:6.1.13) just to see the map with a marker of my current location. My problem is I have 2 fragment (f1 and f2), I put the OSM in f1 and it works perfectly, I can see the map and the marker of my current location, but when I go to f2 and g...
android|android-fragments|openstreetmap|osmdroid
0
2022-05-26T10:09:18.417Z
2,022
5
10
3
92
0
579
43
4
0
false
true
false
false
false
false
zero
72,390,181
Flutter: Unable to run the app due to android:export error
<p>I am developing a Flutter application. i just have imlemented the <code>fluter_voip_kit</code> plugin - <a href="https://pub.dev/packages/flutter_voip_kit" rel="nofollow noreferrer">https://pub.dev/packages/flutter_voip_kit</a></p> <p>And below is my <code>AndroidManifest</code></p> <pre><code>&lt;manifest xmlns...
I am developing a Flutter application. i just have imlemented the fluter_voip_kit plugin - https://pub.dev/packages/flutter_voip_kit And below is my AndroidManifest [CODE] When I run my app, I get the below error. [CODE] This is my app level gradle file [CODE] How to fix this issue?
android|flutter|gradle|android-manifest
0
2022-05-26T10:12:27.477Z
2,022
5
10
3
168
1
283
58
4
3
true
false
false
false
false
false
zero
72,390,187
Xamarin.Android: Implement Zoom use-case using Camera2 > Multi-camera API
<p>I have tried to implement a Multi-camera API to access a Wide-angle camera but no luck. Using the following links, not getting camera Ids on Nokia 7.2, Mi A1, Mi A3, One Plus Nord 2, and Samsung M30s.</p> <ul> <li><p><a href="https://groups.google.com/a/android.com/g/camerax-developers/c/fu3nSnk7Ox0" rel="nofollow ...
I have tried to implement a Multi-camera API to access a Wide-angle camera but no luck. Using the following links, not getting camera Ids on Nokia 7.2, Mi A1, Mi A3, One Plus Nord 2, and Samsung M30s. https://groups.google.com/a/android.com/g/camerax-developers/c/fu3nSnk7Ox0 On Android - how to capture image/video from...
android|xamarin.android|android-camera2|multi-camera-api|wide-angle
1
2022-05-26T10:13:20.587Z
2,022
5
10
3
141
1
933
73
5
0
false
false
false
false
false
false
low
72,390,266
Parcelable.creator creator with seal class
<p>How can I create a Parcelable with a seal class, Here is my code.</p> <p><div class="snippet" data-lang="js" data-hide="false" data-console="true" data-babel="false"> <div class="snippet-code"> <pre class="snippet-code-html lang-html prettyprint-override"><code>sealed class BaseWorkflow : Parcelable { companion ob...
How can I create a Parcelable with a seal class, Here is my code. [CODE] But I get an error Type mismatch. Required: (Parcel) → TypeVariable(T) Found: KFunction0
android|kotlin
0
2022-05-26T10:20:28.683Z
2,022
5
10
3
20
0
161
42
2
1
true
true
false
false
false
false
zero
72,390,442
How to set data breakpoint from within C++ code on android?
<p>I have the following problem: I need to set breakpoint on writing to some memory region. There is a string in that region, and it is somehow corrupted, I need to find how. Memory is allocated multiple times, so I need to set breakpoint each time it is allocated and remove it on deallocation. It takes a lot of iterat...
I have the following problem: I need to set breakpoint on writing to some memory region. There is a string in that region, and it is somehow corrupted, I need to find how. Memory is allocated multiple times, so I need to set breakpoint each time it is allocated and remove it on deallocation. It takes a lot of iteration...
android|c++|memory|breakpoints
0
2022-05-26T10:36:06.183Z
2,022
5
10
3
28
0
863
59
4
0
false
true
false
false
false
false
zero
72,390,444
text fade while scrolling in Jetpack Compose
<p>How to make text fade while scrolling like this?</p> <p><a href="https://i.stack.imgur.com/32nQm.gif" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/32nQm.gif" alt="enter image description here" /></a></p>
How to make text fade while scrolling like this?
android|android-jetpack-compose|android-jetpack-compose-text
0
2022-05-26T10:36:24.303Z
2,022
5
10
3
181
0
48
44
3
0
false
true
false
false
false
false
zero
72,390,495
Android gradle full rebuild on minor module changes
<p>We're experiencing very slow build times when modifying code in one of our project modules. Changes are minor, like adding additional logic in pure function, so no interfaces are changed.</p> <p>In build analyzer we can see the task that takes longest:</p> <p>:app:mergeProjectDexXXXXXDebug</p> <p>And reasons:</p> <p...
We're experiencing very slow build times when modifying code in one of our project modules. Changes are minor, like adding additional logic in pure function, so no interfaces are changed. In build analyzer we can see the task that takes longest: :app:mergeProjectDexXXXXXDebug And reasons: Reason task ran Input property...
android|gradle|android-gradle-plugin
0
2022-05-26T10:40:06.813Z
2,022
5
10
3
64
0
1,036
51
3
0
false
true
false
false
false
false
zero
72,390,625
Flutter app is not running on different PC/MAC on both iOS and Android with same version of Flutter and Dart
<p>I have a strange issue with my flutter APP. The issue is that I want to switch to a different PC/MAC, but I end up getting this error every time I want to run the app on both Windows and MAC.</p> <p>The APP is running perfectly on 1 Mac that runs on both iOS and Android, but on another Mac it runs only on iOS, on An...
I have a strange issue with my flutter APP. The issue is that I want to switch to a different PC/MAC, but I end up getting this error every time I want to run the app on both Windows and MAC. The APP is running perfectly on 1 Mac that runs on both iOS and Android, but on another Mac it runs only on iOS, on Android it d...
android|ios|flutter|compiler-errors|flutter-dependencies
0
2022-05-26T10:51:09.937Z
2,022
5
10
3
104
1
999
108
5
2
true
false
false
false
false
false
zero
72,390,635
Cannot copy to a TensorFlowLite tensor (serving_default_dense_input:0) with 4 bytes from a Java Buffer with 602112 bytes
<p>I have this error:</p> <blockquote> <p>Caused by: java.lang.IllegalArgumentException: Cannot copy to a TensorFlowLite tensor (serving_default_dense_input:0) with 4 bytes from a Java Buffer with 602112 bytes.</p> </blockquote> <p>I want to make an Android application that recognizes flowers, but the error appears on ...
I have this error: Caused by: java.lang.IllegalArgumentException: Cannot copy to a TensorFlowLite tensor (serving_default_dense_input:0) with 4 bytes from a Java Buffer with 602112 bytes. I want to make an Android application that recognizes flowers, but the error appears on every step. Could someone help me find where...
python|java|android|tensorflow
0
2022-05-26T10:52:08.540Z
2,022
5
10
3
64
0
518
120
4
3
true
true
false
false
false
false
zero
72,390,665
Is it valid to design a custom subscription cancelation flow in-app?
<p><strong>Will any policy violate if I integrate purchase cancelation flow?</strong></p> <p><strong>Flow:</strong> <a href="https://drive.google.com/file/d/19a0AJaAvuGEjKsE0AD_H5oYrIcWCIupA/view?usp=sharing" rel="nofollow noreferrer">https://drive.google.com/file/d/19a0AJaAvuGEjKsE0AD_H5oYrIcWCIupA/view?usp=sharing</a...
Will any policy violate if I integrate purchase cancelation flow? Flow: https://drive.google.com/file/d/19a0AJaAvuGEjKsE0AD_H5oYrIcWCIupA/view?usp=sharing Detail Explanation Suppose a user has purchased a 1-month subscription. At that time Manage Subscription button will display on the purchase screen. OLD Flow: Point-...
android|in-app-purchase|in-app-billing|in-app-subscription|android-billing
0
2022-05-26T10:54:20.393Z
2,022
5
10
3
71
1
1,056
68
5
0
false
false
false
false
false
false
zero
72,390,698
How to handle with the storage used by Android Studio
<p>I was trying to make an application using Android Studio.<br /> But because of emulator my computer was out of storage.<br /> So I deleted all of the emulator but still there is a problem.<br /> When I just run the Android Studio my storage start to shink until there is no space left.<br /> I tried to delete the And...
I was trying to make an application using Android Studio. But because of emulator my computer was out of storage. So I deleted all of the emulator but still there is a problem. When I just run the Android Studio my storage start to shink until there is no space left. I tried to delete the Android Studio and then reinst...
android
0
2022-05-26T10:57:11.443Z
2,022
5
10
3
16
0
441
53
1
0
false
true
false
false
false
false
zero
72,390,729
In Firebase we want to send data only to GTM and not to the GA. Android and IOS
<p>I have 3 questions regarding Firebase and GA integration with mobile app(both iOS and Android)</p> <ol> <li>If we integrate Firebase and GTM with mobile applications without GA, Does it store any information in local storage(i.e moblie application local storage)?</li> <li>if we integrate Firebase and GTM with mobile...
I have 3 questions regarding Firebase and GA integration with mobile app(both iOS and Android) If we integrate Firebase and GTM with mobile applications without GA, Does it store any information in local storage(i.e moblie application local storage)? if we integrate Firebase and GTM with mobile application with GA , wi...
android|ios|google-analytics|google-tag-manager|firebase-analytics
0
2022-05-26T10:59:26.543Z
2,022
5
10
3
64
1
561
79
5
0
false
false
false
false
false
false
zero
72,390,742
"HttpCode: 400, Errormessage: request body malformed" when calling api post
<p>I am making an android application with kotlin. I am facing the following error when calling the api. <strong>{&quot;status&quot;:400,&quot;errorMessage&quot;:&quot;request body malformed.&quot;}</strong></p> <p>I think the message part is the problem.</p> <p>I gave the variables messages1 and messages2 values to me...
I am making an android application with kotlin. I am facing the following error when calling the api. {&quot;status&quot;:400,&quot;errorMessage&quot;:&quot;request body malformed.&quot;} I think the message part is the problem. I gave the variables messages1 and messages2 values to messages, but to no avail. (Retrofit...
android|api|kotlin|request|http-post
1
2022-05-26T11:00:14.530Z
2,022
5
11
3
117
1
570
75
5
3
true
false
false
false
false
false
low
72,390,747
Crash "Activity client record must not be null to execute transaction item" only on Android 12
<p>Some week ago I noticed crashes in Crashlytics:</p> <pre><code>Fatal Exception: java.lang.IllegalArgumentException: Activity client record must not be null to execute transaction item at android.app.servertransaction.ActivityTransactionItem.getActivityClientRecord(ActivityTransactionItem.java:85) at android.ap...
Some week ago I noticed crashes in Crashlytics: [CODE] Seems it occurs on app start but 100% on Android 12 and 95% on samsung (75% samsung Galaxy A51) devices. I checked on A51 but for me it works fine and I can't reproduce the issue. Maybe someone already solved this issue or has some insight into what or where could ...
android|firebase|crash|crashlytics
8
2022-05-26T11:00:43.650Z
2,022
5
11
3
708
1
347
94
4
1
true
false
false
false
false
false
medium
72,390,748
ill convert a website to flutter app, i want when the website send notification, i want to send notification to app users
<p><em>hi, I will convert a website to an app, the website sends a notification to its login users. I want a system in my app...</em></p> <p>**I want three features...</p> <ol> <li>webview loads the website when the splash screen show...</li> <li>want a refresh indicator on this webview page...</li> <li>when users use ...
hi, I will convert a website to an app, the website sends a notification to its login users. I want a system in my app... **I want three features... webview loads the website when the splash screen show... want a refresh indicator on this webview page... when users use this flutter app the website send notification wil...
flutter|push-notification|android-notifications|flutterwebviewplugin
0
2022-05-26T11:00:46.843Z
2,022
5
11
3
26
0
511
121
4
1
true
true
false
false
false
false
zero
72,390,812
How to start Android APK on device via ADB?
<p>I have a simple android app .apk file create with Expo (react native) using the <code>expo build:android</code> script.</p> <p>I am trying to run this on a device which is locked down by the provider so their is no access to Expo client. The only interface is via ADB.</p> <p>I have successfully installed the app usi...
I have a simple android app .apk file create with Expo (react native) using the expo build:android script. I am trying to run this on a device which is locked down by the provider so their is no access to Expo client. The only interface is via ADB. I have successfully installed the app using the following command: [COD...
android|bash|react-native|adb
0
2022-05-26T11:06:12.053Z
2,022
5
11
3
82
2
635
43
4
3
true
false
false
false
false
false
zero
72,390,875
Android 10 - file provider - permission denial
<p>I'm facing a weird issue trying to provide a file in Android 10. My code works fine in Android 9 and 11 but <strong>in Android 10 only works 50% of the times</strong>. There are no difference on the system status when it works and when it doesn't.</p> <p>The intent:</p> <pre><code> val intent = Intent(Intent.ACTI...
I'm facing a weird issue trying to provide a file in Android 10. My code works fine in Android 9 and 11 but in Android 10 only works 50% of the times . There are no difference on the system status when it works and when it doesn't. The intent: [CODE] If I grant the permission explicitly, it always work. So my question ...
android|android-10.0|fileprovider
1
2022-05-26T11:10:31.810Z
2,022
5
11
3
45
1
498
46
3
2
true
false
false
false
false
false
low
72,390,945
ImageButton stops working after 1 use Android
<p>So hear me out, I used a button to open an activity which generates an item which will then be returned to the original fragment and will be displayed in the recyclerview... but once I try to add a second item, the ImageButton simply won't let me access the item generating activity again, almost as if the ImageButto...
So hear me out, I used a button to open an activity which generates an item which will then be returned to the original fragment and will be displayed in the recyclerview... but once I try to add a second item, the ImageButton simply won't let me access the item generating activity again, almost as if the ImageButton w...
java|android|xml|android-studio|android-imagebutton
0
2022-05-26T11:15:59.950Z
2,022
5
11
3
39
1
653
45
5
3
true
false
false
false
false
false
zero
72,390,947
Task :app:processDebugResources FAILED > A failure occurred while executing com.android.build.gradle.internal.tasks
<p>Execution failed for task ':app:processDebugResources'.</p> <blockquote> <p>A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade Android resource linking failed /home/lipl245/WorldLeagueSyndicate/android/app/src/main/AndroidManifest.xml:6:5-103: AAPT: error: resource string...
Execution failed for task ':app:processDebugResources'. A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade Android resource linking failed /home/lipl245/WorldLeagueSyndicate/android/app/src/main/AndroidManifest.xml:6:5-103: AAPT: error: resource string/FACEBOOK_APP_ID (aka c...
android|react-native|facebook|android-studio
0
2022-05-26T11:16:11.413Z
2,022
5
11
3
492
1
378
115
4
0
false
false
false
false
false
false
zero
72,390,970
Make sound alarm on object detection application
<p>I want to make an object detection app with sound alarm when I detect on specific objects. I first want to try with tutorial <a href="https://github.com/bendahouwael/Vehicle-Detection-App-Android" rel="nofollow noreferrer">https://github.com/bendahouwael/Vehicle-Detection-App-Android</a>. This code is an application...
I want to make an object detection app with sound alarm when I detect on specific objects. I first want to try with tutorial https://github.com/bendahouwael/Vehicle-Detection-App-Android . This code is an application that detects car. First I want to make sound alarm when it detects car. Have any ideas? Here's the code...
java|android|opencv|audio|object-detection
0
2022-05-26T11:18:12.570Z
2,022
5
11
3
41
1
402
48
5
1
true
false
false
false
false
false
zero
72,390,994
FlatList onPress redirecting to wrong page
<p>I have 3 screens. Screen one contains the FlatList:</p> <pre><code>const navigation = useNavigation() function whereTo(id) { console.log(id) switch(id) { case 1: navigation.navigate('Malko') case 2: navigation.navigate('TRY2') ...
I have 3 screens. Screen one contains the FlatList: [CODE] The CalculatorCard is just a simple information card component. Data for the FlatList: [CODE] Both the Malko and the TRY2 screen are empty screens with just a Text component. The problem is that when I click the first CalculatorCard, the id that gets passed to ...
android|react-native
0
2022-05-26T11:20:28.280Z
2,022
5
11
3
36
1
386
42
2
2
true
false
false
false
false
false
zero
72,391,106
Android how to read log, which created by glib
<p>now I'm using fluidsynth so file to play midi note,which write log by glib fun.</p> <p>for example, g_vsnprintf(xxx);</p> <pre><code>#define FLUID_LOG g_vsnprintf if(synth-&gt;verbose) { FLUID_LOG(FLUID_INFO, &quot;noteon\t%d\t%d\t%d\t%05d\t%.3f\t%.3f\t%.3f\t%d\t%s&quot;, ...
now I'm using fluidsynth so file to play midi note,which write log by glib fun. for example, g_vsnprintf(xxx); [CODE] I want know android how to read this log?
android|glib
0
2022-05-26T11:30:22.083Z
2,022
5
11
3
12
0
159
46
2
1
true
true
false
false
false
false
zero
72,391,213
Cast app, android cast app does need both sender and receiver?
<p>I just want to know is that. For creating the cast application we have to develop or provide both functionality sender and receiver. I mean as the user downloads the Cast app in mobile, user also have to download it in the LED. Now the mobile becomes the sender and the LED tv app becomes the receiver.</p> <p>Is this...
I just want to know is that. For creating the cast application we have to develop or provide both functionality sender and receiver. I mean as the user downloads the Cast app in mobile, user also have to download it in the LED. Now the mobile becomes the sender and the LED tv app becomes the receiver. Is this is the wa...
android|kotlin|mobile-application|google-cast
0
2022-05-26T11:39:20.430Z
2,022
5
11
3
168
1
336
62
4
0
false
false
false
false
false
false
zero
72,391,232
Can't use RapidApi with Retrofit
<p>I'm new with Retrofit and I'm trying to use Google Translate Api from RapidApi with Retrofit but i can't convert okhttp code snippet to retrofit</p> <p>This is the sample code snippet for Post request working with OkHttp:</p> <pre><code>val client = OkHttpClient() val mediaType = MediaType.parse(&quot;application/x...
I'm new with Retrofit and I'm trying to use Google Translate Api from RapidApi with Retrofit but i can't convert okhttp code snippet to retrofit This is the sample code snippet for Post request working with OkHttp: [CODE] i want to make same request with Retrofit in android This is my api interface: [CODE]
android|retrofit|retrofit2|rapidapi
0
2022-05-26T11:40:58.780Z
2,022
5
11
3
90
0
307
32
4
2
true
true
false
false
false
false
zero
72,391,238
Show DialogFragment inside Compose Activity
<p>I have an Activity that extends <em>ComponentActivity</em> (Activity variant that is used for Compose based Activity Implementation), <strong>thus have no access to FragmentManager</strong>.</p> <p><strong>Is there any way to show DialogFragment(implemented with View System) in it ?</strong></p> <pre><code>class MyA...
I have an Activity that extends ComponentActivity (Activity variant that is used for Compose based Activity Implementation), thus have no access to FragmentManager . Is there any way to show DialogFragment(implemented with View System) in it ? [CODE]
android|kotlin|android-jetpack-compose|android-fragmentactivity|android-dialogfragment
0
2022-05-26T11:41:15.810Z
2,022
5
11
3
60
0
250
43
5
1
true
true
false
false
false
false
zero
72,391,275
Android push button doesn't work, but terminal command does
<p>I am trying to push my project changes with the push button like this: <a href="https://i.stack.imgur.com/EmLb6.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/EmLb6.png" alt="push button works" /></a></p> <p>but the only result I get is a never-ending &quot;pushing&quot; notification,</p> <p><a h...
I am trying to push my project changes with the push button like this: but the only result I get is a never-ending &quot;pushing&quot; notification, but if I use the terminal to do the push, all works perfectly. Does anyone have any clue what could be wrong?
android-studio
0
2022-05-26T11:43:49.920Z
2,022
5
11
3
27
0
258
59
1
0
false
true
false
false
false
false
zero