-
Rounding off - Issue with Asp.Net
Posted by Anuja Patel on January 25, 2022 19:29
While working with payments, it is important to match till even a one cent. As it says “Every little step counts”, 1 cent mismatch with ma...
Read More >
-
NgRx
Posted by Anuja Patel on January 25, 2022 15:57
To implement NgRx,
Install package @ngrx/store: npm install --save @ngrx/store
Now, we need to create one app level reducer.
Create a “store” f...
Read More >
-
How To Access External Storage Using MediaStore API
Posted by Varun Unagar on January 20, 2022 12:06
Nowadays due to the Google Play store's new policy, we do not access directly external storage using run time permission in Android OS 10 and 10 a...
Read More >