April 2014 - RulTech

Bookcrate

With help from Jhamar Youngblood, Delila Osmankovic & Ronald Rutledge, Bookcrate is the simplest way to monitor all of your book readings. Keep records of books you are currently reading, books you have completed reading and books that you desire to read in the near future.
    [ [...]
    Published in Mobile Development

    Webb Wheel

    This application gives you instant access to a wealth of product information provided by Webb Wheel Products, Inc. Included is a “Videos” section, placing Technical Training Videos at your fingertips. The Library section provides extensive product information including: New Product Bulletins, [...]
    Published in Mobile Development

    PrepMyPalate

    Welcome to Prep My Palate. The premiere dining directory that offers both visual and audio descriptions of restaurants entire menu. PMP wants to prepare you for your unique dining experience. Now, there is never a need to wonder about the presentation of your cuisine because it will always be visu [...]
    Published in Mobile Development

    My Safety Genie

    Job Description   quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio [...]
    Published in Web Development

    Inforalongnight

    Job Description   Are You IN?, was designed to bring you the hottest and closest events right to the palm of your hand, using the GPS in your mobile device. Live Music, Dj's, Theater, Comedy, Concerts, Attractions, Shows, Festivals... whatever you may be looking for, we got it covered! Who [...]
    Published in Web Development

    Jtwdealer

    Job Description   JTWDealer.com, a website dedicated to the Joy To The World Collectibles wholesale dealer network. User must either be a JTW Dealer or a qualified retailer to create an account and access this website. This site is designed to service our wholesale accounts. All accounts ar [...]
    Published in Web Development

    Axon Advisors

    Job Description   Axon Advisors is an independent research services firm and data provider focused on the global healthcare industry. They are based in New York City and serve financial, management consulting, pharmaceutical and biotech clients. We have to apply Joomla template and feed the [...]
    Published in Web Development

    Common Bugs When Testing iOS Apps

    The bugs we’ve encountered ranged from app specific usability issues to general issues common amongst many apps. Today, we want to highlight 5 issues that we’ve encountered repeatedly, using some of the most popular apps as examples. The list below is presented in no particular order. H [...]
    Published in Blog Post

    Load custom marker on GoogleMap V2

    To load custom icon as marker of GoogleMap V2, save the icon in drawable folder. Load it using the code protected void addCustomMarker() { BitmapDescriptor bitmapDescriptor = BitmapDescriptorFactory.fromResource(R.drawable.ic_launcher); myMap.a [...]
    Published in Blog Post

    Testing on Android

    Unit Tests JUnit Tests There's no reason you can't use normal JUnit 4 testing for Android applications... as long as you stay away from anything Android. Normally you compile against the SDK's android.jar, which contains nothing but stubbed methods that throw exceptions when run. When you actual [...]
    Published in Blog Post