Nefariis
Nefariis
I would love it - I have multiple responses that are an array of objects
Yeah I can't get this to work either - The `addDataClickListener` is working as expected, but the `addHeaderClickListener` is not. Here is my code [Kotlin] ``` class MainActivity : AppCompatActivity(),...
so ``` private lateinit var tableView: TableView tableView = this.findViewById(R.id.tableView) as TableView ``` to ``` private lateinit var tableView: SortableTableView tableView = this.findViewById(R.id.tableView) as SortableTableView ``` Now the app crashes...
Awesome! Thank you so much for the quick responses. Do you have a "buy a beer" link?
Alright so for the above snippet, if I use this equation - `print((floor((38911/22.29)/7)*7)/60)` (how I understand your equation) -- I get 29.05 minutes `print(((floor((38911/22.29)/7)*7)/60))` -- I get 29.0 minutes As...
thank you guys for the support - I know for a fact that I never would of put that together. and @amartin916 - I just noticed that dividing by 7...
Yeah I am running into this as well - I would love to get this working on azure.