I was using Postgres addon on Heroku and was connecting to the database using DATABASE_URL env var. I now need to switch to Google Cloud Platform Postgres. I've
I'm building a class that exposes a sequential container, with a fixed length, but the length isn't known at compile-time. So when an instance of my class is co
I use Hilt as dependency injection in my project. The ObjectModule module provides the instance of MediaRecorder, so I can use it in both SoundViewModel and Han
I have a consumer that looks like this: // ItemConsumer.kt try { job = itemService .connect() .flowOn(Dispatchers.IO) .c
This is actually a working Google Map with with a google place search. The problem is upon disposing this Stateful Widget, I am getting this error: E/flutter (
I want to calculate turnover like in new table called ca ' create table ca as (select sum(a.prixvente * c.qte)as ca , c.datec as datee from article a , comm
Backend uses this java implementation for encrypting the data using public key(generated from iOS App in swift), Cipher iesCipher = Cipher.getInstance("
I try to get the result in a fragment. Code in fragment override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) { super.onActivity
I am trying to start Tomcat from Eclipse, but a problem occured: Port 8080 required by Tomcat v6.0 Server at localhost is already in use. The server may a