I need to call a method that is in an activity from a fragment , i can't even instatiate the activity in the fragment , I don't know how to approach this proble
I try to use Facebook Audience Network on my android app without mediation but it is not showing real ads and test Ads are showing. Any idea? I'm so stuck with
I am trying to: draw a circle onto my window let it move AND rotate at the same time to simulate a rolling ball. Appreciate anyone's solutions! Attached below i
I have a legacy Python application which uses some options in its CLI, using argparse, like: parser = argparse.ArgumentParser() parser.add_argument('-f', defaul
I've just seen the above syntax on a CodeSandbox, and as far as I'd always learned you cannot render arrays in JSX - you must always map them if you want to ren
I have two content space QATesting and Development. I've created 3 new content models and contents in Development. The names of new models and their content typ
I'm using populating a sheet using rows.count to add data to the next available row. I'm looking for a way to add a formula to each row but I'm struggling on ho
With the example of join: A typical workflow of spark join is: Shuffle the datasets to bring the same keys to the same partitions for the respective dataset sor