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

Block or report Pinaki93

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

Pinned

  1. Desipe Desipe Public

    An Indian Recipe App 🍜 built on MVVM architecture 🚀 with Kotlin, LiveData, Jetpack Navigation, Room, View Binding, Dagger Hilt, Coil, Retrofit, OkHTTP and Material Components

    Kotlin 25 5

  2. Jetpack Compose Generic Spinner Jetpack Compose Generic Spinner
    1
    @Composable
    2
    fun QuantityMenuSpinner(
    3
        availableQuantities: List<String>,
    4
        selectedItem: String,
    5
        onItemSelected: (String) -> Unit
  3. mubi-film-of-the-day mubi-film-of-the-day Public

    A simple app that shows the film of the day from Mubi.com.

    Kotlin