I am a php novice and I have a form with an input filed where users will enter their phone number and it will open their respective page for t
I am a beginner in Android. I am not able to resolve this error in Android Studio. Whenever I run my application this error occurs. How do I fix it? Error: Una
First, I created activity with RecyclerView, it works fine. My original code: activity_agreements.xml: <?xml version="1.0" encoding="utf-8"?> <androi
i have this struct import Foundation import Foundation // MARK: - Welcome struct Say: Codable { let response: [Rest] init(response: [Rest])
When I try to run the following script, process 1 displays just 1 sec of video and get stuck. is there any problem with the code? My goal is to run two processe
This simple foreach loop was working but now it's not and I can't see anything wrong. $FieldNames is an array of column names from the database table and $row i
I have an application that collects crypto prices from decentralized exchanges (nothing commercial, the goal is mainly to learn some databases techs with real d
I want to make a build for a C++ project so that developers can seamlessly build both in MacOS and Linux, but they need different pre-requisites. Can I configur
Actually this is my service layer. I want to test a create account method by Xunit testing. How can I proceed further? public class UserService :IUserService //