Skip to content
#

espresso

Here are 398 public repositories matching this topic...

slowcar
slowcar commented Nov 5, 2018

I have a pdf that changes its orientation, the first page is vertical A4, the next horizontal A4.
When using Androids built-in PdfRenderer the document is displayed correctly, but with PdfViewPager the horizontal page is distorted.
I suspect that the library does not recognize the orientation change and displays the horizontal page as a vertical one.

Please find attached a simple test pdf and

Barista
kenyee
kenyee commented May 14, 2019

assertAny() is a nice feature to let us check any views that are hard to match.

Please add a similar clickAny() method that you can specify a matcher for. Or maybe clickOn() that takes a matcher instead of just an ID or String?

Use case is if a screen has a layout that has a few other layouts included, there are duplicate IDs so you need to reference the parent of the layout you want to cle

folkyatina
folkyatina commented Mar 5, 2020

Downloading section says that all you should do is to add

id 'marathon' version 'X.X.X'

to your build.gradle to add the plugin, but it will not work without this little magic in settings.gradle:

pluginManagement {
    resolutionStrategy {
        eachPlugin {
            if (requested.id.id == "marathon") {
        
92alanc
92alanc commented Aug 29, 2018

Our README rocks! It's very complete and clear in every sense, but I think it's a bit too complete.

At least in my opinion a README file should only summarise what the project is about, how to install it, give like 1 or 2 examples, who are the project administrators and how to contribute.

Since this file already has examples for each of the methods we've created so far (or most of them maybe

Clean-MVVM-ArchComponents

👽 Android app consuming Star Wars API.Built with clean architecture ,MVVM pattern, Koin , Coroutines + Flows ,Architecture Components, Data Binding , Firebase , Unit/UI Tests ,Motion Layout

  • Updated Jul 4, 2020
  • Kotlin

Improve this page

Add a description, image, and links to the espresso topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the espresso topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.