I am migrating a fragment from old Jetpack to Jetpack Compose. This fragment is part of an existing nav graph. After migrating the fragment (using ComposeView)
I have implemented flutter_appauth and I am using Keycloak as Authentication Server. Code snippets are as follows: Main.dart final String _clientId = 'flutter-d
I've been using facebook sdk for over a year now and i had followed the docs accordingly but since yesterday the app started throwing the error and it's also oc
I'm using AR for my app. when I want to use AR I got this message: this application requires the latest version of arcore but installed but it installed: de
I'm very new to Kotlin Flows. As the title suggests I basically have 2 Fragments that Shares a ViewModel. I want to send data between them using SharedFlow as a
I want to get a list of app names installed on android phone. However, when I run my code, I can't get some of the app names correctly as shown below. D/applica
I'm getting this incompatible type error for my code. The error shows in ImageActivity class. The error is in line: imageAdapter = new ImageAdapter(ImageActivit
In Android app (Kotlin) I have Activity with container what have fragment A in it. On user interaction, I am adding fragment B to container by: supportFragmentM
Good afternoon. For a very long time I have been trying to get a list of wi-fi networks using WifiManager. When I try to get through a virtual device, I get onl
I have an app that makes heavy use of experimental features for Jetpack Compose so I have to declare a bunch of annotations on the composables. Since these anno
In Android app (Kotlin) I have Activity with container what have fragment A in it. On user interaction, I am adding fragment B to container by: supportFragmentM
This is a pretty basic question, but I haven't been able to find any answer on SO yet. I'm just curious, is there a corresponding way in Java or Kotlin to write
I just want to ask that can we do twitter authentication in flutter project without using firebase?
I don't understand, while learning through a codelab in android they want me to add the following dependencies to the android build.gradle implementation "andro
Please how can I convert .apk to .aab without Android studio I created an Android app using AIDE and I wanted to upload to Google Play Store and then I discover
I have a working Xamarin Forms app for Android and UWP. (I have not yet attempted iOS.) I have the following ToolbarItem: <ContentPage Title="Debug" ... >
SimpleExoPlayer is deprecated in 2.16 version of ExoPlayer. What to use now?
I'm trying to use Hilt to pass context along to my data source class, below: public class PostDataSource extends PageKeyedDataSource<Integer, Post> {
Getting the following error when building my project in Android Studio: [CXX1300] CMake '3.10.2' was not found in SDK, PATH, or by cmake.dir property. My Gradl
I want to play the youtube video in mp3 from the URL or the video Id. I'm finding the solutions from the last 5 days on the internet but there is not any answer