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
I have created a project in Firebase and registered my app. I send data messages to this app. I do not want to have any user authentication on my app. However,
I am trying to build a flutter app using google Cloud Build, I am constantly getting this error 1: [+1000 ms] FAILURE: Build failed with an exception. 1: [
I can't find the dart preview flutter UI Guides... I have installed flutter and dart extensions in vscode... Can anyone help?? my Flutter version 2.10.4 and Dar
I am trying to learn SQL database with a tutorial. I add user and age to database and get them back and displayed using listView using ViewAll button then if