-
Android Core
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
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
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
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
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
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
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
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
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