
Introducing JekyllEx - The easiest way to manage a Jekyll blog from an Android device!
A project I made for the Hashnode x Auth0 August Hackathon.
Search for a command to run...

A project I made for the Hashnode x Auth0 August Hackathon.

Welcome to the second issue in the Genics log series! I know this is super late in the month, but I wanted to share some updates on the blog from the past months. Listen to this article at Genics Blog Before diving into the latest news at Genics, I...

At some point of time, we all have worked with arrays. It is a useful data structure to store multiple values of the same type in a single variable. Complex usage of arrays includes storing data in 2D, 3D, or other multidimensional arrays. This allow...

The Paging 3 library, a part the new set of Android Jetpack libraries, provides a robust way of paginating large sets of data in Android whether it is loaded from a room database or from a network layer. The library provides 3 different utilities for...

A major aspect of open source is the ability to create and maintain a community of developers who collaborate on building software together. Collaboration is a key component of open source development! Read this article at genicsblog.com Git and Gi...

Hello there, I hope you are doing well! This is the first article in the Genics log series where we will be documenting our monthly progress on the blog and report what's been brewing up in the past months. Read this article at Genics Blog Before d...

Explanation of a StackOverflow question regarding an Android Activity's lifecycle

Originally published at freecodecamp.org by me. Reproduced here for record. If you're building an Android app, you should consider adding animations. They can improve your app's user experience and increase retention. These days, if you see an app t...

You would hardly see any Android app that allows its users to be able to choose from a set of fonts to be used for the whole app, based on the user's preference. The major reason being it is hard to implement! Why should you bother? Accessibility is ...