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: […]
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 […]
Testing out List Views in Android app development
Today, in my Android App Developer Course by Rob Percival, he showed us how to make lists in our apps. As is his style, he shows us the meat and […]
Android: making a soundboard app!
I call it “Finnish On The Go”, essentially a soundboard app that plays a sound every time you click a button. The buttons are programmed to play the sound corresponding […]
Cross-fade and other animations!
So I enlisted the help of Borris and Natasha to chase down Rocky and Bullwinkle in my supped up app from the last post: Crossfade. Here is the latest version: […]
Rocky and Bullwinkle cross-fade app!
In my continued determination to complete the Android Developer course, I have been given yet another challenge by my instructor, which is to have two images, where one faded out, […]
Updated the S4Camera app!
As we spoke about last time, there were two problems with my custom S4 camera app: No way to stop the recording, you had to wait for the 1 or […]
A special camera app for the Samsung Galaxy S4!
Recently I was fortunate enough to compile a working version of AOKP Nougat for the Samsung Galaxy S4 JFLTETMO/JFLTEXX phones (Praise God!). For the most part, it seems to work […]
Android number guessing game gets better!
Last post I made a number guessing game for Android. It is simple and short, but works well enough. However, my online course teacher pointed out a problem that was […]