Posts

Showing posts with the label Google Play Store

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

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:

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.

New release! Days Until with Widget!

Image
  Countdown the days until the date and time you choose!  Simple design, no ads, no permissions. Small download size. Available in 100+ languages! Days Until with Widget on Google Play:  https://play.google.com/store/apps/details?id=com.amandaroos.daysuntilapp

Change Calculator Upgrade Version 2.0 is now released on Google Play!

Image
  I made the original app while cashiering at Walmart (I took free Android classes through Udacity.com). I have heard from many people with math disabilities who say it has really helped! This update is to add $100, $50, and $2 for the Canadians out there. Enjoy! Upgrade:  https://play.google.com/store/apps/details?id=com.amandafarrell.www.changecalculatorpaid Original:  https://play.google.com/store/apps/details?id=com.amandfarrell.www.changecalculator -Quick change entry -Checkboxes for bills and coins in the upgrade version -Available in 100+ languages -Now includes more bill types! -Both versions are ad-free and small download size -Original version is open source and available on GitHub:  https://github.com/amandaroos/ChangeCalculator

Video: Scorekeeper App Preview

Image
I receive a lot of reviews of scorekeeper asking for the ability to edit the names of players, which is a feature already available through long-pressing on the player name. Apparently, long-pressing is not something intuitive to try for some people, so they are left without the ability to change the player name. I hope this video preview helps make it easier for users to understand how the app works and how to get to additional features already available to them.

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 .

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. 

App Release: Tip Calculator

Image
Code on GitHub.

App Release: Temperature Converter

Image
See the app code on GitHub.

App Release: Random Number Generator

Image
See the app code on GitHub.

App Release: Change Calculator

Image
See the app code on GitHub

App Release: Scorekeeper

Image
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