Sagar Khurana
Sagar Khurana
### Overview Converted the [ResTable_configTest](https://github.com/hellosagar/robolectric/blob/0cd83225d78e48209c9c73dbe09c56656a0cedc1/resources/src/test/java/org/robolectric/res/android/ResTable_configTest.kt) from java to kotlin. ### Proposed Changes In this, I've basically removed the java version `ResTable_configTest` and added the kotlin version.
When I'm running the below piece of code on `onLoadSDK()` in`SandboxedSdkProvider` extended class ``` private void testAdId() { AdIdManager adIdManager = getContext().getSystemService(AdIdManager.class); adIdManager.getAdId(Runnable::run, new OutcomeReceiver() { @Override public void onResult(@NonNull...

Explained the SOLID principles in my language
1. How is MVVM better than MVP 2. Solid Principles and how I've used it 3. What changes have you had to make a class testable 4. How will you...