In my fragment, override fun onViewCreated(view: View, savedInstanceState: Bundle?) { super.onViewCreated(view, savedInstanceState) Log.e(TAG,
I am woring on an application, where header text comes from adb2c policy localization file. I want to override {0} dynamically based on a claim type values. <
I am using Room in Android for persistence and have a class Profile which has relations to Place and Timeframe. I also have a ProfileWithRelations class that st
I am trying to use dlib for a real time application. I am using find_min_global in dlib to optimize a function with 2 variables. The problem is that it is takin
I've mucked up my migrations, I used IgnoreChanges on the initial migration, but now I want to delete all my migrations and start with an initial migration with
when I want to match the result of a function in rust like this: #[get("/v1/user")] pub fn user_info(){ match get_user_info(16){ Ok(sk) => {
I have this data design: A Transaction belongs to a Mandate, which in turn belongs to a Client. Or expressed with structs: type Transaction struct { shared
I am reading data from Kafka topic and I want to pivot the data, I am using the below code in spark shell import org.apache.spark.sql.types._ import org.apache.