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 […]
Android number guessing game!
In the continuing adventures of higher education and personal learning, I made a simple little guessing game for Android, as instructed by my online course for Android app development. It […]
A real GitHub client for Android!
GitHub. Android. They should be friends. At least, that’s what I thought. Yet time and time again, I was settling for less than fully functional GitHub apps. Sure ForkHub and […]
Breaking down a voltage control app
I learned so many things while making the S4 GPU voltage control app, that I thought it would be appropriate to break it down into groups. Here is the source […]
A New S4 GPU Voltage Control App!
With the code from Ktoonsez to allow the control of the GPU voltage added to my Galaxy S4 kernel, one could now adjust the voltage of each stage of the […]
A currency converter app.
I never realized just how much goes into an app before trying to learn how to make one work! At the same time, I never realized how simple the individual […]
The magic button that changes the picture!
This android developer course is actually pretty fun! There are several hard parts, and a few “scratch my head” moments, but Rob does a great job of explaining what to […]
Changing your Android app icon.
As I continue my studies in Android app making, I was a bit surprised that we had not yet covered how to change your application’s icon. I suppose making the […]
Making Toast
As I have mentioned previously, I am continuing my studies with an online course from Udemy by Rob Perceval about how to build Android apps. Here is my latest creation: […]
Error:Gradle version 2.2 is required
In the continuing adventures of Android Studio and app development, I ran into yet another error while trying to import someone else’s work off of github: [CODE] Error:Gradle version 2.2 […]