Skip to main content

Posts

Your First Andriod App: Getting Started with Android Studio

1. The first part is setting up your Android phone to get developer options. You can use the Android Studio emulator, but it's much faster to use a physical device. Go to Settings > About phone > tap Build number 7 times. Once you have developer options make sure that USB Debugging is turned on: 2. Next, download Android Studio:  https://developer.android.com/studio/ 3. Start a new project. There are template projects available or you can start with an empty project: 4. Switch to Project view: 5. Java files go in "java" folder, XML files (layout, styles, strings, etc.) go in the "res" file, and sometimes you edit the manifest and the Gradle files: After this, be prepared for downloading time as you might need to update Android Studio. If you want more help with a starter app, check out my counter app tutorial video:

Udacity Android Basics Nanodegree - Graduation Certificate!

Thanks to Google and Udacity for the scholarship, and thanks to everyone else I got help from along the way. I've been lucky to have so many people willing to take time to answer my programming/Android questions.

App Release: Random Number Generator

See the app code on GitHub.

Udacity Android Basics Nanodegree - Final Project

I'm finishing up the last project of the Udacity Android Basics Nanodegree this week! I completed a challenge course for the Grow with Google scholarship earlier this year and started on the nanodegree a few months ago.  I've worked on over 30 little app projects and I'm starting to understand Java a lot better.

New Video - Android: Getting Latitude and Longitude

Link to video:  https://youtu.be/fouAGhpq8Ss This simple app displays the latitude and longitude coordinates of the phone using Google's location services API and the getLastLocation() function as of June 2018. The code is on GitHub: https://github.com/bluepandadev/Location2 I was following along with Udacity's location class when I came across a deprecated method. Since Udacity doesn't have an updated video for it yet, I decided I'd try making one.  Let me know if you have any suggestions on how to do this better. Link to the Udacity class, Google Location Services on Android: https://www.udacity.com/course/google-location-services-on-android--ud876-1 Here's a training doc on location from the google dev website: https://developer.android.com/training/location/ And here's the Google APIs for Android, LocationServices page on the google developer website for more information: https://developers.google.com/android/reference/com/google/android/gms/loc...

App Release: Change Calculator

See the app code on GitHub

New Video - Updating Formatting of Change Calculator Android App

This video shows how I put the finishing touches on my Change Calculator Android app (which will be on Google Play for download soon!). Example of using string.xml, style.xml and color.xml files in an Android app.   Websites from the video: https://www.materialpalette.com/ https://stackoverflow.com/ Link to Change Calculator code: https://github.com/bluepandadev/ChangeCalculator Edit: link to the app on Google Play -  https://play.google.com/store/apps/details?id=com.amandfarrell.www.changecalculator&hl=en

App Release: Scorekeeper

Scorekeeper for Android is done with beta testing and available on Google Play! Check it out:  https://play.google.com/store/apps/details?id=com.amandafarrell.www.scorekeeper&hl=en#details-reviews The code is also on GitHub:   https://github.com/bluepandadev/Scorekeeper

App Update: Scorekeeper 2.0 - Quick Change Buttons

Updated my scorekeeper app to include blue quick change buttons. Check it out. Code changes on GitHub: https://github.com/bluepandadev For Android on Google Play:  https://play.google.com/store/apps/details?id=com.amandafarrell.www.scorekeeper&hl=en

Admiral Grace Hopper: Computing Pioneer

Admiral Grace Hopper joined the Navy in her 30s and became one of the pioneers of computing. In the early 1950s, a time when people thought computers could only do arithmetic, she built a compiler (a program that can turn the code humans write into something the machine can understand). By the 1960s she had written the language COBOL. This is a video of her giving a nano stick to David Letterman. A nano stick was a piece of wire that represented the distance light could travel in a nanosecond. Seems like she was pretty cool. It's a fun interview.

Tutorial: Using SQLite with Android - Simple Scorekeeper Example

This is a quick tour of how the SQLite database in my simple scorekeeper app is set up. Here's a link to my scorekeeper app code on GitHub if you want to follow along: https://github.com/bluepandadev/Scorekeeper If you want more information on Data Storage and Android, check out this class at Udacity: https://www.udacity.com/course/android-basics-data-storage--ud845 The scorekeeper app is on the play store (in beta still right now): https://play.google.com/store/apps/details?id=com.amandafarrell.www.scorekeeper&hl=en A link to the screen recording software I used:  https://obsproject.com/