Skip to content
View gab-stargazer's full-sized avatar
🌟
Happy
🌟
Happy
  • TheLorry Indonesia
  • Jambi, Indonesia
  • 06:54 (UTC +07:00)
  • LinkedIn in/kamil-malik
Block or Report

Block or report gab-stargazer

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. hayate hayate Public

    Meet Hayate - the native Android app for anime fans seeking instant guidance! Your swift companion for quick access to anime info, recommendations, and community insights. Dive in, explore, and ele…

    Kotlin 4

  2. lelenime lelenime Public

    Lelenime is an app for anime fans. It gives users info about anime using MyAnimeList's database. Users can search for anime titles, see the synopsis, cast, and crew. Lelenime helps users stay up-to…

    Kotlin 9

  3. GameSaleReminder GameSaleReminder Public

    Game Discount Reminder is an Android app that keeps gamers updated on the latest discounts and sales for their favorite games. With this app, users can receive email notifications whenever the game…

    Kotlin

  4. ValoPedia-Mobile ValoPedia-Mobile Public

    Kotlin

  5. Handle Flow On LaunchedEffect with J... Handle Flow On LaunchedEffect with Jetpack Compose
    1
    @Composable
    2
    inline fun <reified T> Flow<T>.CollectInLaunchEffect(
    3
        key: Any,
    4
        noinline block: suspend (T) -> Unit
    5
    ) {