AndroidArchitecture
AndroidArchitecture copied to clipboard
Recommended architecture by Android
#update * ListBindingAdapter adapter set method added (Bug Fix), * MovieListFragment Live data observer not triggered ViewLifeCycleOwner added (Bug Fix), * MovieDetailActivity LifecycleRegister removed (Crash Bug Fix), * Categorized Tab...
It seems NetworkBoundResource works on the bases that, the data is stored in the DB. I have data I want to fetch from an API, however this data won't be...
First, thanks for such a good work!! I've a question for you, i don't know whether it's a feature request, suggestion or else. The API you're querying is protected by...
for example: I need to use activity in MovieRepository ,so how can I inject activity to MovieRepository? @Inject public MovieRepository(MovieDetailActivity movieDetailActivity,MovieDao movieDao, MovieDBService movieDBService) { this.movieDao = movieDao; this.movieDBService =...
I have a pull request that will update all the dependencies and all the deprecated methods
`FATAL EXCEPTION: AsyncTask #1 Process: iammert.com.androidarchitecture, PID: 7318 java.lang.RuntimeException: An error occurred while executing doInBackground() at android.os.AsyncTask$3.done(AsyncTask.java:325) at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:354) at java.util.concurrent.FutureTask.setException(FutureTask.java:223) at java.util.concurrent.FutureTask.run(FutureTask.java:242) at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:243) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) at...