Skip to content
View inidamleader's full-sized avatar

Block or report inidamleader

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
inidamleader/README.md
  • 👋 Hi, I’m @inidamleader
  • 👀 I’m interested in android development
  • 🌱 I’m currently learning android app developement
  • 💞️ I’m looking to collaborate on android app creation
  • 📫 How to reach me: [email protected]

Pinned Loading

  1. AutoSizeText: Composable function th... AutoSizeText: Composable function that automatically adjusts the text size to fit within given constraints with optimal performance by using a binary search algorithm
    1
    /*
    2
    MIT License
    3
    Copyright (c) 2024 Reda El Madini
    4
    Permission is hereby granted, free of charge, to any person obtaining a copy
    5
    of this software and associated documentation files (the "Software"), to deal
  2. ListPicker: Generic compose picker (... ListPicker: Generic compose picker (Number picker, date or any other type) function to select an item from a list by scrolling through the list with: possibility of editing and wrapSelectorWheel parameter
    1
    package com.inidamleader.ovtracker.util.compose
    2
    
                  
    3
    import androidx.compose.animation.AnimatedContent
    4
    import androidx.compose.foundation.clickable
    5
    import androidx.compose.foundation.gestures.snapping.rememberSnapFlingBehavior
  3. In-app update composable function im... In-app update composable function implementation
    1
    package com.inidamleader.ovtracker.util.compose.update
    2
    
                  
    3
    import androidx.compose.runtime.Composable
    4
    import androidx.compose.runtime.LaunchedEffect
    5
    import androidx.compose.runtime.getValue