intent
Here are 253 public repositories matching this topic...
Eg: Suppose there is an activity stack of A -> B -> C -> D. If we launch activity B again with the launch mode as “singleTask”.
should be updated to
Eg: Suppose there is an activity stack of A -> B -> C -> D. If we launch activity D again with the launch mode as “singleInstance”.
There are some classes we should rename to fit the 3.0 architecture and conventions.
Also, we should have sufficient java doc comments for the methods and follow common guidelines throughout the code.
Some of the findings that will help achieve above goal. It would also be good to read through the other parts of the code and have it updated.
InjectionTarget:
- InjectionTarget can be rename
-
Updated
Mar 13, 2020 - JavaScript
-
Updated
Nov 21, 2019 - Swift
Are there any more examples apart from those in the read.me, for example, does it handle the certificate checking needed if you host your own web service?
-
Updated
Feb 24, 2020 - Kotlin
-
Updated
Jan 15, 2019
-
Updated
Sep 18, 2017 - Jupyter Notebook
AFAIU, one of the premises EIB was built for was the lack of documentation of the various commonly used extras and ACTION_SENDTO. However, I just stumbled across this:
https://developer.android.com/guide/components/intents-common.html#Email
What do you think?
Document limitations
-
Updated
Mar 17, 2020 - Java
-
Updated
May 5, 2020 - Jupyter Notebook
-
Updated
Dec 31, 2017 - Kotlin
-
Updated
May 8, 2020 - Python
-
Updated
Jun 3, 2018 - Java
-
Updated
Dec 13, 2018 - Java
-
Updated
May 15, 2020 - Dart
-
Updated
Jan 24, 2020 - Java
-
Updated
Dec 23, 2017 - Java
-
Updated
May 21, 2019 - Java
-
Updated
Oct 26, 2016 - Java
Update documentation
/**
* @return SmsIntentBuilder for method chaining
*/
fun photoCapture(): PhotoCaptureBuilder {
return PhotoCaptureBuilder(context)
}
Improve this page
Add a description, image, and links to the intent topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the intent topic, visit your repo's landing page and select "manage topics."
Describe the Feature
If I want to test whether the share dialog is open on Android using Detox, the framework can not find any text (i.e. title)
Possible Implementations
Add ability to add the Detox
testIDto the optionsRelated Issues
N/A