Just letting the user know…

When making apps, I have begun to realize that I don’t do a very good job of creating intuitive and informative interfaces. The fact that the user his the export […]

All about parse!

As many of you probably already know, the parse server service was shut down some time ago. However, on the way out the door, they released all of their material […]

Samsung Galaxy S5 kernels

Below are some kernels for the Samsung Galaxy S5. You can find the source code here: https://github.com/alaskalinuxuser Praise God! The AKLU kernel has arrived on the Galaxy S5 in the flavor […]

Searching an Array List

Searching an array list: // When we click the search button. public void searchACity (View searchView) { // Set our boolean to false. searchYes = false; // Defining an array […]