android Questions
3
I am using firebase Auth for authentication using google, when installed directly to a emulator or via apk it is working as it should.
But after publishing it in internal test track of google play ...
Dixie asked 21/3, 2021 at 14:53
13
Solved
Ok so I get the following exception. No idea why it is happening. I have followed the guides how to set up auth for google account. I tried to search the google but no success of any solution for t...
Malik asked 13/12, 2016 at 14:59
1
At Instagrams anniversary the users were possible to change the app icon. Even though this feature isn't available anymore Todoist has a similar working implementation of this feature.
I researched...
2
Solved
Using Facebook SDK, I'm trying to make an Android app and give it the ability to post in Facebook groups. Is that possible?
Tolman asked 26/4, 2018 at 1:37
1
I'm doing a project where there's a search feature, but only enabled if the labels searched for are translated in the device's language. Is there any way to check if a resource exist in a specific ...
Amelita asked 31/3, 2018 at 15:24
4
I know this is not a programming related question but we are getting a bit frustrated trying to update a pre existing TV app on Google Play.
Google reviewed the app and rejected it, although it was...
Cubit asked 18/4 at 9:53
4
(I've added an update on the bottom of the post)
I am currently working on a project that will support multiple language. I have written all strings for all languages.
I use BaseActivity, Applica...
Benisch asked 3/11, 2017 at 3:10
2
I get that warning on the cmd when i try to execute this activity.
I'm new here using adb so I don't really know what I'm doing wrong. Any advice?
adb shell am start -n com.android.settings/.Settin...
4
I have been trying to build an apk using the command "flutter build apk" and the apk is building perfectly fine and I am also able to run the same on my emulator. But for some weird reaso...
Rifle asked 15/5, 2023 at 5:40
4
Solved
I am creating a Xamarin.Forms mobile app that targets Android with .NET Standard as my code sharing method. Unfortunately the API I'm consuming works in Postman but doesn't work in C# using HttpCli...
Adenoidectomy asked 28/6, 2018 at 6:56
2
I cloned this old Android project that uses kapt, after I updated all the dependencies and I made sure everything is working fine, I decided to migrate from kapt to ksp I followed the instructions ...
4
Solved
I recently extracted some code from my Android application project into separate kotlin modules (the build.gradle files declare the "java-library" and "kotlin" plugins).
Now, th...
Thekla asked 24/2, 2021 at 3:5
1
I am building a video player android application where I need to play 2(maybe 4) live streams at the same time in the same view.
Is it possible using a single exoplayer instance? If yes, please su...
Caerleon asked 4/6, 2021 at 10:20
1
This App Bundle contains native code, and you've not uploaded debug
symbols. We recommend you upload a symbol file to make your crashes
and ANRs easier to analyze and debug.
I am trying to resolv...
Emotionalize asked 20/1 at 17:1
2
Solved
I recently updated Android Studio to Ladybug and since then I encounter this error when i try to build my app:
Launching lib\main.dart on sdk gphone64 x86 64 in debug mode...
Running Gradle task 'a...
Bigwig asked 7/10 at 8:4
7
Solved
I'm using axios in my app. When I make a post request for the very first time after opening the app, it is failing with the following error. From second time onwards, it works without any issue.
Ne...
Applewhite asked 13/1, 2021 at 7:59
8
Solved
I just initialized a new React Native project via:
react-native init AwesomeProject
and I am already getting this error:
BUILD FAILED in 3s
error Failed to install the app. Make sure you have a...
Transparent asked 18/7, 2019 at 14:42
3
I am new to this Deep Linking stuff, so I would really appreciate your help.
I have a post on Facebook and i need it to point to a page.
BUT when I open the link on mobile, I need it to send me to...
Truehearted asked 20/6, 2014 at 9:21
3
Solved
I have an Android app with 9 buttons. This app runs on 2.36 and is the only app on the device (or at least the only app we let the user use - we ship the device with our code preinstalled as part o...
Bannerman asked 9/9, 2014 at 15:16
5
Problem:
layout XML folder is missing?
How to add it?
Billhook asked 9/1, 2018 at 12:54
4
Solved
I have an android application in QT.
I would like to call android settings from a button.
I used this code in Java :
public void usb(View v){
Intent intent = new Intent();
intent.setClassNam...
Gangrel asked 29/7, 2014 at 20:42
1
flutter run
../../../../Documents/FlutterSoftware/flutter/packages/flutter/lib/src/material/animated_icons/data/list_view.g.dart:3132:13: Error: Method not found: 'Offset'.
Offset(42.17915438835...
Varletry asked 25/6, 2020 at 9:36
4
i 'm rotating image with runnable.i want to rotate image for example 4 th time and then pause/stop rotate.i wrote some function
public void rotateImage(final View myView, final int size) {
runna...
Aedes asked 24/10, 2014 at 10:19
5
Solved
I have been looking and searching a lot for this question. I'm really stupid when it comes to using the JAVA Calendar class.
Could anybody please help me to show a simple way of how to get the cur...
3
I have RecyclerView above that i have an AppBarLayout whose height is larger than 255 px. When user scrolls RecyclerView, AppBarLayout has an fling issue. To avoid that i decided to expand AppBarLa...
Mogul asked 17/1, 2017 at 6:30
1 Next >
© 2022 - 2024 — McMap. All rights reserved.