clean-architecture
Here are 1,912 public repositories matching this topic...
Will template be supported for Visual Studio on MAC anytime later? Probably .mpack is needed.
The example uses LocalDb as development which is only a valid option on Windows. Using SQLite as development database will work on all platforms.
-
Updated
Jun 7, 2020 - C#
-
Updated
Apr 3, 2020 - Kotlin
-
Updated
Jun 14, 2020 - Kotlin
-
Updated
Jun 14, 2020 - C#
-
Updated
Jun 9, 2020 - Go
-
Updated
May 22, 2020 - Swift
Hi,
How do you add integration with SDKs that deliver the result to onActivityResult method of fragment/activity? For example if you'd like to implement Authentication via Facebook SDK you would:
- Create a CallbackManager
- Register it via
registerCallback()of [LoginManager](https://develope
-
Updated
Dec 4, 2019 - Java
Adding links to guides like Node best practices or from RisingStack blog to README seems like a good way to recommend what works well with the app architecture.
I think it would be useful to add a mention about Async streams (IAsyncEnumerable) when a developer wants to tackle 'Handle streams of data' problem.
-
Updated
Jun 7, 2020 - C#
I'd like to simplify Dependency Injection of Modules that fallback on each other, For instance, the Entity Framework is replaced by the [In Memory Fakes](https://github.com/ivanpaulovich/clean-architecture-manga/blob/master/src/WebApi/DependencyInjection/InMe
-
Updated
Apr 26, 2020 - C#
It would be nice to have a command to list all the classes included in a layer, ex:
$ deptrac view Controller
3 class found:
- App\Controller\Ctrl1
- App\Controller\Ctrl2
- App\Controller\Ctrl3-
Updated
Jun 13, 2020 - Kotlin
-
Updated
Aug 16, 2019 - Kotlin
It would be great to have an introduction for each topic so I can understand why that topic is relevant e why I should spend time studying it.
Description
I wanted to request that you migrate your code from Fabric to Firebase.
Basic Information
- Device type: Android
- OS version:
- App version:
-
Updated
Nov 14, 2017 - Kotlin
-
Updated
Dec 3, 2018 - Java
-
Updated
May 23, 2020 - C#
-
Updated
May 24, 2020 - Swift
-
Updated
May 19, 2020
-
Updated
Jun 9, 2020 - Kotlin
-
Updated
Jan 28, 2018 - Java
-
Updated
Mar 20, 2017 - Swift
-
Updated
Feb 14, 2020 - Swift
Improve this page
Add a description, image, and links to the clean-architecture topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the clean-architecture topic, visit your repo's landing page and select "manage topics."
It says there is good resources and the first title on the landing page says that those practices are bad and should not be used any more. Maybe find something else to link to make that point?