-
Text fields are not recommended by Google on wearable devices, but sometime apps needs to use them (an example is Log-in in standalone apps) but all the ways on Wear Compose to call keyboard are unco…
-
- [x] [募集サイト](https://devblog.connpass.com/event/260860/) をconnpassに作る
- [x] URLを貼る
- [x] 放送開始
-
Looking in this repo, there is no use of `dimens.xml` and `dimensionResource` and sizes are used directly such as `18.dp`. Is this the recommended way of using sizes now?
-
### Describe your suggested feature
I'd like to be able to translate text recognized from images, either from gallery or website (maybe via the "Share" funcion) or from a photo taken by the camera.
…
-
Hi there 👋
This might be a mere misconception of mine but I wanted to pick your brain on this. Let's say you have a bottom bar with three destinations (for instance A, B, C). There are attached to th…
-
## タスクの洗い出し
- UI作成
- viewPager
- topBar
- like button
- ビジネスロジック
- アーキ検討
- Firebaseのプロジェクト作成
- データ投入
- CI
- Klint
-
### Description
Add support for Jetpack Compose [Navigation library](https://developer.android.com/jetpack/compose/navigation)
- [x] Collect breadcrumbs for navigation/route changes, capturing f…
-
Jetpack Compose is a library that uses composable functions, what you're using here is a normal View approach. Remove the tag and update your readme.
[Jetpack Compose](https://developer.android.com…
-
goodとskip押したときの実装
-
Hi there.
Would it be possible to have the sampling rate as a parameter we can set?
We might not need that many values. We can then do a sampling of the result but that's extra work twice: Extra sam…