I want to set the keyboard to be always opened in the chat page and should not be dismissable by the back button. The WillPopScope() widget is only preventing t
I need a Factory to support Viewmodel WITH ARGUMENTS. I tried to implement the class which is commended "AbstractSavedStateViewModelFactory". I applied the trou
There is a way to monitor reading access to contacts? I tried this experiment: I developed an application that reads contacts subsequentially i ran it. After th
How can I save a file (txt/pdf/doc etc.) in my Flutter app on Android device in such a way that it will be accessible or "visible to the user" from any other ap
I want to show context menu on single click on a View, I'm using: view.setOnClickListener { it.setOnCreateContextMenuListener { menu, view, contextM
I'm using firebase_messaging onBackgroundMessage handler for listening push messages and it works as expected. Now I want to call platform method from this hand
Hey so I'm working on a react-native app that is using the spotify Api. I'm currently trying to call the endpoint which returns a users playlists. The way I wan
I'm trying to add some elevation or shadow just in the bottom of an element. For this element I'm using a Tab composable. How can I add this elevation/shadow ju
Google Play IAP allows the developer to set up offers in the app subscription with trials and discounts. If the offer is a developer determined offer the develo
I want to just convert graphics overlay to bitmap . https://github.com/googlesamples/mlkit/blob/master/android/vision-quickstart/app/src/main/java/com/google/ml
I need to login to my application only with googleSSO login not with firebase, I have used ionic & capacitor and googlePlus plugin i followed all the steps
I have a problem with ArrayList. I have 2 ArrayList and they are dependent. class MainActivity : AppCompatActivity() { var arrayList1 = arrayListOf<Stri
This is my first time working with NFC Tags. I have declared the NFC scan activity like this in Manifest: <activity android:name=".main.NFCScanAc
I have a collection in my Firestore Database with posts. Each post has some comments as a document in the collection comments in the main post document (screens
So the code for my login screen is import { StyleSheet, Text, View, StatusBar, SafeAreaView, TextInput, ImageBackground, KeyboardAvoidingView, }
I can't compile my project, here is my code Traceback (most recent call last): File "/home/vova/.local/bin/buildozer", line 5, in <module> from buil
class MyPrintPdfAdapter(private val mFilePath: String) : PrintDocumentAdapter() { @RequiresApi(api = Build.VERSION_CODES.KITKAT) override fun onLayout(
I am trying to get the pass the current user data into the this adapter class. However, I failed to use the getStringExtra() where it keep mentions that the get
I'm trying to design a progress bar showing multi-progress using jetpack compose but I did not find any library or helping material. I am just able to design a
I implemented a linear-gradient to an image in my NativeScript 8 app. it works fine on iOS but Android somehow has some issues with it. I also tried solutions l