Jarrod Lilkendey

Results 4 repositories owned by Jarrod Lilkendey

SimpleAlarmClock

70
Stars
31
Forks
Watchers

Android app implementation of a Simple Alarm Clock built using the MVVM design pattern that uses AlarmManager, Services and Broadcast Receivers

AndroidQRCodeScanner

39
Stars
32
Forks
Watchers

Android QR Code Scanner is an Android App is written in Java that uses the Android Jetpack CameraX library for previewing the camera and image analysis along with the ZXing open-source bar code scanni...

MVVM-REST-API

29
Stars
31
Forks
Watchers

Tutorial for implementing an Android app written in Java that integrates with the Google Books API using Retrofit2 while following the Model View ViewModel (MVVM) design pattern

FirebaseAuthLoginRegisterMVVM

16
Stars
7
Forks
Watchers

Tutorial for integrating Firebase Authentication for user sign-in, creation, and sign out in an Android app using the MVVM design pattern