All Projects → brightec → Kbarcode

brightec / Kbarcode

Licence: mit
A library to help implement barcode scanning

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Kbarcode

Groupchatapp
Developed a Group chat application using Flutter and Firebase, where users can register and create groups or join already existing groups and start conversing with each other.
Stars: ✭ 145 (+64.77%)
Mutual labels:  firebase, android-development
Firebasecloudmessaging Android
FCM is just a demo of Android Application which implement Firebase Cloud Messaging. It made for Google I/O Extended 2016 Bangkok
Stars: ✭ 126 (+43.18%)
Mutual labels:  firebase, android-development
Android Snapshot Publisher
Gradle plugin to deploy Android Snapshot Versions
Stars: ✭ 145 (+64.77%)
Mutual labels:  firebase, android-development
Petshop
Pet Shop is an e-commerce application for Android built with Flutter (iOS to come soon).
Stars: ✭ 127 (+44.32%)
Mutual labels:  firebase, android-development
Firebaseauth Android
Firebase Authentication code guideline for Android developer
Stars: ✭ 67 (-23.86%)
Mutual labels:  firebase, android-development
Livechart
Android library to draw beautiful and rich line charts.
Stars: ✭ 78 (-11.36%)
Mutual labels:  android-development
Push Notification Demo
Demonstrate how to receive notifications using Firebase
Stars: ✭ 82 (-6.82%)
Mutual labels:  firebase
Kotlin Android Fastlane Firebase App Distribution
A repository that shows how to use Firebase App Distribution to distribute android app to testers by fastlane.
Stars: ✭ 77 (-12.5%)
Mutual labels:  firebase
Pfuser Digits
Authenticate Parse Users using Twitter Digits
Stars: ✭ 76 (-13.64%)
Mutual labels:  firebase
Firebase React Native
Firebase Example Using React Native
Stars: ✭ 86 (-2.27%)
Mutual labels:  firebase
Hackernews
A Hacker News reader iOS app written in Swift.
Stars: ✭ 1,251 (+1321.59%)
Mutual labels:  firebase
Firebase dart sdk
Unofficial Firebase Flutter SDK. Maintainer: @long1eu
Stars: ✭ 80 (-9.09%)
Mutual labels:  firebase
Gitmessenger
GitMessenger is github chat app built with socket.io , firebase, nodejs and bootstrap where developers can share code,images and much more 😊
Stars: ✭ 78 (-11.36%)
Mutual labels:  firebase
Newspaper
An aggregated newspaper app containing news from 10+ local news publishers in Hong Kong. Made with ❤
Stars: ✭ 82 (-6.82%)
Mutual labels:  firebase
Ionic Firebase Starter App
Ionic 4 firebase CRUD tutorial to learn how to create a firebase application to perform Authentication and all CRUD operations in an ionic 4 application. You can use this FREE Ionic Firebase Starter App as a base to create your Ionic App with Firebase backend :)
Stars: ✭ 77 (-12.5%)
Mutual labels:  firebase
Netflix
Subscribe to my YouTube channel: https://bit.ly/CognitiveSurge - Building Netflix Using React
Stars: ✭ 1,254 (+1325%)
Mutual labels:  firebase
Fakturama
Wystawiaj faktury za darmo i bez ograniczeń
Stars: ✭ 76 (-13.64%)
Mutual labels:  firebase
Firegraph
GraphQL Superpowers for Google Cloud Firestore
Stars: ✭ 80 (-9.09%)
Mutual labels:  firebase
React Native Firebase
🔥 A well-tested feature-rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for all Firebase services.
Stars: ✭ 9,674 (+10893.18%)
Mutual labels:  firebase
Jotify
Sticky notes reimagined - written in Swift
Stars: ✭ 79 (-10.23%)
Mutual labels:  firebase

KBarcode

Bintray

A library to help implement barcode scanning.





Why?

Another barcode library. Yawn.

We can understand why you may think that, but there are some key reasons we decided to write a new barcode library.

  • Quality We want this library to be a high quality production ready library.
  • Camera2 Many barcode libraries still use camera1 API's. These are now deprecated and although unlikely to be removed, you can get better performance and stability from camera2. You are also safe in the knowledge that Android will work to fix issues, and the library will have more longevity.
  • Firebase This library uses Firebase to process the frames and return barcodes. The Firebase team are committed to these API's and continue to work to improve them.
  • Tested We want this library to have tests. It's surprising how many don't.
  • Simple We want the implementation to be simple, but not try to hide away too much of the complexity of the task.

Download

implementation 'uk.co.brightec.kbarcode:kbarcode:$version'

Wiki

For a detailed look at the library and a full get started guide checkout the wiki

Community

We welcome community involvement with this library. We want this library to be useful for others, and of a high production quality.

Issues

Please do raise issues if you find problems with the library, sample or its documentation. We have provided a template to use.

Pull Requests

If you find an issue, why not try to fix it and create a pull request. We run CI checks on every pull request which must pass. To run these locally

./gradlew check connectedAndroidTest

This will run our code standards checks, lint, tests and instrumented tests.

If you're keen to help, why not fix someone else's issue.

Feature Requests

You can submit feature requests as issues. As mentioned above we want this library to be simple, high quality and production ready. We therefore may be selective about which features we wish to include in order to achieve these goals.

Before fully coding a feature, why not raise an issue to start a discussion with us.

License

See license

Author

Alistair Sykes - Github Medium Twitter

This library is maintained by the Brightec team

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].