Questions tagged [android]
Android is Google's mobile operating system, used for programming or developing digital devices (Smartphones, Tablets, Automobiles, TVs, Wear, Glass, IoT). For topics related to Android, use Android-specific tags such as android-intent, android-activity, android-adapter, etc. For questions other than development or programming, but related to the Android framework, use this link: https://android.stackexchange.com.
I have 2 views (text view and linear layout) that I'd like to align to parent's start and end respectively. Also I am using flow helper to take chain these two views when overflow occurs in large font....
Im trying to do OTP verification without sign-in. Im getting verificationId from onCodeSent callback, putting id to verification Activity. But the verification id comes like ...
I'm using SpeechRecognizer but it does not work with Android 11 (Test device: Pixel 4).
I added this in AndroidManifest.xml
<queries>
<intent>
<action android:name="...
I want to set the text of my button in onCreate Method, but it doesn't work.
Code in MainActivity-Class:
Button button;
Code in onCreate:
button = findViewById(R.id.button);
button.setText("...
After payment successful getting 404 errror.
@Override
public void onTransactionResponse(Bundle inResponse) {
Log.d(AppConstants.TAG, "Payment Transaction response &...
I tried but it only shows back icon
Code:
getSupportActionBar().setHomeAsUpIndicator(R.drawable.ic_baseline_arrow_back_ios_24);
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
...
I tried to create a recycleview in a dynamic fragment in navigation drawer, but when I went to create a layout manager for the recycler view, the word this or context didn't work, all I'm trying to do ...
I am trying to implement video chat between two users
I've tried to run the code in browser and it works perfectly, yet when it comes to running the application on android I am not able to see the ...
I want to ask how to download a file from Postgresql. The type of file I upload to the database is baniry data. I want to convert binary data via node.js and postgresql so that I can download the ...
I'm making alarm app using android alarm manager in flutter.
Alarm is correctly working by using this hack.
But there is problem that doesn't launch my app when alarm is fired on background.
For ...
I've been facing an issue for a few days now. Everytime I submit my release to Google Play Store, I get a message saying my app has been rejected over and over again. I tried multiple things.
First I ...
Getting an error on Android Emulator + S10. iOS devices work perfectly fine.
Error Message:
Note: /Users/gi/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_facebook_login-3.0.0/android/src/main/...
I am new to dealing with Android apps and their characteristics.
There is one thing I do not understand and so far I did not find an explanation for the observed behaviour:
I created a basic Android ...
asked 54 mins ago
Green
11711 gold badge11 silver badge55 bronze badges
I am facing a weird issue with data binding expressions in XML.
I need to hide a view inside a recycler view item, when a certain parameter is true. I would normally do the handling in the view holder ...
I know that is not a best practice to pass a context to a ViewModel. but I wonder is it okay to get a context instance as a local parameter of a function in the ViewModel?
because in this case the ...
asked 58 mins ago
imansdn
16111 silver badge66 bronze badges