-
-
-
-
I have an activity with:
```
public void onCreate() {
...
RemixerBinder.bind(this);
...
}
@RangeVariableMethod(maxValue = 1000, defaultValue = 342)
public void setFoo(I…
-
-
I'd split your constants into areas of responsibility and use named export to move them between files. For instance, in constants.ts:
``` ts
export const KeyCode = {
ESC: 27,
};
```
Then, you'd u…
-
It looks like GitHub supports SVGs:
![](https://storage.googleapis.com/icons.google.com.a.appspot.com/google-assets/branding/product_logos/_quantum/res-export/logo_remixer_48px_clr.svg)
Can you upda…
-
It looks like GitHub supports SVGs:
![](https://storage.googleapis.com/icons.google.com.a.appspot.com/google-assets/branding/product_logos/_quantum/res-export/logo_remixer_48px_clr.svg)
Can you upda…
-
The way that we're thinking about Remixer objects, there is a Singleton that will persist across activities. This singleton will contain all Variables for any activity.
Since variables contain the ca…
-
'FirebaseAnalytics/FirebaseAnalytics.h' file not found
chuga updated
8 years ago