Skip to content
View catalinghita8's full-sized avatar
Block or Report

Block or report catalinghita8

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
catalinghita8/README.md

Hi 👋 I'm Catalin output-onlinepngtools

Anurag's GitHub stats

Pinned

  1. android-compose-mvvm-foodies android-compose-mvvm-foodies Public

    Android sample app following best practices: Kotlin, Compose, Coroutines and Flow, Hilt, JetPack Navigation, ViewModel, MVVM, Retrofit, Coil

    Kotlin 448 85

  2. android-screen-tracker android-screen-tracker Public

    Screen tracker overlays on top of the target application the currently visible fragment and its activity host. The library provides insight on what UI components are currently on top of the stacks.

    Kotlin 79 5

  3. android-mvvm-rxjava2-dagger2 android-mvvm-rxjava2-dagger2 Public

    This repository contains a detailed sample application that uses MVVM as its presentation layer pattern. Essential dependencies are Dagger2 with Dagger-android, RxJava2 with RxAndroid, Room, Retrof…

    Kotlin 64 16

  4. android-kotlin-compass android-kotlin-compass Public

    This repository contains a detailed kotlin sample app that uses MVVM as its presentation layer pattern. Essential dependencies are Dagger2 with Dagger-android, RxJava2, RxKotlin with RxAndroid, and…

    Kotlin 21 5

  5. PacktPublishing/Kickstart-Modern-Android-Development-with-Jetpack-and-Kotlin PacktPublishing/Kickstart-Modern-Android-Development-with-Jetpack-and-Kotlin Public

    Kickstart Modern Android Development with Jetpack and Kotlin, published by Packt

    Kotlin 99 48

  6. StateDelegates.kt StateDelegates.kt
    1
    // Consumer usage
    2
    class MyFragment : Fragment(R.layout.my_fragment) {
    3
        private val viewModel: MyViewModel by viewModels()
    4
    
    
    5
        override fun onViewCreated(view: View, savedInstanceState: Bundle?) {