burhanrashid52 /
YoutubeUX
With MVVM Architecture pattern using Android Architecture Components This is a sample app demonstrating Youtube player animation using constraint layout
77/100 healthLoading repository data…
satorufujiwara / repository
This is a sample app that uses Android Architecture Components with Kotlin and Dagger 2.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This is a sample app that uses Android Architecture Components with Kotlin and Dagger 2.
Architecture Components version is 1.1.*
Kotlin version is 1.2.*
Dagger version is 2.15.*
Using dagger.android.
To use Multibinding for ViewModel's injection like this,
use @JvmSuppressWildcards for inject creators.
class ViewModelFactory @Inject
constructor(private val creators: Map<Class<out ViewModel>, @JvmSuppressWildcards Provider<ViewModel>>)
: ViewModelProvider.Factory {
Here is all code.
To use DataBinding with Kotlin, use com.android.databinding:compiler like below.
dependencies {
kapt 'com.android.databinding:compiler:3.0.0'
}
Copyright 2017 Satoru Fujiwara
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Selected from shared topics, language and repository description—not editorial ratings.
burhanrashid52 /
With MVVM Architecture pattern using Android Architecture Components This is a sample app demonstrating Youtube player animation using constraint layout
77/100 healthmuratcanbur /
This repository might be a starting point for building Android interview tasks. There is also providing a basic sample template based on layered architecture using Dagger2 and Architecture Components.
64/100 health2307vivek /
This app is created as a sample app which loads movies from Tmdb api and uses Paging 3 library to show it in a Recycler view.
2307vivek /
This is a sample project which demonstrates how to create infinite lists 📋📋 with Paging 3 library in Jetpack Compose using modern Android Architecture Components(Kotlin, MVVM, Flow, Jetpack Compose, Paging 3 Library, Android Jetpack).
49/100 healthTayfunCesur /
This is a sample Android Project that is based on Clean Architecture
39/100 healthnuhkoca /
A best use case Android application sample with latest patterns. This app is developer as part of Kariyer.net Tech Challenge.
66/100 health