KTKibet Theophilusinkibet.hashnode.dev·Jan 4, 2022 · 3 min readWhere Should You Save Data in Android?Prerequisites Have knowledge of android development. Have an idea about ViewModels, Preferences/Datastore and Room. Android apps cannot be complete without data, this can either be input from the user or fetched from a server. These data needs to b...03KSM
KTKibet Theophilusinkibet.hashnode.dev·Sep 20, 2021 · 3 min readIntroduction to Room DB in AndroidMost of the android apps we develop need where to store data offline,e.g a Todo App will need a "store" for the information you enter.That is what is called a database,while working on android you will mostly be using Room Database . This is a begin...00
KTKibet Theophilusinkibet.hashnode.dev·Aug 30, 2021 · 3 min readModel View ViewModel Architecture - Part IAlthough this is a beginner article,you should already know how to create a simple app on android studio. What you will learn MVVM architecture Sending API requests using Retrofit Testing APIs using PostMan I will be explaining MVVM architecture u...01L
KTKibet Theophilusinkibet.hashnode.dev·Aug 28, 2021 · 4 min readIntroduction To Data Structures and AlgorithmsIf you are in tech field am sure you come across this topic almost daily,either mentioned by friends or interviewers.Recently, have been trying to make myself busy -- fighting imposter syndrome,looking for internships,upskilling technically and non-t...01K
KTKibet Theophilusinkibet.hashnode.dev·May 27, 2021 · 2 min readActivities in AndroidPrerequisites Although this is a beginner article,you should at-least know the basic structure of an android application.If not please check on Structure of an Android app . What is an activity? Almost all applications that we use requires us to log...00