-
# Trending repositories for C#
1. [**Sonarr / Sonarr**](https://github.com/Sonarr/Sonarr)
__Smart PVR for newsgroup and bittorrent users.__
5 stars today | 9,125 stars | …
-
1. - [ ] https://github.com/CymChad/BaseRecyclerViewAdapterHelper
2. - [ ] https://github.com/scwang90/SmartRefreshLayout
3. - [ ] https://github.com/Tamicer/Novate
4. - [ ] https://github.com/zhih…
-
I have seen that you have used Domain layer components in Data layer
as per clean architecture Data layer component should not be used in Data layer component
-
The problem is when the application stays in the backgound for a while and a recently displayed activity is recycled by Android. Bringing back the application causes NPE as the activity's component is…
-
Now that you've refactored this into a single project (no longer a multi-project build) why keep dependency declarations in `dependencies.gradle`.
Moving them into the `app/build.gradle` would allo…
-
The purpose of this repo is to demo what using uncle bob's clean coding principles looks like on android but, doesn't the package structure completely go against what he suggests. Packages shouldn't b…
-
## Road map
- [2024年移动端技术探索](https://mp.weixin.qq.com/s/WS29uBbJYzVJm_HgSRRoKg)
### IDEA 插件
- [自定义 IDEA 插件 → 划词翻译替换](https://mp.weixin.qq.com/s/EZaOoBf8RyBElQtNBl4b5Q)
### SDK
- [FinClip SDK …
-
In the examples, I see that you are returning the repository result, without implementing any other operation against them. But it is common, that in an use case you have to query a repository and the…
-
Hello everyone,
Why we are transform the User class to UserModel, we could pass just the User instance afterall to the view.
Why add this complexity ?
Thank you
-
Hi,
can you share your thoughts where should framework specific stuff be placed. For example I have to integrate following:
- GCM (push notifications) - regular push notifications with news
- Google…