Posts
All the articles I've posted.
An Introduction to CameraX
Updated: at 15:00An Overview of the basic CameraX functionality and how to implement it in your own projects. CameraX is a new Jetpack library introduced at Google IO 2019 which was built to help make camera development easier.
Android Notifications Overview
Updated: at 15:00This article discusses in-depth about notifications in Android and help you in starting your journey towards understanding how to use them and why they are important.
A crash course in TypeScript
Updated: at 15:00Typescript is one of the most important technologies in the Javascript ecosystem and is used by a lot of businesses. This article will go over all the important syntax and concepts.
How to create a music bot using Discord.js
Updated: at 15:00In this article we will build a fully functional Discord music bot that can play, pause, resume and skip songs using Discord.js and Discord Player.
An introduction to the JavaScript DOM
Updated: at 15:00The Javascript DOM (Document Object Model) is an interface that allows developers to manipulate the content, structure and style of a website. In this article, we will learn what the DOM is and how you can manipulate it using Javascript.
Dependency injection in Android
Updated: at 15:00In this article, we will discuss the basics of dependency injection and will take a look at how it can be implemented in Android.
Android Room using Kotlin
Updated: at 15:00Introduction to using Android room to make interacting with SQLite easier.
Create an Android Camera App using Kotlin
Updated: at 15:00Build an Android Camera app using Kotlin and the Fotoapparat library which provides an easy way to interact with the Android camera while still maintaining a powerful collection of parameter customization options.
Create an Android Sound Recorder using Kotlin
Updated: at 15:00Develop a basic Sound Recorder application that is capable of recording audio and saving it into the local storage of an Android device using the MediaRecorder that is provided by the Android SDK.