Can someone review my coding assignment for a job? How valid is the feedback from the engineers who reviewed it?

This page summarizes the projects mentioned and recommended in the original post on /r/androiddev

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • xkcd

    I did a coding assignment and, unfortunately, I did not know Kotlin, so I had to do it in Java. Here is the link to the project I made for the coding assignment: https://github.com/sarimmehdi/xkcd

  • SdkSearch

    An Android app and Chrome extension for searching the Android SDK documentation.

    For example if you read the following project, it doesn't use clean architecutre but the naming makes a lot of sense. You know exactly which class is what by just reading the name, you don't even have to dig into the code... https://github.com/JakeWharton/SdkSearch

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • guide-to-kotlin

    [GUIDE] This tutorial assumes all you know is Java, but you want to learn Kotlin.

    It's easy to use Kotlin, it helps to know both. I wrote this guide a while ago and not much has changed since

  • ViewPropertyObjectAnimator

    Wrapper of the ObjectAnimator that can be used similarly to ViewPropertyAnimator

    That, and animations with https://github.com/blipinsk/ViewPropertyObjectAnimator were much easier than linear interpolating in a LaunchedEffect, and shadow support is basically non-existent (Modifier.shadow() doesn't work as you expect, even android:elevation was better).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts