-
Updated
Jul 2, 2020 - Kotlin
#
moshi
Here are 158 public repositories matching this topic...
kotlin
gson
moshi
jackson
intellij-plugin
android-studio-plugin
logansquare
fastjson
androidstudio-plugin
json-to-kotlin
An app for catching up on things.
github
android
kotlin
graphql
fragments
room
reddit
medium
dribbble
rxjava
dagger
moshi
hackernews
autodispose
producthunt
designernews
architecture-components
catchup
-
Updated
Jul 8, 2020 - Kotlin
android
kotlin
room
flow
coroutines
mvvm
kotlin-android
moshi
material-components
retrofit2
coroutines-android
mvvm-android
livedata
android-architecture-components
dagger2-android
room-persistence-library
viewbinding
kotlin-flow
livedata-viewmodel
-
Updated
Jul 4, 2020 - Kotlin
An annotation processor that generates Moshi adapters from immutable Kotlin data classes.
-
Updated
Apr 28, 2020 - Kotlin
Gif RecyclerView in MVP using Dagger 2 + Retrofit 2 + Moshi + RxJava 2 + Glide 4 with JUnit and Espresso tests written in Kotlin + Kotlin DSL!
kotlin
coverage
recyclerview
mvp
kotlin-android
junit
espresso
moshi
robolectric
kotlin-dsl
android-databinding
android-gif
rxjava-2
retrofit-2
espresso-tests
ktlint
dagger-2
riffsy
-
Updated
Apr 1, 2020 - Kotlin
A collection of simple JsonAdapters for Moshi.
-
Updated
Dec 28, 2018 - Java
3
abhijeethallur
commented
Nov 7, 2019
When an API exception is happening the exception should be caught in catch block is it?
`
fun invoke(
scope: CoroutineScope,
params: Params?,
onResult: (UseCaseResponse)
) {
val backgroundJob = scope.async {
run(params)
}
scope.launch {
backgroundJob.await().let {
try {
Sample app using Kotlin, Coroutines, Architecture Components and more. With Unit and Instrumentation tests.
-
Updated
Oct 29, 2019 - Kotlin
Reflective and code gen implementations for serializing Kotlin sealed classes via Moshi polymorphic adapters.
kotlin
json
reflection
annotation-processor
moshi
code-generation
kapt
sealed
kotlinpoet
kotlin-reflect
-
Updated
Jun 15, 2020 - Kotlin
A minimalistic movie listing app to browse IMDB's top 250 movies, built to demonstrate MVVM with latest hot-trending Android development tools.
kotlin
coroutines
retrofit
mvvm
imdb
moshi
dagger2
android-lifecycle
room-android
jaba
android-jetpack-components
kotlin-flow
-
Updated
May 23, 2020 - Kotlin
A quick reference guide for Android development.
firebase
library
service
volley
rest-api
recyclerview
inheritance
fragment
transition
moshi
location-services
activity
google-maps-api
mvvm-architecture
broadcast-reciever
circularreveal
lottie-animation
googleauth
fragmentmanager
appcompat-v7
-
Updated
Jul 4, 2020 - Java
A sample Android application📱 built with Kotlin for #30DaysOfKotlin
android
kotlin
flow
reactive
coroutines
kotlin-android
moshi
viewmodel
retrofit2
coroutines-android
architecture-components
30daysofkotlin
-
Updated
Jun 4, 2020 - Kotlin
Miscellaneous benchmarks for JSON serialization on JVM/Android
-
Updated
Jun 13, 2020 - Java
Looking for your next No Man's Sky wallpaper?
android
kotlin
dependency-injection
coroutines
mvvm
kotlin-android
android-application
moshi
android-app
mvvm-pattern
no-mans-sky
in-app-purchase
mvvm-architecture
kotlin-coroutines
fastadapter
buy-me-a-coffee
android-architecture-components
koin
nomanskygame
android-jetpack
-
Updated
Jan 25, 2020 - Kotlin
tomaszpolanski
commented
Jun 4, 2017
How about showing in README first how kotlin would do it's null mapping, something like this:
getCurrentUserId()
?.takeIf { it.isNotEmpty() && it != "Invalid Id" }
?.let { getCurrentUserFromDatabase(it) }
?.username
?.let { "Logged in user: $it" }
.apply {
if (this != null) {
log(this)
} else {
log("No user to login!")
A cryptocurrency portfolio tracker app for Android
-
Updated
Jan 25, 2020 - Kotlin
Music Streaming App
notifications
music
firebase
volley
sqlite-database
retrofit
moshi
glide
butterknife
sqlite-android
firebase-auth
notification-android
json-parsing
volley-api
runtime-permissions
appcompat-v7
intentservice
music-streaming-application
boundservice
-
Updated
Oct 6, 2018 - Java
Example project on how to leverage Kotlin for better JSON parsing
-
Updated
Jun 19, 2018 - Kotlin
Personal Android project for Football daily updates
kotlin
json
kotlin-android
kotlin-extensions
clean-architecture
moshi
retrofit2
kotlin-coroutines
modularization
mvvm-android
koin
football-daily-updates
-
Updated
Oct 21, 2019 - Kotlin
An Indian Recipe App 🍜 built on MVVM architecture 🚀 with Kotlin, LiveData, Jetpack Navigation, Room, View Binding, Koin Service Locator, Coil, Retrofit, OkHTTP and Material Components
android
kotlin
material-design
dark-theme
coroutines
mvvm
jetpack
moshi
mvvm-architecture
coroutines-android
coil
koin
androidx
jetpack-android
coil-kotlin
-
Updated
Jul 11, 2020 - Kotlin
Coronavirus Stats is an Android application that provides you the latest stats about Covid19, featured with a summary notification about your country delivered at the end of the day.
android
ui-design
mvvm
kotlin-android
moshi
material-components
retrofit2
android-app
spinkit
alarmmanager
coroutines-android
mpandroidchart
mvvm-android
android-architecture-components
fusedlocationprovider
databinding-android
viewpager2
viewbinding
livedata-viewmodel
moshi-converter
-
Updated
Jun 29, 2020 - Kotlin
A modern Android base application written in Kotlin with MVVM architecture
android
kotlin
navigation
mvvm
moshi
dagger2
rxjava2
viewmodel
lifecycle
databinding
objectbox
livedata
android-architecture-components
android-ktx
android-jetpack
-
Updated
Feb 12, 2020 - Kotlin
Simple application for tracking Covid-19 info. Stay safe.😷
android
kotlin
room
material-design
material-ui
mvvm
moshi
material-components
retrofit2
timber
kotlin-dsl
kotlin-coroutines
mpandroidchart
ktlint
mvvm-android
livedata
koin
room-database
kotlin-flow
covid
-
Updated
Jul 2, 2020 - Kotlin
Improve this page
Add a description, image, and links to the moshi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the moshi topic, visit your repo's landing page and select "manage topics."
Adding CONTRIBUTING with descriptions and current state.