Collince Okeyo

Collince Okeyo is an undergraduate student undertaking Bachelor of Science in Computer Science. He is interested in Android development and he is a Machine Learning enthusiast.
Author Insights

4

0

0
Collince Okeyo is an undergraduate student undertaking Bachelor of Science in Computer Science. He is interested in Android development and he is a Machine Learning enthusiast.
4
0
0
Doing what I love to do, presenting robotics innovation live at BBC news channel.
View ProjectJul 4, 2022
Desktop applications are used almost everywhere. For example, in a school management system. Before Jetpack Compose, the Java SWING library was used to develop most desktop applications.
Dec 20, 2021
Security is a fundamental factor in Android applications. Maintaining the security of an Android application ensures the confidentiality of users’ data.
Oct 6, 2021
This tutorial will help you understand how to use LeakCanary to detect memory leaks in Android applications. LeakCanary not only detects memory leaks but also helps you to reduce them.
Aug 19, 2021
In this tutorial, we will learn how to use the Glide library to load images either from the internet (URL) or from Drawable image files into an ImageView in Android.