After using expo eject i tried to run my app on android emulator: PS C:\Users\becim\OneDrive\Počítač\test> yarn android yarn run v1.22.5 $ r
I would like to realize an Android App to use with Android 5.2 Hearing Aids Buds, able to stream sound from one ear (microphone on left hearing aid) to the left
package com.example.myapplication import android.app.Activity import android.content.Context import android.os.* import android.util.Log import android.vie
I am new to Android Studio and I am training to do a CRUD. When I try to insert a plant in the database, the message "Plant inserted" does not appear. Do you ha
Source: here With the following segment of code all my Android devices record with a maximum width of 960 rather than the device width. val metrics = resour
I'm new in Android development and I've been recently assigned to an android project, which was not updated for more than a year. I got the below error when I t
when typing edit text yoyo animation keep run how to keep typing show animation Once ? text_send.addTextChangedListener(new TextWatcher() { @Ove
I have enabled Proguard and configured the rules minifyEnabled true shrinkResources true proguardFiles getDefaultProguardFil
Simply trying to draw an arrow line using the following code import * as React from 'react'; import { Text, View, StyleSheet } from 'react-native'; import Svg,
I'm seeing the following crash when inflating an Activity layout within a dynamic feature module: Caused by: java.lang.IllegalStateException: FragmentContainerV
The app runs properly on iOS, but when I try to run it on an android I get the following error E/FlutterLoader( 9150): Flutter initialization failed. E/FlutterL
I have already tried with single activity and multiple fragment which is added programmatically as per layout(2x2,2x3) same as instagram. But when i load camera
I have a problem, where I need a BasicTextField to customize the TextField as I want. Here I have tried to do a custom, but there is a problem with the cursor i
I've been trying to get this for hours now, and I can't find what's wrong. I'm using a php RESTful API that I made to encrypt data using asymmetric encryption.
I have a problem, where I need a BasicTextField to customize the TextField as I want. Here I have tried to do a custom, but there is a problem with the cursor i
I've been trying to get this for hours now, and I can't find what's wrong. I'm using a php RESTful API that I made to encrypt data using asymmetric encryption.
https://github.com/kamaleshdas1997/MyPets LOGCAT:- Process: com.example.mypets, PID: 21583 java.lang.NullPointerException: Attempt to invoke interface m
facing an issue while downloading a file in media directory (file:///storage/emulated/0/Android/Media/) Used plugin: 1.cordova-plugin-camera@6.0.0 2.cordova-plu
The default language of my Xamarin.Forms app for Android is French. I would like the user to be able to change the language and choose English or Spanish. To d
I'm wondering how to pass runtime parameters to a ViewModel's constructor while using Hilt for DI? Prior to using Hilt, I have a ViewModel that looks like this: