-
Updated
Jul 15, 2021 - JavaScript
mvvm
Here are 5,605 public repositories matching this topic...
-
Updated
Jul 20, 2021 - C#
-
Updated
Jul 13, 2021 - Java
-
Updated
Jul 23, 2021 - Java
-
Updated
Jul 21, 2021 - Kotlin
Add Missing XML Docs
Summary
Many API's are currently lacking XML docs or have invalid markup. As we begin to explore adding API documentation to the Prism Docs, we need to update the existing codebase with more complete XML docs so that these docs can be generated for the docs site.
HACKTOBERFEST UPDATE
Thank you for joining us for your Hacktoberfest contributions... Please take some time to familiari
-
Updated
Jan 23, 2021 - Java
-
Updated
Jul 20, 2021 - Kotlin
Describe the bug
Looks like NetworkConnectionStateTrigger
is using a private copy of WeakEventListener, it's identical to the one we already have in the Toolkit, so we should update the source to use the [existing code within the Toolkit](https://github.c
-
Updated
May 8, 2021 - Java
/**
* Correctly sets text color based on a given background color so that the
* user can see the text correctly
*/
@JvmStatic
fun setIntelligentTextColor(context: Context, textView: TextView, backgroundColor: Int) {
val red = Color.red(backgroundColor) * 0.299f
val green = Color.green(backgroundColor) * 0.587f
val blue = Color.blue(backgroundColor) * 0.114
-
Updated
Jul 24, 2021 - C#
-
Updated
May 22, 2020 - Swift
-
Updated
Jul 19, 2021 - C#
-
Updated
Jun 3, 2021 - Java
-
Updated
Nov 26, 2020 - Java
-
Updated
Jun 17, 2021 - Swift
-
Updated
Jun 24, 2021 - C#
-
Updated
Jun 20, 2021 - Swift
-
Updated
Jul 4, 2021 - Kotlin
-
Updated
Apr 25, 2021 - Objective-C
-
Updated
Jul 21, 2021 - Swift
-
Updated
Apr 21, 2021 - Swift
Improve this page
Add a description, image, and links to the mvvm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mvvm topic, visit your repo's landing page and select "manage topics."
Current behavior
When I removed the status bar by adding those 4 lines in the style.xml
Applying `VisibleBoundsPadding