Pinned Repositories
androidcodelabs
Collection of small Android apps developed from a number of Google Codelab tutorials
authentication
Example Android application, written in Kotlin, to demonstrate use of device biometrics for authentication
azuretodolist
azuretodolistapi
Series of Azure functions to provide an API service for Azure backed to-do list storage, including simple GET/POST/PUT/DELETE requests and schedule/queue functions
cleanexampleapp
Simple example Android application written in Kotlin to provide a reference for number of key concepts (e.g. MVVM, networking, DI)
exampleitemsmobileservice
Simple C# Azure function app to provide dummy list data for example consumer applications
examples-coroutines-flow
mauitodo
navigation
Example Android application, written in Kotlin, to demonstrate use of navigation components from the Jetpack library
simpleweather
chrisc3456's Repositories
chrisc3456/androidcodelabs
Collection of small Android apps developed from a number of Google Codelab tutorials
chrisc3456/authentication
Example Android application, written in Kotlin, to demonstrate use of device biometrics for authentication
chrisc3456/azuretodolist
chrisc3456/azuretodolistapi
Series of Azure functions to provide an API service for Azure backed to-do list storage, including simple GET/POST/PUT/DELETE requests and schedule/queue functions
chrisc3456/cleanexampleapp
Simple example Android application written in Kotlin to provide a reference for number of key concepts (e.g. MVVM, networking, DI)
chrisc3456/exampleitemsmobileservice
Simple C# Azure function app to provide dummy list data for example consumer applications
chrisc3456/examples-coroutines-flow
chrisc3456/mauitodo
chrisc3456/navigation
Example Android application, written in Kotlin, to demonstrate use of navigation components from the Jetpack library
chrisc3456/simpleweather
chrisc3456/movielistings
Example Android application, written in Kotlin, to retrieve and display movie genres and listings from TMDB. Uses clean/MVVM architecture, repository pattern and nested RecyclerView UI components
chrisc3456/rssfeedreader
Example Android application, written in Kotlin, to retrieve and display items from XML RSS feeds. Uses the MVVM architecture and RecyclerView UI component
chrisc3456/simplenotes
Notes keeping Android application, written in Kotlin
chrisc3456/userauthentication
Example Android application written in Kotlin using Firebase Authentication to manage registration/login/reset processes for users
chrisc3456/weather
Example Android application, written in Kotlin, to retrieve and display weather forecasts via OpenWeather. Uses the MVVM architecture and RecyclerView UI component