Skip to content
View mobile-pablo's full-sized avatar
👷‍♀️
Working on Magnum Opus
👷‍♀️
Working on Magnum Opus
Block or Report

Block or report mobile-pablo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mobile-pablo/README.md

💻 Projects


🎵 Altas Notas 🎵 (Private)

Music Player based on Firebase Services


☁️ Weather Forecast ☁️

Available on Google Play!


Youtube - TV

In progress
Light mode Dark mode

Pinned

  1. Testing Gallery Picker Intent Testing Gallery Picker Intent
    1
    @RunWith(AndroidJUnit4ClassRunner::class)
    2
    class GalleryPickerTest {
    3
    
                  
    4
        @get:Rule
    5
        val intentTestRule = IntentsTestRule(MainActivity::class.java)
  2. Download data with Espresso_Idling_R... Download data with Espresso_Idling_Resource
    1
    object EspressoIdlingResource {
    2
    
                  
    3
        private const val RESOURCE = "GLOBAL"
    4
    
                  
    5
        @JvmField val countingIdlingResource = CountingIdlingResource(RESOURCE)