mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 05:43:55 +01:00
Created models, adapters and view models (#4441)
* created models, adapters and view models * Added Image Fragment * back button linked * Documentation and refractor * spaces * Butterknife annotation * DiffUtil * Added Examples * Extended Custom selector From Base Activity * made view model injectable
This commit is contained in:
parent
63798c00ca
commit
2dbda3a488
28 changed files with 1092 additions and 73 deletions
|
|
@ -110,6 +110,9 @@
|
|||
<activity android:name=".quiz.QuizResultActivity"
|
||||
android:label="@string/result"/>
|
||||
|
||||
<activity android:name=".customselector.ui.selector.CustomSelectorActivity"
|
||||
android:label="CustomSelector"/>
|
||||
|
||||
<activity
|
||||
android:name=".category.CategoryDetailsActivity"
|
||||
android:label="@string/title_activity_featured_images"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue