I am relatively new to react. Can I get locations from google map when sign up and after that how can I fetch locations data to another map to display?
Possible Duplicate:Calculating the Difference Between Two Java Date Instances In Java, I want to calculate the number of days between
I'm using YouTubePlayerFragment to add embedded youtube video capabilities to an android app. The video preview (thumbnail) is displayed using a fragment which
This has never happened before. Usually it displays the error, but now it just gives me a 500 internal server error. Of course before, when it
I have a new path to my site. The new path is deployed with gcloud run deploy. This path is a container and I am trying to get socket.io to work with it. I can
Let's say I have a simple model: class Entry(db.Model): __tablename__ = "entries" id = db.Column(db.BigInteger(), primary_key=True) event_id = db.Co
Is it possible to access the the IConfiguration in the new ASP.NET Minimal API? I do not see the possibility to do such thing. using Microsoft.AspNetCore.Compon
The isLoggedIn in getters is always true event if there is no token from API i can stil go to every routes i don't know what is the error in guard route or i'm
I'm building a weather app using MVVM and retrofit and i recently added a PreferencesFragmentCompat subclass to implement some user settings using the preferenc