Skip to content
View whitipet's full-sized avatar
👨‍💻
Code Every Day
👨‍💻
Code Every Day

Organizations

@Headway-Dev
Block or Report

Block or report whitipet

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 Loading

  1. project-template-android project-template-android Public template

    Project template with basic configuration

    Kotlin 1

  2. vaservaga-android vaservaga-android Public

    A smallest bubble level android app.

    Java 3 2

  3. Connect adb to the device that acts ... Connect adb to the device that acts as a hotspot
    1
    adb connect $(route -n get default | grep gateway | awk '{ print $2 }')
  4. droid-island-android droid-island-android Public

    Kotlin 2

  5. Position tracker for android media3 ... Position tracker for android media3 Player
    1
    private const val MIN_UPDATE_INTERVAL_MS: Long = 200
    2
    private const val MAX_UPDATE_INTERVAL_MS: Long = 1000
    3
    
                  
    4
    class PlayerPositionTracker {
    5
    
                  
  6. Get all possible sums with indexes f... Get all possible sums with indexes from array
    1
    import java.util.ArrayList;
    2
    import java.util.List;
    3
    
                  
    4
    public class PossibleSums {
    5