I have an app that download specific pdf files using streamig Retrofit. I am upgrading my app targeting android 11. I have gone through many online documents an
I created a calculator activity as a part of a bigger app, and created a theme, and style for different components. yet, when I assign a background color of ora
This is my onMessageReceived method. I am getting data from notification i want to open fragment when i click on this notification and get the data from this.
I suspect that later versions of Android OS are forcing MDPI rather than using LDPI. It would be helpful if someone could point me toward info/technical termino
I know Java 16/17/18 is not compatible with java 8 (android), but is-it a way to generate byte-code for android to execute the program on my phone? Or trans-cod
I'm trying to create an 'immersive mode' in my app, where tapping a button simply hides the status bar (and nav bar, if possible.) But I specifically don't want
I am wondering if it is possible to perform a fade out/fade in animation on a specific line of a textview. I have a two line textview which I would like the "ti
I'm so beginner in koin. I have a method that named "MesheRepoImpl" that get an interface as parameter. I know that I can't pass an interface to a method in Koi
I have a scenario, where I need to restrict the user to enter leading, trailing and consecutive space and if the user enters do not update the text with space b
I'm trying to use Firebase dynamic link option and succeeded to create a link that opens the app, but the opening process doesn't look smooth. It looks somethin
I want to create a unique id for collection call 'Reservation' and I'm not sure how to do it so. It currently has name, plate number, phone number and timestamp
I have configured crashlytics as per Firebase Documentation https://firebase.google.com/docs/crashlytics/get-started?platform=android. But crash reports not gen
I am trying to save received data to local storage using Room library. I have created a database class in which I define the parameters I need and define the co
i fixed the previous error but now this here. fragment isnt visible if i dont click bottom navigation two times. my code: activity_main.xml <androidx.fragmen
When I open the screen by "ID", I get the title and data from "dummy.dart" in accordance with the "exercise_model.dart" model, which fall into the "Slider", in
When I open the screen by "ID", I get the title and data from "dummy.dart" in accordance with the "exercise_model.dart" model, which fall into the "Slider", in
I'm looking all over the place, and I can't find a description of how to do this that I understand... I have to make an Android app in Xamarin.Forms, that conne
I was wondering is there a way to implement one-to-one video chat using Agora SDK. I found lot of resources to implement the video call feature with establishin
App is not restarting after writes made using hive in disk. It's throwing the above error and app is not opening.
in my react-native app, I created a server with express js to connect to the database. And I created api to get data from database. This api works successfully