I want to set corner radius to imageview and control the radius on seekbar. As the seekbar progresses the corner radius should increase and vice-versa. Currentl
I have a class that is responsible for setting the theme for my application. I'm trying to test that it throws an error if you give it a theme that it does not
Problem background - I am receiving response data from a website, formatted in json and UTF-8 encoded. A body attribute of json has values in a base64binary typ
I have tried to include the header file bits/stdc++ in my C++ code, but it seems the compiler doesn't support it. Is there any way to make it work? I use OS X
I have a problem with a SELECT with multiple inner joins. My code is as follows: SELECT `movies02`.`id`, `movies02`.`title`, `movies03`
I have this pandas Dataframe import pandas as pd data = {"Team": ["Red Sox", "Red Sox", "Red Sox", "Red Sox", "Red Sox", "Red Sox", "Yankees", "Yankees", "Yanke
In my flutter project structure settings, the android studio gives me this problem: Library Dart Packages has broken classes paths: $home/snap/flutt
I have saved the spark dataframe to AWS S3 in Parquet format partitionby column "channel_name". Below code is how i saved to S3: df.write.option("header",True)
I have an object array like { Id: 1, Name: Name1, Users: [ { Identifier: [email protected], AccessRight: Admin }, { Identifie