Posts

Showing posts with the label Android Developer

Kotlin and coffee (decaf. Caffeine makes me jittery 🤪). Working on the Jetpack Compose class today.

Image
 Link to the class: https://developer.android.com/courses/android-basics-compose/course

Trouble with the "by" delegate in Kotlin? Don't forget "getValue" and "setValue" imports.

Image
 

Happy October! 2022 is 75% Complete!

Image
 

App Milestone: 2k Downloads of Random Number Generator!

Image
  This app was a fun one to design because I wanted to make something that would look different and stand out. Fun to see it get downloaded by so many people all over the world!  Random Number Generator Free, No ads

100 Days Until Christmas 2022!

Image
  100 days until Christmas! Wow, 2022 is going quick.  Days Until is my latest Android app, available on the Google Play Store. www.AmandaRoos.com/apps

App Milestone: 50 downloads for Days Until!

Image
The free version of my Days Until app has reached its 50 downloads milestone! Days Until Free, No ads Days Until with Widget $0.99, No ads App preview video: 

App Milestone: 20 downloads for Days Until with Widget!

Image
No, that's not 20k, just 20, but I'm still excited! I released this app last fall as an upgrade version to my Days Until app. It takes a lot longer for paid apps to get downloads than for free apps (obviously), so given that this is one of my paid apps, I'm pretty excited it's reached this milestone!  Days Until Free, No ads Days Until with Widget $0.99, No ads App preview video: 

App Milestone: 10k downloads for Latitude and Longitude!

Image
I've only posted about app milestones for three months now, but this app has already come up twice! My Latitude and Longitude app has the fastest download rate of any app I've made yet. It hit its 5k milestone just two months ago, and now it's at 10k downloads!  Latitude and Longitude Free, No ads App preview video:

App Milestone: 1k downloads for Volume Button Counter!

Image
Another milestone was reached this month! I'll try to do these milestone posts monthly. Volume Button Counter Free, No ads App preview video:

Thanks for the Donations!

Thanks to the person from Milwaukee, WI who recently bought my donation app! To everyone who has supported my Android apps, whether through donations or other app purchases, thank you! It means a lot to know that the work I'm doing is appreciated! https://play.google.com/store/apps/details?id=com.amandafarrell.www.donationfordeveloper_blue

The Android team at Google put out a new FREE course as of April 2022: Android Basics with Compose

I've been working with Kotlin for a while now, but I haven't started learning to use Jetpack Compose yet. Time to get started learning a new way to make the UI for Andriod apps! I'm excited! The Android team at Google put out a new FREE course as of April 2022: Android Basics with Compose:  https://developer.android.com/courses/android-basics-compose/course

New Android Video! 1-Minute Android App Tutorial - Basic Counter App

Image
I love making Android apps. It's a great way to learn how to code! It gives you great projects to work on that can increase in complexity as you become more confident with programming. In this video, I go through the parts of a basic counter app for Android and how it looks in Andriod Studio. To get started, download Andriod Studio here: https://developer.android.com/studio To get the code I used in this example, check out the git hub repository I made for this example app. Feel free to copy and paste this code to make things easier! https://github.com/amandaroos/ExampleCounterApp I know this video is quick, so let me know if you have questions! And even if you don't, let me know if you try it out. I'd love to hear how it goes for you. I learned to make Android apps with Udacity.com, where there are free courses that were developed with Google. Check that out here: https://www.udacity.com/course/how-to-create-anything-in-android--ud802   There are also courses directly from

App Milestone: 5k downloads for Latitude and Longitude!

Image
I've decided to start making monthly-ish posts for my app download milestones. I was thinking of making the milestones be whenever the numbers double, but that's too complicated, so I'll post when the downloads hit orders of magnitude of 1, 2 and 5.  Latitude and Longitude Free, No ads App preview video:

App Stats: Time Progress Bars - 2022

Image
Time for some app stats! Time Progress Bars app was released on the Google Play Store in October 2020. Total downloads - 3007 Active downloads - 905 2022 revenue - $31.64 My share of 2022 revenue - $25.31 Total revenue - $54.71 My share of total revenue - $34.23 Revenue is from an in-app purchase that lets users change the color scheme and an in-app donation purchase.

App Stats: Time Progress Bars

Image
Time for some app stats! My newest app, Time Progress Bars, was released on the Google Play Store in October 2020. Total downloads - 784 Active downloads - 446 Revenue - $12.75 My share of revenue - $8.92 The app has translations for 100+ languages. About half of the downloads are from non-English-speaking countries. I'm not running ads in this app. All revenue is from an in-app purchase that lets users change the color scheme.

App Release: Volume Button Scorekeeper (Two Team)

Image
This is my first published app built with Kotlin! :) Features: Use volume buttons to keep score for two teams Can reset to any scores you choose Available in 100 languages Code on GitHub .

New Video - Android: Getting Latitude and Longitude (Kotlin version)

Image
The code from this video is on GitHub if you want to copy and paste: https://github.com/amandafarrell/LatLong This video is based on the android dev page for getting last location: https://developer.android.com/training/location/retrieve-current

App Release: Volume Button Counter

Image
This app got 25 downloads and a five-star review in its first week on the Google Play Store! Code on GitHub

Python Translations Tool

Image
I made a python tool (which uses selenium and chromedriver) that takes in a phrase to translate and an array of language codes of the languages you want to translate the phrase into. It creates google translate URLs, copies the translations into an array, and then prints the array (which I then use to copy into Android Studio's translation tool). Here's a link to the python code for anyone interested:  https://github.com/amandafarrell/PythonTranslationsTool/blob/master/Translations.py Most of my app downloads are not in English (for example, my Scorekeeper app has been downloaded over 20,000 times and less than half of those downloads are in English), so it was worth it to me to manually create translated versions of my apps, but going forward I wanted to do less copying/pasting. Hopefully, this tool is helpful to others as well!

Scorekeeper App Stats

Image
My Scorekeeper download stats show a consistent spike every Saturday, and big spikes around Christmas and New Year's. I wouldn't have predicted it, but it totally makes sense that people would play more games on weekends and holidays.