-
I'd like to create a sample that demonstrates the power and elegance of Kotlin coroutines. It will use MVVM, Data Binding and Architecture Components (ViewModel and possibly LiveData). I plan to branc…
-
currently the Presenter in the MVP dev branch has a reference to the content resolver. I *think* this should not be the case, as it is now dependent on the Android system.
I've seen examples of wh…
-
can you make contract, view, presenter, model, activity/fragment are placed in the same package like https://github.com/googlesamples/android-architecture/tree/todo-mvp/todoapp/app/src/main/java/com/e…
-
Like https://github.com/googlesamples/android-architecture/issues/179 TasksLoader and TaskLoader run in a thread pool, so should synchronized the visit of shared resource (e.g., TasksRepository.mCache…
-
Thanks for all this work, it is just great! Is there any source or documentation about the python for android, where i could figure out how to use all the import android stuff? I am trying to read a f…
-
```
buildscript {
...
}
ext {
// Sdk and tools
minSdkVersion = 10
targetSdkVersion = 25
compileSdkVersion = 25
buildToolsVersion = '25.0.0'
// App dependencies
…
-
I might have a rusty understanding or Java, or be missing something, but how does this architecture not leak memory? The P references the V and vice-versa. So while Android SDK might be able to call o…
ghost updated
7 years ago
-
Line Number 263 at [https://github.com/googlesamples/android-architecture/blob/dev-todo-mvvm-rxjava/todoapp/app/src/main/java/com/example/android/architecture/blueprints/todoapp/data/source/TasksRep…
-
I'm testing the app and getting an arror when adding a task
my phone is galaxy s3
android: 5.0.1
android studio 2.2 preview
gradle: 2.2.alpha
```
E/AndroidRuntime: FATAL EXCEPTION: main
…
-
There is no DaggerAppComponent class in package `com.example.android.architecture.blueprints.todoapp.di `, I am getting a compile time error in `ToDoApplication` class in `applicationInjector()` metho…