architectural-patterns
Here are 156 public repositories matching this topic...
-
Updated
Jul 6, 2020 - C++
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
Oct 5, 2019 - HTML
Describe the problem you are trying to solve.
Adopting Flecs would be made easier if prebuilt binaries were available for the CI platforms.
Describe the solution you'd like
A configuration that makes binaries available for a CI that supports it.
-
Updated
Apr 28, 2020
-
Updated
Dec 14, 2018 - Java
trait CassandraAsyncContext{
trait Quoted[T]{
def query: String
}
}
trait Context {
val context: CassandraAsyncContext
}
@free trait CassandraAlgebra extends Context {
def runSingle[T(q: context.Quoted[T]): FS[List[T]]
}after macro generation, trait Context got removed.
-
Updated
May 22, 2019 - C#
-
Updated
Dec 8, 2019 - Swift
-
Updated
Sep 11, 2017
-
Updated
Jul 7, 2020 - Rust
-
Updated
May 11, 2020 - Swift
-
Updated
Aug 23, 2018 - C#
-
Updated
May 3, 2020 - JavaScript
-
Updated
Jun 30, 2020 - PHP
-
Updated
Jul 6, 2020 - C++
-
Updated
Jul 6, 2020 - Jupyter Notebook
-
Updated
Jun 15, 2017 - Java
-
Updated
May 31, 2018 - Python
We should store the user search queries in local storage so that they could just click from a list on /search/recent.
We could use a localStorage hook for this.
-
Updated
Oct 3, 2017 - Go
-
Updated
May 16, 2020 - Kotlin
-
Updated
Jun 29, 2020 - Python
-
Updated
Apr 27, 2020
-
Updated
Nov 4, 2019
-
Updated
Jan 30, 2018 - Java
-
Updated
Nov 15, 2019 - C++
-
Updated
Nov 26, 2018 - C++
Improve this page
Add a description, image, and links to the architectural-patterns topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the architectural-patterns topic, visit your repo's landing page and select "manage topics."
As documentation mentioned that a RIB can be viewable or viewless, it is found that viewable RIB must be associated with UIViewController. However, I think it is not possible and most viewable RIB should be UIView-based as RIBs framework encouraging us to make reusable and micro components.
As the below image shown, are those viewable RIBs (
Confirmation, Location Refinements, Menu) UIViewCont