In an attempt to update the AOKP 7.1.1 rom for the Samsung Galaxy S4 to 7.1.2, I received an error about AOKP712/hardware/libhardware_legacy/wifi/wifi.c:179.18. The error complained that the CID_PATH was not […]
WebViews for dummies like me.
In my Android Developer Course, the instructor showed us how to create webviews and dataviews. I wanted to take that one step farther, so I made this app, which can […]
An easy way to double check your SQLlite syntax
While in the Android Developer Course, I am finding a little problem with using SQLlite. In Android Studio, when writing Java, Android Studio knows when the code you typed has an […]
Using SQLlite in your Android app
So, as part of my Android Developer Course by Rob Percival (which is excellent, and I highly recommend every computer/Android geek take), he showed us how to make use of […]
Using your Open Weather Map API key
If you are reading this, you are probably trying to figure out how to use your api key from openweathermap.org. If you are reading this and don’t know what that […]
Downloading internet content and apps about the worlds richest celebrities
In the continuing saga of my Android Developer Course with Rob Percival, I needed to make an app that would show a picture of a famous celebrity, and give the […]
A brain teaser app!
For my continued education, I was required to make a brain teaser app which had several elements. Here is a download link if you want to try the finished product: […]
Apache bouncy castles….
So, another day, and another error. While building SlimRoms 7 for the Note Edge, I ran into this error: [CODE] [ 0% 60/15886] Docs droiddoc: /home/a…rget/common/docs/apache-http-stubs-gen external/apache-http/../../frameworks/base/core/java/android/net/http/SslCertificate.java:19: error: cannot find […]
The Super Dimensional Fortress
A title like that suggests something between a B17 bomber (the “flying fortress”) and Superman’s hideout (” fortress of solitude “). Well this isn’t either, but it is pretty cool […]
Countdown or Runnable and Handler, what’s the difference?
Today in class, we learned about different types of timers. Specifically, we learned the difference between a countdown timer, and a runnable and handler. Here’s the app that I put […]