I am using Expo for my React Native Project but Location Services are not working in background.
I have an XSL Code as shown below. <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0
I have a file project.js which includes data stores in const projects = [{id:1, name: lala, etc.}]. I can easily access the data via array.map function, but I c
I have a project in android and after updating to android studio 3.2 Gradle build is stuck and never finishes. I looked at the task manager and the Open JDK Pla
Basically I am trying to build a program that can identify log in pages by url. My idea for doing so is parsing through the pages in search for textboxes (and t
I have a LinearLayout with a list of six horizontal buttons in a column. Each one has this structure: <LinearLayout android:layout_width="match_parent"
How can I run a MAUI Blazor App in a web browser? I've used the VS MAUI with Blazor sample project
A signle link list, i want revese it by recursion. but i don't understand the meaning of this line head->next->next = head;. why there need head->next
Write a function called concat() that takes a list of strings as an argument and returns a single string that is all the items in the list concatenated (put si
im looking for a way to start a meeting as a host. I used Zoom SDK for PHP before and it has a "role" argument so it's easy to do this. Can anyone help me with