Skip to content

Instantly share code, notes, and snippets.

View tomjegan's full-sized avatar
🌯

Tom Egan tomjegan

🌯
  • Moneybox
  • Nottingham, UK
View GitHub Profile
@DavidIbrahim
DavidIbrahim / DashedBorder.kt
Last active May 14, 2024 15:13
dashedBorder modifier for android compose
import androidx.compose.foundation.BorderStroke
/*
* Copyright 2020 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
#!/bin/python3
import os
print("AVD Launcher with replaced libs\nBy Nick Webster http://nick.geek.nz\n====================\n")
print("Note: You should be in your Android SDK tools folder when running this script.")
AVDs = [file.split('.')[0] for file in os.listdir(os.path.expanduser('~/.android/avd/')) if file.split('.')[len(file.split('.'))-1] == 'ini']
i = 0
for avd in AVDs: