codelab-android-workmanager
codelab-android-workmanager copied to clipboard
When i try dowloading initial repository, a message apears like this: "404: Not Found".
E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.background, PID: 4227 java.lang.RuntimeException: Canvas: trying to draw too large(160698048bytes) bitmap.
There's a typo in the image at the bottom of the page 10, should be WorkState instead.
BlurWorker should not include import timber.log.Timber in Codelab
in the 8th page( Tag and display work status ) . In the description of "Get work using unique chain name" & "Get work using a tag" their is an...
`SaveImageToFileWorker.doWork()` uses that deprecated method. Needs to be corrected.
**Note:** This PR guarantees the perfect functioning of the application after all changes. ## What is the main problem? Crash when trying to launch the app on a device with...
I just started the app as proposed in codelab and this happened: ``` E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.background, PID: 24751 java.lang.RuntimeException: Canvas: trying to draw too large(118054944bytes) bitmap. at...
``` android.database.sqlite.SQLiteException: cannot rollback - no transaction is active (code 1) at android.database.sqlite.SQLiteConnection.nativeExecute(Native Method) at android.database.sqlite.SQLiteConnection.execute(SQLiteConnection.java:555) at android.database.sqlite.SQLiteSession.endTransactionUnchecked(SQLiteSession.java:439) at android.database.sqlite.SQLiteSession.endTransaction(SQLiteSession.java:401) at android.database.sqlite.SQLiteDatabase.endTransaction(SQLiteDatabase.java:522) at androidx.sqlite.db.framework.FrameworkSQLiteDatabase.endTransaction(FrameworkSQLiteDatabase.java:90) at androidx.work.impl.WorkDatabase$2.onOpen(WorkDatabase.java:169) at androidx.work.impl.WorkDatabase_Impl$1.onOpen(WorkDatabase_Impl.java:113) at androidx.room.RoomOpenHelper.onOpen(RoomOpenHelper.java:136)...
https://developer.android.com/codelabs/android-workmanager#3 In sample code of this page, the `Internal` Modifier should be `internal` . It happens only in Japanese version. 