Burhan ud din's repositories
PlaceAutocomplete
A Kotlin library that helps developers save weeks of effort in migrating from the default Google Places Autocomplete feature.It uses the latest Places API and is build on top of MVVM Architecture and uses various RxJava operators to optimise location requests.
FormValidator
This kotlin library allows you to validate Huge Forms containing Fields in android just by a single line, It saves you from the hassle of checking individual edit text boxes one by one then setting the error. This library supports edit texts view and no custom view is required. it also supports error validation for TextInputLayouts.
state-driven-ui-android
💥 A simple design were you separate different states of the UI in different classes which and the state. This not only helps in allocating single responsibility to classes but also makes you design open for extensions for when adding new states. The states also enclose data-set required for their operation.
ChatterBot
ChatterBot is a machine learning, conversational dialog engine for creating chat bots
SSNInputView
If you are using social security number input for US in your project, This library will provide you with a view which will automatically format it to SSN
design-patterns
A code book which includes examples of most widely used design patterns. These design patterns are primarily extracted from a book titled as Head First Design Patterns 2nd Edition by Eric Freeman and Ribbon. Updates are currently in progress
policy-based-repo-android
🚀Policy based pattern is simple approach where you can align your data sources in a simple queue and pop the queue untill you get the required data. You can rearrange order of the data-sources and label them as policies so now your UI can request data in policies and all of it without any spaghetti code
AFNetworking
A delightful networking framework for iOS, macOS, watchOS, and tvOS.
DragonBallModularization
DragonBall Modularization is a sample Android application focused on how to architect/configure a multi-module project.
idea-conventional-commit
Context and template-based completion for conventional/semantic commits.
ModularizationSample
Sample project for modularizing an Android application
proSwipeButton
A swipe button for Android with a circular progress bar for async operations
razorpay-pod
:iphone: CocoaPod implementation of Razorpay's Payment SDK. Refer for instructions:
solid-principles
A practice demonstration of SOLID principles given by uncle bob.
StatusBarAlert
Telegram X inspired android status bar alert view
swipe-button
A button that activates by swipe instead of touch
travis-example-android
Travis CI example for Android with ConstraintLayout