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 button doesn't really tell the Just Notes app user that they actually did anything, or that notes were exported. That …
Critical Velocity! A fun side scrolling arcade style game.
After finishing my Android developer course, I decided to try to put my new found (fledgling) skills to use by making a game. It's a classic side scroller with an arcade feel to it. The story line is pretty short and to the point: you are a captain of a …
Adding Parse to your App in Android Studio
Parse is a really neat tool for your Android applications, allowing you to have online servers that store game scores, driver id's, names, logins, you name it! Whatever storage your app needs, you can just about always use parse for the job.
The usual way of getting parse set up …
Sometimes the screen is just too small....
Recently I updated my Ships, Captain, and Crew game, because of a comment from a friend. They wanted to know where to find the instructions on how to play the game.
Of course, I told them the instructions are on the "about" page. They looked and couldn't find them. After …
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 as open source for the community at large to benefit from. This is great for open source junkies like me …
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 of NOUGAT!
Here is the latest download for AOKP Nougat, it may work on CM, PAC …
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 of titles and urls.
searchCityList = new ArrayList<String>();
searchCityUrl = new ArrayList<String>();
// Clear the lists, so we don't get duplicates.
searchCityList.clear();
searchCityUrl.clear …Getting photos with intents on Android
During my class for app development, the instructor showed us how to get a photo from the phone's gallery with intents. I wanted to take that one step farther, so I did. I also added getting a photo from the camera. To keep things small, I set the camera still …
AOKP 7.1.2 for the Samsung Galaxy S4 and Samsung Galaxy Note Edge!
The AOKP ROM for the Samsung Galaxy S4 and Samsung Galaxy Note Edge has been updated to 7.1.2! Be sure to check out the "homemade ROM's" page and get the latest download!

