Shashank Kumar
Shashank Kumar
> @shashankiitbhu You have 9 commits now. Please squash to only one commit. oh sorry, It's done now.
@utzcoz @hoisie Please Review and merge this PR, thanks
@utzcoz Yes, I'll rebase it now , missed last notification, sorry
@hoisie For classes instantiated using ReflectionHelpers.callConstructor, we plan to define corresponding Reflector interfaces. Are there any specific guidelines or best practices you recommend following when creating these interfaces, especially for...
So Just to make sure I am getting this Right: This is current approach: ```java if (getApiLevel() >= LOLLIPOP) { return ReflectionHelpers.callConstructor( Typeface.class, ClassParameter.from(long.class, thisFontId)); } ``` After Creating TypefaceReflector...
@hoisie ```Shadow.invokeConstructor``` is indeed trickier , Maybe we can Introduce a New Annotation. For example, ```@DynamicConstructor```, which could be used to annotate a method in the interface passed to ```Reflector.reflector(...)```....
Hi, I would like to work on this Issue @hoisie can you assign this to me, thanks
HI @utzcoz , should all the ```@Deprecated``` method's javadoc be updated like this?(below code) or unique information should be added for each method
Is there already some documentation about how to profile Robolectric tests using Android Studio? or should we make one from scratch by performing profiling and taking screenshots for every major...