An open API service indexing awesome lists of open source software.

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

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/)