Results for android
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...
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...
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...
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...
I maintain a native app that has a thin Android layer. This app relies on a data file that has been in /sdcard, however starting with Android 11 scope...
update: now My old App can work with my AdMob ID, however, the demo/sample ID still failed with 3. not perfect, don't understand. but I can move for...
Is it possible to make an animation like gif with Jetpack Compose? ...
My app has a share intent that allows users to share text from another app to my app. When they do this, the app opens/shows and does something. I now...
When I try to load the app, instead of the login page, I see just a blank page with nothing. Can anyone help me why its happening? I don't see any err...
I am writing a Delphi VCL application and I need to iterate the files on my phone and SD card using FindFirst and FindNext etc. The phone is attached ...
I have a docker container that is running Ubuntu which in turn is running a headless instance of the Android emulator. I'd like to be able to connect...
I know this topic is rather barbed, But this question is asked by many beginners in the field of cross-platform development like Flutter framework. Wh...
I am developing a chat application where there are users to select and chat with. Check the picture below- As you can see the first user or List Item...
When trying to generate an APK file fro an android app, I get these errors: Missing class com.android.org.conscrypt.SSLParametersImpl (referenced from...
I have a large project where i was getting this exception - replace() called on item that was not placed. I was able to narrow the root of the problem...
Currently Making a music player where I have a progress bar that tracks the current progress of the music playing. However I've tired many different a...
I was working on my project using Expo React Native and a UI library named Glue Stack UI and when I added a Popover or Actionsheet the initial positio...
After finally implementing icons for device types in my server, I replaced the temporary drawables I previously used with the icons from the server an...
I want to register PendingIntent for my notifications in app (they are used as widgets with countdown in them or alarm sound on exact time which can b...
What went wrong: Execution failed for task ':app:mergeDevelopmentDebugNativeLibs'. A failure occurred while executing com.android.build.gradle.inte...
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?