https://github.com/mrmike/everyday-android
My collections of tips and tools useful in everyday Android development
https://github.com/mrmike/everyday-android
Last synced: 6 months ago
JSON representation
My collections of tips and tools useful in everyday Android development
- Host: GitHub
- URL: https://github.com/mrmike/everyday-android
- Owner: mrmike
- Created: 2022-01-24T18:57:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-27T18:16:57.000Z (over 4 years ago)
- Last Synced: 2025-06-04T10:08:09.706Z (about 1 year ago)
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Everyday Android
My collections of tips and tools useful in everyday Android development
### Android Code
* [Android Code Search](https://cs.android.com/)
* [Google's Maven Repository](https://maven.google.com/web/index.html)
* [Jetpack Release Notes](https://developer.android.com/jetpack/androidx/versions)
### Compose
* [Compose to Kotlin Compatibility Map](https://developer.android.com/jetpack/androidx/releases/compose-kotlin)
* [Compose Testing cheatsheet](https://developer.android.com/jetpack/compose/testing-cheatsheet)
* [AnnotatedStringExt.kt](https://gist.github.com/mrmike/331aa7017fe912fad00f09fdf6ceb7d8) - extensions function for creating decorated `AnnotatedString`
### Emulator
* [Tool for fixing Bluetooth issue](https://github.com/mrmike/fix-android-emulator-audio)
### Github Actions
* [Handling input default value with parameter expansion](https://dev.to/mrmike/github-action-handling-input-default-value-5f2g)
* [Monitoring Github Workflow](https://dev.to/mrmike/say-github-monitoring-github-workflow-3jp1)
### Design
* [Material Theme Builder](https://material-foundation.github.io/material-theme-builder/)
* [App Icon Generator](https://icon.kitchen/)