VOOZH about

URL: https://www.javacodegeeks.com/author/Isaac-Taylor

⇱ Isaac Taylor, Author at Java Code Geeks


  • Android Core👁 Image
    Isaac TaylorApril 10th, 2013
    10 413

    Android Tutorial: Using the ViewPager

    Currently, one of the most popular Widgets in the Android library is the ViewPager.  It’s implemented in several of the…

    Read More »
  • Android Core👁 Image
    Isaac TaylorFebruary 5th, 2013
    0 128

    Hardware Acceleration in Android – Are You Using It?

    Did you know Android has Hardware Acceleration? Did you also know you actually need to enable it for your app…

    Read More »
  • Android Core👁 Image
    Isaac TaylorJanuary 15th, 2013
    8 303

    Android: Loaders versus AsyncTask

    One of the biggest pieces of Android that I have neglected to learn about would be Loaders. Seeing as it’s…

    Read More »
  • Software Development👁 Image
    Isaac TaylorNovember 28th, 2012
    1 128

    Coding for the Changes You’ll Have to Make Next Month

    One of the most difficult parts of software development is adapting to change. It’s a guarantee that the concepts, ideas,…

    Read More »
  • Core Java👁 Image
    Isaac TaylorNovember 1st, 2012
    3 313

    Bloom Filter Implementation in Java on GitHub

    A Bloom Filter is a type of Set Data Structure. For those unaware, a Set Data Structure only has one main method,…

    Read More »
  • Android Core👁 Image
    Isaac TaylorOctober 25th, 2012
    6 285

    Java to iOS Objective-C translation tool and runtime

    If you work on a mobile app and you’re planning on developing it on Android and iOS, it may be…

    Read More »
  • Android Core👁 Image
    Isaac TaylorOctober 11th, 2012
    4 460

    Android: Finding the SD Card Path

    Finding the SD Card path in Android is easy right? All you have to do is use Environment.getExternalStoreDirectory(), and you’re…

    Read More »
  • Android Core👁 Image
    Isaac TaylorSeptember 21st, 2012
    0 141

    Android: Level Two Image Cache

    In the mobile world, it’s very common to have scrollable lists of items that contain information and an image or…

    Read More »
  • Android Core👁 Image
    Isaac TaylorSeptember 6th, 2012
    0 165

    Android and Jenkins: Continuous Integration

    By using Jenkins, it’s pretty easy to get a Continuous Integration server set up with an Android project. But before…

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