Going Gapp-Less, Again….

Don’t worry, you can put the tinfoil hats away. That being said, I’m going Google App Less (gappless) again. A few years back, I tried to go gappless, and it […]

Google’s Play Console App

Most people who are placing their apps on the Google Play Store are already aware of the Android version of the Play Console App. It’s an app to monitor the […]

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 […]

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 […]