The Expo app will build and run correctly on ios simulator, ios device, and android emulator. but when I build an apk and run on an android device the app freez
My current code look like this. I am not using any ORM framework like Hibernate. I need to use this raw SQL query. public List<String> getEndcodedKeyByLen
Problem Description I want to get a precise local timezone timestamp on Windows and store the following in a struct: Day Month Year Hour Minute Second Nanosecon
I am new in this world and don't have experience. is there API for solana? if yes could you please a tutorial or give tipp . For example can i getting the matad
I have below two input table : table 1 and table 2 Input : table 1 id and currency are of type string ID Currency 1 USD,JPY,EUR 2 NOK,MXN 3 AUD 4 AUD,HKD inpu
I have the following code in my React App component, where I am trying to get some JSON and want to send that to my custom hook. const fetchFn = useCommonFetch(
I get the following error: A value of type 'Future<int>' can't be assigned to a variable of type 'int' It might be another type instead of int, but basic
Consider the following: I have an initial state object: const INITIAL_STATE = { visited: false, isSaveAllowed: false, isWithdrawAllowed: false, isContin