Source code for Instagram app - Youtube video series for making Kotlin clone app
Stars
207
Forks
72
Watchers
207
Open Issues
4
Overall repository health assessment
No package.json found
This might not be a Node.js project
Moved createFeedPosts to FeedPostsRepository. Moved singletons to InstagramApp. Fixed LoginActivity.
921d21eView on GitHubAdd comments feature. Made BaseViewModel with required onFailureListener.
2949f37View on GitHubRefactored HomeActivity and ProfileSettingsActivity with ViewModels. Added AuthGuard.
aee1ef0View on GitHubCommonViewModel, errorMessage handling in BaseActivity. Encapsulated navigation in InstagramBottomNavigation.
58dbf3eView on GitHub[Ep.31] - Added ViewModel and Repository to EditProfileActivity
243d1f9View on GitHubRefactored AddFriendsActivity: added architecture components, viewmodel, repository.
dda0936View on GitHubExtracted string resources from literals in layouts and in the code.
08b2319View on GitHub