Results for android-jetpack-compose
I need to implement this logic: user clicked on a link on an Android phone if my application is installed - the application opens if the application ...
Create chooser using intent in android kotlin, that displays only apps that supports video calling? eg : Skype, Whatsapp, Meet, Duo, Zoom etc... Useca...
I am unable to import Kotlin serialization, I think I have followed the instructions from the Kotlin docs but when I use the @Serializable annotation ...
I'm building a app that have a grid of imageButtons inside of it, I'm setting it from a method, here's the code: public class BoardLoader { public voi...
I'm using a navigation drawer for my app. It functions well when I initially open the app. I can navigate from the Home Fragment to the Borrow Fragmen...
Here is border xml And I want to remove bottom, how to achieve it? shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape=...
StackOverflow community! I'm facing a problem while working with a device through the RS485 port on an Odroid N2 board running Android 9. I'm using a ...
I have a simple XML layout file in Android with just one button: "1.0" encoding="utf-8"?> androidx.constraintlayout.widget.ConstraintLayout xmlns:andr...
I'm getting the following warning on the code below hardwareScanBroadcastReceiver is missing RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED flag for unpr...
I use Django, when the user logs in through the API, the response that is sent to Android contains a cookie that includes CSRF and session, and I need...
I am making app for real time detection of some object and detecting when was last time it moved. I made python object detection and made it server so...
Yesterday I updated the Andorid Studio to the latest one: Android Studio Hedgehog | 2023.1.1 Build #AI-231.9392.1.2311.11076708, built on November 9, ...
I am trying to read a file in via Android assets folder. For this I made a assets folder like here. I made a file and it is shows in the explore: Whe...
so basically I am trying to remove the deprecation any advices. on how to roll back to the previous fragment. this is what i tried but everything is...
I have an androidp app ans i need to modify it, how can i have the source code from apk file and open it with android studio for modification. thank's...
In my current Android project i have a requirement to display an AlertDialog with a custom layout. the custom layout resembles this:- id="@+id/dialo...
I am implementing my custom expo module using create-expo-module. I need to request user for some permissions (notifications, bluetooth, location). Th...
In my figma android maket i have a text with 12px text size, which text size should i set for my textview in android app? 12sp or other? ...
I have an activity which has a constraintLayout at the top and a FrameLayout that wraps a LinearLayout in itself. How exactly can I disable the shadow...
How to convert the value in the below input to the format of 9:15 pm, 2nd May 2023 Input: 2023-11-20T17:09:08.000Z What I tried: I tried to use Simp...
Just updated the app which works now only with SAF so users would be able to choose any directory they wish and app could work not just with media fil...
I have a question about the gradle build system. I have a library (for React Native) which depends on OpenSSL, I have declared my dependency as such: ...
Is anybody else facing this same issue I am trying to set route on extended controls but I am getting a blank map, I have updated & reinstalled Androi...
I have created two apps, let's call them app A and app B. I want app A to provide data to app B via a custom provider. I wrote the code and it works f...
Edit: it is possible to just to use translateX (see comments and accepted answer). I don't know how I missed that. On Android, I want to rotate a simp...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?