While building AOKP 7.1.2 for the kltevwz (the Verizon Samsung Galaxy S5), I ran into this error: [CODE] device/qcom/common/power/power-8974.c:143:17: error: ‘POWER_HINT_LAUNCH_BOOST’ was not declared in this scope …….Edited for space…….. […]
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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
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 […]