Rajat Talesra
Rajat Talesra
## What type of PR is this? (check all applicable) - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation...
## What type of PR is this? (check all applicable) - [ ] Refactor - [ ] Feature - [ ] Bug Fix - [x] Optimization - [ ] Documentation...
## What type of PR is this? (check all applicable) - [ ] Refactor - [ ] Feature - [ ] Bug Fix - [x] Optimization - [ ] Documentation...
Best practice for fragment is to use companion object and pass information like: ``` companion object { /** Returns a new [StoryFragment] to display the story corresponding to the specified...
We should mention in wiki about how we should approach a bug by following below mentioned points: 1. First try to find the exact reasons of the bugs. 2. Once...
RecyclerView/ScrollView Test cases failing when in Landscape Mode. If we keep device in landscape mode and run test-cases they fail because of animation issues There are two solutions to this...
Currently the language selected in `AppLanguageActivity` is not getting set in the application on per profile basis. This functionality is need to make entire use of this activity.
As soon as we open an exploration the StateNavigationButton seems to get rendered before the content and interaction which looks odd. For checking this issue, open `What is a Fraction?`...
Audio Player is not working on API 19, or maybe below API 21.
**To Reproduce** Steps to reproduce the behavior: 1. Go to **What is a Ratio?** exploration 2. Click on Audio Icon 3. Click on Play icon 3. Change configuration 4. You...