Programming   Internet History   Theme   Everything Else  
Jake Lee on Software
AboutSearch
  • Preview image of Super simple guide to adding a new Ferdi service recipe

    Super simple guide to adding a new Ferdi service recipe

    Apr 13, 2020 • 7 mins • Ferdi, GitHub, JavaScript, Tutorial

    In my last post I gave a brief overview of the messaging browser Ferdi, and why I love it so much. I noticed there wasn’t a recipe for Nextdoor messages yet, so I decided to create it!

  • Preview image of Recommendation: Ferdi, the messaging service aggregator

    Recommendation: Ferdi, the messaging service aggregator

    Apr 10, 2020 • 5 mins • Chat, Ferdi, Messaging, Recommendation, WFH

    Most of us have a surprisingly wide variety of messaging services installed on our laptops / desktops that we use for different types of communication. Between WhatsApp, Teams, Discord, Slack, Messenger etc, it’s easy to lose track of them all!

  • Preview image of Uploading an app bundle to Google Play Internal App Sharing from Travis CI

    Uploading an app bundle to Google Play Internal App Sharing from Travis CI

    Feb 18, 2020 • 16 mins • AppBundles, bash, CI, Travis, Tutorial

    In a post towards the end of last year, I explained how to generate app bundles on your CI server (in my case Travis). Now they’re being generated, the next step is to send them somewhere!

  • Preview image of How to create an app bundle (and APK) on Travis / CI server

    How to create an app bundle (and APK) on Travis / CI server

    Dec 23, 2019 • 10 mins • APK, AppBundles, CI, Travis

    App bundles are one of my 5 Android techniques for 2020, and with good reason: they’re a low effort way of drastically reducing app size. Surprisingly, we also noticed faster times creating an app bundle then an APK than creating an APK directly. Of course, moving away from APKs is trickier if you have a complicated multi-stage build process involving QA or deployment!

  • Preview image of Retrieving forgotten environment variables from Travis CI

    Retrieving forgotten environment variables from Travis CI

    Dec 18, 2019 • 5 mins • ccrypt, CI, Travis

    When using a CI server, you’ll often need a way to use highly sensitive strings (e.g. signing keys, API keys, passwords), whilst minimising who has access to them. Travis CI solves this using encrypted environment variables, encrypting your variables using a private key only Travis has access to. These encrypted values are then stored in your .travis.yml.

  • Preview image of How to see all dependencies in a multi-module Android app

    How to see all dependencies in a multi-module Android app

    Dec 16, 2019 • 3 mins • Dependency, Gradle, Modules

    Recently at work, I needed to provide a list of all dependencies / external libraries used by an app. Requests like these are inevitable when working on bigger apps, especially with legislation like GDPR.

  • Preview image of 2020's essential Android development techniques

    2020's essential Android development techniques

    Dec 14, 2019 • 1 min • AppBundles, Jetpack, Kotlin, Modules, Testing

    Earlier this year, myself and the rest of the ITV Hub Android team visited Droidcon UK. We thoroughly enjoyed ourselves, and on my return I wrote up my top 5 techniques for Android development in 2020.

  • Preview image of Tutorials overview for data binding

    Tutorials overview for data binding

    Jul 30, 2019 • 7 mins • DataBinding, Layout, ViewBinding

    Somehow I’ve spent a few years developing for Android without coming across data binding in a real project. I’ve seen it mentioned, assumed the basics, but never actually used it. I recently had the opportunity to use some of it’s more advanced capabilities for work, which seemed a good time to try out the most popular data binding tutorials!

  • Preview image of How to create (and test) an app update listener

    How to create (and test) an app update listener

    Jun 10, 2019 • 5 mins • adb, Intents, Update

    Running code when your app updates can be a useful marketing tool, and a reliable way of enabling new functionality only when the user updates.

  • Preview image of How to create HD image flairs, with accompanying text, on your subreddit

    How to create HD image flairs, with accompanying text, on your subreddit

    Jun 7, 2019 • 9 mins • Flair, Reddit

    Over on /r/AndroidDev, we’re shortly going to be hosting AMAs from a few prominent devs. In preparation for this, I wanted to revisit Reddit’s user flair system, so users can have their employer’s icon. Whilst I’ve assigned plenty of flairs over on /r/Android, I’ve never actually created one from scratch. The end result of this tutorial will be the ability to easily give your subreddit’s users custom image flairs, whilst allowing them to add their own text.

« Previous 1 ... 8 9 10 11 12 ... 20 Next »

Jake Lee on Software

  • [email protected]
  • JakeSteam/blog-programming
  • RSS Feed
  • Jake Week Lee

In-depth ad-free articles about software development, Android, and the internet

Jekyll 4.3.2, minimaJake latest.