-
Android Developers: https://developer.android.com/topic/libraries/architecture/paging.html
Paging with Network Example: https://github.com/googlesamples/android-architecture-components/blob/master/…
-
Trying to migrate to Kotlin 2.0.0 and KSP 2.0.0-1.0.21, and was unsuccessful, as none of the generated files which are present in the build folder are visible to the source.
Reproducer:
Use 'exa…
-
## Exception
* __User Action:__ requested feed
* __Request:__ Loading feed
* __Content Country:__ IN
* __Content Language:__ en-IN
* __App Language:__ en_IN
* __Service:__ none
* __Version:__ 0…
-
@Database(entities = {User.class, Bus.class}, version = 1)
public abstract class AppDatabase extends RoomDatabase {
public abstract UserDao userDao();
public abstract BusDao busDao();
…
-
I was having an issue with RoomAsset not migrating the contents of my pre-loaded database to the usable Room database, so I dug through the code and found what I believe to be the culprit:
```
/**…
-
A user writes,
> the app keeps crashing in the work profile (created with insular) when choosing RDNS in the DNS settings view (both when accessed from settings view or from home).
>
> App versi…
-
Hi,
And at first thanks for this great tool.
I used it today on test code and it worked great but after a while, I decided to put my DB at the application context level and to put it into a private…
-
**URL of codelab:**
https://github.com/google-developer-training/basic-android-kotlin-compose-training-inventory-app/tree/main
**Specify the language of the codelab if it is not English:**
…
-
### Description
I've added new module to my Android project which is not a library:
`apply plugin: 'com.android.library'`
but a dynamic feature that I want to uninstall at some time from my App Bun…
-
### Steps to reproduce the bug
Open app
Look up a song
App crashed
Songs are gone
### Expected behavior
My songs should show up
### Actual behavior
I had 2 playlists, many offline so…