VOOZH about

URL: https://www.javacodegeeks.com/author/david-wong/page/2

⇱ David Wong, Author at Java Code Geeks - Page 2 of 2


  • Android Core👁 Image
    David WongMarch 28th, 2018
    0 155

    RxPreferences and Dagger

    I have been rewriting a Settings (Preferences) activity for an old Android app. Since I was using RxJava in the…

    Read More »
  • Enterprise Java👁 Image
    David WongMarch 2nd, 2018
    0 735

    Gradle Dependencies for Java, use compile or implementation?

    While I was explaining to a colleague about using Gradle for Java projects (he was moving away from Maven), we…

    Read More »
  • Enterprise Java👁 Image
    David WongFebruary 23rd, 2018
    0 213

    JRebel for a Gradle Spring Boot App

    There is some documentation on how to add JRebel to a Spring Boot app that uses Gradle as the build…

    Read More »
  • Android Core👁 Image
    David WongDecember 1st, 2017
    1 379

    Mocking Static Methods in Android: Let’s Wrap it up

    When writing local unit tests in Android, one of the limitiations that you face is that the tests are run…

    Read More »
  • Android Core👁 Image
    David WongNovember 23rd, 2017
    0 130

    Android Studio 3.0 – Initial Impressions of Tool Support

    I have been using Android Studio 3.0 since since the alpha versions, and it is good to see it finally…

    Read More »
  • «
  • 1
  • 2
Back to top button
Close