I am trying to write tests for my Repository which provides access to my Room database. For this, I wrote a Mock Database and a mock DAO: My Database: abstract
How I can find out crash logs in release mode in a flutter. In the android studio, I am not able to get crash logs where the app is going to crash.
Is there any way to add Scrollbars to add LazyColumn (ScrollableColumn is deprecated). The Javadoc doesn't mention anything about Scrollbars in Jetpack Compose.
I am Using speech = SpeechRecognizer.createSpeechRecognizer(getReactApplicationContext().getApplicationContext()); speech.setRecognitionListener(Voi
I've a BottomNavigationView with radius borders, and I need to see the content of the pages passing between the borders. But, one of the BottomNavigationView's
I'm trying to add adblock in my fragment, and when I'm tryed inisialize webview I got underline this on new AdBlockerWebView.init(this).initializeWebView(webVie
So my question is as I am getting started with Hilt, do we need to mark all activities with @AndroidEntryPoint annotation or can we just create a BaseActivity a
I'm trying out the Hilt DI in my test project. I've the following module that's installed in SingletonComponent which in terms of Android is applicationComponen
Hi i am a new reactnative developer and i cant start my new poject in android sttudio i get always the same error here are some pictures. This is mine AndroidM
I try to send values of my data from one fragment which is contains Instruments to HolderList which is contain Holder data for comparing values in ArrayList of
I'm developing android marine navigation client. The client should receive nautical chart images from c++ server. I'm sending data via socket. (from c++: Client
We are compiling fastcv sample application in android. I have installed JDK7.0, NDK>16.I have copied libfastcv.a into NDK root(eg sdk/ndk/<NDK_VERSION>
I've made a simpre CoAP server in Java, and now I need need to make a client in my android AR app made in Unity with ARFoundation. I've added the ddl files of C
I'm new in jetpack compose and trying to understand the difference between remember and mutableStateOf In other words the deference between this line val text
When i select audio morethen 30sec or 1min then its show below error --> Sync input too long. For audio longer than 1 min use LongRunningRecognize with a 'ur
We are looking for a way to download from Gitlab an Android .apk that was distributed via Firebase and is located in the (APP Distribution) section, to upload i
I am working on a web application where I would like to enable UPI transactions between two UPI Ids (non-merchant UPIs) for non-business purposes. Example, tran
Я работаю через windows Но не могу
I suddenly have the mention 'NBSP' in my strings.xml files, just before special characters (!, ?, ....) These 'NBSP' do not appear in my app when I run it. Als
I have developed a flutter app using the Bloc pattern. Everything was fine until we encountered a memory crash in iOS. The Android version works well without an