python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Session Control Java - GET Cookie from Request and Pass it to POST request
I am actually stuck in a data fetching API. In its documentation it has been mentioned that I have to make a call to the login API first then using its Authorization header and cookie (returned in Log...
Jawad-Dev
Votes: 0
Answers: 0
What would be the proper way to get an instance of realm (kotlin sdk, version 0.10.0)? Alternative to Realm.getDefaultInstance() on Java SDK?
I initialized realm in my Application classe like this:
val realmConfig = RealmConfiguration.Builder(schema =
setOf(User::class)
) .name("myrealm_DB.db")
.schemaVer...

Stiven Fortes
Votes: 0
Answers: 1
Swift Realm add days to date in filter
I would like to filter some Realm results in Swift based on a date and a number of days. I have a Realm Object that has the following properties:
class Route: Object, ObjectKeyIdentifiable, Codable ...
Sehael
Votes: 0
Answers: 1