I have an issue when building project after created a new project in different volumes in Mac Os. This what error said : Could not create service of type Defaul
I created a button in html with the command <input type="file" id="file" name="picture" multiple=""> that allows me to choose a photo in the gallery or t
Using the webview_flutter package i could load my website and add session cookies to the initial URL. _controller.future.then((controller) { _webViewControll
Is there any way to wrap tab indicator width with respect to tab title ?
i used this GitHub library in my code for bottom navigation.chip navigation bar i tried to make it floating up after starting the program.but when run the progr
I am building a Flutter app that requires that I validate if a string is a valid word. The user is not inputting text, he is using elements to build the word. S
What are the differences between Android Automotive, Android Auto, and Android for mobile phones (from a user perspective and architecturally / technically)?
I try run robolectric inside AOSP my Android.bp file looks like android_robolectric_test { name: "MyRoboTests", srcs: [ "src/**/*.java",
I'm about to translate my app into different languages. My problem is though, that kotlins 'translation tool' doesn't allow special characters like "<". So i
I've started to work on an android project that has many Gradle tasks. After cloning the project from git, there is no Gradle tab in Android Studio!
I am trying to find a way how to open the google play store with my application when the user is pressing a button inside of the react-native application. Is th
After updating expo it no longer supports building apk files using expo build:android -t apk and instead advices to using eas builds using the command eas build
I have a TextInputLayout with style ExposedDropdownMenu. this TextInputLayout contains an AutoCompleteTextView. I can add a list item inside this AutoCompleteTe
Google released new support library v25 with BottomNavigationView is there any way to remove items labels ?
Camera is now deprecated and the recommend is to use camera2, can some one guide me to have any idea how to use camera2 with detect barcode
Am not able to share PDF using intent only in android 12 but its working fine below version. Am downloading file and taking file Uri from download folder. Downl
I need to display custom AlertDialog, but only when there are no more fragments after calling NavController.navigateUp(). My current code does something similar
I want to make a layout like this. But I did not know how to make profile picture moving with CollapsingToolbarLayout. I need help. Like the above picture
So I'm trying to create an application that can emulate a gamepad on device, kinda like how vjoy programs work for windows with a HID input emulator, but I can'
I'm making an app that shows full-screen notifications when the device is locked. Expected behavior: when a notification is launched, the activity shows over th