I’m trying to figure what needs to be done in order to let my users use my existing app in Android auto,c I have a navigation app that works only on Android devices. now I want to enable my users to …
Tag: android
Below is the code provided, I’m trying to shift this video view into my Home Page (Fragment java class). I’ve seen people using get Methods but I just keep getting errors. The video view works fine on …
How do I set the gravity of elements within Row? I have two Image composables in my Row. I want the first Image to be at start of Row and the next element at end of Row. I have tried doing: Row(…
Ideally, I’d have liked to be able to use the SMS manager to send photos to a predetermined phone number without having to open an intent to the default SMS app on the phone, but failing that, I give …
I built an android application where it only displays a web login and register page. I connected the application to firebase and I can successfully generate a token for each device. Then, I created a …
I have an android app using firebase Firestore, and I need to run a calculation on a large (>1000) number of documents. Normally in a query response a database would specify some metadata to …
I’m coding with Kotlin for Android app. I need to add an image for ImageButton background. I tried ImageButton.setBackgroudResource and ImageButton.setImageResource methods but it would not change. My …
I have the below layout right now in my RelativeLayout
Here is the output of my logging of my flutter app : Explicit concurrent copying GC freed 25188(844KB) AllocSpace objects, 1(20KB) LOS objects, 2% free, 301MB/309MB, paused 348us total 317.699ms I …
I have Date object like this -> Sat Jun 26 00:00:00 IST 2021 I want to set hours, minutes, seconds like this -> Sat Jun 26 23:59:59 IST 2021 In Android