I have a list of Screens in a custom drawer. Screen 1, Screen 2, Screen 3 What is the proper way of navigating from Screen 1 to Screen 2 on push of a button. Cu
here is my code, and I created a component called showcase and called it from another component, but nothing appears in the window, Can somebody assist me? htt
I want to set new users disabled by default, i.e. to disable users when they are created. i am using java and have tried all available answers on stackoverflow,
I am new to kotlin. I am trying to detect a swipe up and swipe down gestures in a fragments inside viewpager2. I try to test it by creating a toast when I touc
I am trying to add multilanguage support to my app. I am doing this by replacing all my User visible Strings with localized strings. For strings like "Cancel",
I am currently integrating Stripe Elements into my ReactJS app. What I am developing is a system in which my users can upload an image to display as an advertis
I'm trying to save a struct with multiple arma::vec, arma:mat and arma::cube. struct rdb_struct{ string info; vec rng_vec; vec azvec; cube TSAP;
I have this JSON array starting with the nesting string "ELEVEURS" and I want to have it removed and should get the output as below. Could someone solve this pl