Akshay Nandwana

Results 110 comments of Akshay Nandwana

@chrk2205 assigned to you. Few points to get start: 1. Write down all the edges case which needs to get tested. 2. Don't include end to end test, example like...

@BenHenning Tried this issue using `AsyncListDiffer` and setting the new data inside our `setData(newDataList: List)` with `differ.submitList(buildNewList(newDataList))` Video link - https://drive.google.com/drive/folders/1HAfzcLl2BkSddAjuUuCBJAmf5RwP9Atn?usp=sharing Before ![Before](https://user-images.githubusercontent.com/25057618/79196034-f0282b00-7e4c-11ea-8267-9f2aa57cda54.gif) After ![After](https://user-images.githubusercontent.com/25057618/79196440-bd326700-7e4d-11ea-8f46-d19ea0cab5a7.gif)

@khushal1707 Things which are failing: 1. RecyclerView loading is smooth but slow 2. Drag and Drop doesn't work correctly These are the 2 issues we face after merging my earlier...

No, the linking thing in drag and drop doesn't work with the diffing.

let's have. a draft pr, which solves this issue and will discuss more on this. Also, keeping @aggarwalpulkit596 in loop for drag and drop feature.

Thanks @ayan-biswas0412 for showing interest. Please complete the onboarding and installation steps before starting https://github.com/oppia/oppia-android/wiki If you see test files in the app Module, one file referenced in the description...

Yes, as testing is a new module so you have to check if the required dependency is already there or not, if not we have to add it.