Pinned Repositories
Algorithms-Playground
Solutions to algorithmic problems
Android-App-Architecture-MVVM-Databinding
A simple but complete project (in both Java & Kotlin) to demonstrate the Android application architecture with MVVM pattern, a client app for The Movie DB Web API. Dagger2 is used for dependency injection and RxJava is used for RFP (Reactive Functional Programming).
android-architecture
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
android-architecture-components
Samples for Android Architecture Components.
android-mvp-architecture
This repository contains a detailed sample app that implements MVP architecture using Dagger2, GreenDao, RxJava2, FastAndroidNetworking and PlaceholderView
android-round-camera2video-preview
DependencyInjectionExample
Trying out dependency injection frameworks in Android.
PetApp-Android
Exercise to get hands on refactoring apps with architecture
secure_android_key
Demonstrating how we can store keys in gradle.properties and retrieve in code.
test_driven_development_mvp
Exploring TDD using MVP
developer-anees's Repositories
developer-anees/android-round-camera2video-preview
developer-anees/PetApp-Android
Exercise to get hands on refactoring apps with architecture
developer-anees/test_driven_development_mvp
Exploring TDD using MVP
developer-anees/DependencyInjectionExample
Trying out dependency injection frameworks in Android.
developer-anees/Algorithms-Playground
Solutions to algorithmic problems
developer-anees/Android-App-Architecture-MVVM-Databinding
A simple but complete project (in both Java & Kotlin) to demonstrate the Android application architecture with MVVM pattern, a client app for The Movie DB Web API. Dagger2 is used for dependency injection and RxJava is used for RFP (Reactive Functional Programming).
developer-anees/android-architecture
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
developer-anees/android-architecture-components
Samples for Android Architecture Components.
developer-anees/android-mvp-architecture
This repository contains a detailed sample app that implements MVP architecture using Dagger2, GreenDao, RxJava2, FastAndroidNetworking and PlaceholderView
developer-anees/secure_android_key
Demonstrating how we can store keys in gradle.properties and retrieve in code.
developer-anees/android-mvp-interactor-architecture
Extension of the android-mvp-architecture for very large projects.
developer-anees/android-mvvm-architecture-1
This repository contains a detailed sample app that implements MVVM architecture using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView
developer-anees/android-network-security-config
Android Network Security Configuration codelab
developer-anees/android-school
The best videos from the Android community and beyond
developer-anees/Android-Spotify-MVP
Android Sample to explain Model View Presenter in android applications.
developer-anees/android-sunflower
A gardening app illustrating Android development best practices with Android Jetpack.
developer-anees/awesome-android-complete-reference
Awesome Android references for everything like best practices, performance optimization, etc.
developer-anees/Dagger-2-Advanced
For the blog : Dagger 2 for Android Beginners - Advanced
developer-anees/GithubFollows
:octocat: A demo project based on MVVM architecture and material design & animations.
developer-anees/iosched
The Google I/O 2019 Android App
developer-anees/KUnidirectional
The goal of this sample app is to show how we can implement unidirectional data flow architecture based on Flux and Redux on Android... using Kotlin :wink:
developer-anees/LearnDagger
List of resources to learn about Dependency Injection and Dagger 2
developer-anees/lottie-android
Render After Effects animations natively on Android and iOS, Web, and React Native
developer-anees/material-dialogs
😍 A beautiful and fluid dialogs API for Kotlin & Android.
developer-anees/MVVMExample1
A simple of example of MVVM in Android with LiveData and MutableLiveData
developer-anees/People-MVVM
Sample to explain Model View ViewModel and DataBinding in Android Applications
developer-anees/PlaceHolderView
This library provides advance views for lists and stacks. Some of the views are build on top of RecyclerView and others are written in their own. Annotations are compiled by annotation processor to generate bind classes. DOCS -->
developer-anees/plaid
An Android app which provides design news & inspiration as well as being an example of implementing material design.
developer-anees/PopularMovies
:movie_camera: Movie discovery app showcasing Android best practices with Google's recommended architecture: MVVM + Repository + Offline support + Android Architecture Components + Paging library & Retrofit2.
developer-anees/TicTacToe-MVVM
Sample android application used to learn the Model View View Model pattern and DataBinding in Android