Android Studio – how can I do text timer
I want to show timer of 1 minute when user click on Re-send Text( text = "Re-send", modifier = Modifier.clickable { }, color = Color.Blue )
I want to show timer of 1 minute when user click on Re-send Text( text = "Re-send", modifier = Modifier.clickable { }, color = Color.Blue )
I want to disable the dates in the datepicker in flutter. Actually I am wokring on an application where user has to generate salary but I don't want him to generate salary if the salary is already created. suppose salary…
So i recently updated my code with the latest admob SDK and dependencies. it is supposed to show an interstitial ad before going to the next page. upon running it the StartActivity is stuck on process dialog and wont go…
can anyone please help me?, I created a login function with api, when the user wants to login and succeeds then it is directed to the profilescreen the user details appear, but when it switches to the homescreen and switches…
this is the json formate by which I need to get the data ` { "count": 2, "next": null, "previous": null, "results": [ { "date": "2022-11-23", "breaks_set": [], "id": "c82af994-541a-40eb-a154-9cf8b130100c", "clock_in_time": "2:30", "clock_out_time": "6:30", "on_time_clock_in": 553, "on_time_clock_out": -313 }, {…
So we have this weird bug when the users change the font type to Bold. it ruin the app's layout, and the icons fail to load, instead of icons it show [x] symbol or some Chinese characters (I think this…
Here is my code: const saveImg = async (base64Img: string, success: Function, fail:Function) => { const isAndroid = Platform.OS === "android" const isIos = Platform.OS === 'ios' const dirs = isIos? RNFS.LibraryDirectoryPath : RNFS.ExternalDirectoryPath; const certificateTitle = 'certificate-'+((Math.random() * 10000000)…
I need to install downloaded .apk file from within the Expo app (it's for update functionality). This is my code: import React from "react"; import { Button, View } from "react-native"; import * as FileSystem from "expo-file-system"; import { startActivityAsync…
I'm showing data from a Firebase Firestore collection, the app worked fine while but when I update data to the collection from other device (I got an Arduino with sensors connected to a PC that executes a Python script to…
I have encountered a problem that when I tried to run Android Instrument test, android studio will start building, everything is good until it stuck to this line "> Task :app:connectedDebugAndroidTest" and run for the next 2hrs and never proceed…