zxing-barcode
A barcode scanner based on zxing
- Support screen auto rotate (both Landscape and portrail)
- Simplify Zxing example code for android
- Highly custom FinderView
Source link: https://github.com/ThePacific/zxing-barcode
Q & A
A demonstration of handling Activities and Fragments using Dagger dependency injection framework
The real benefit here is that you create an object graph only when you need it. This contributes to keeping the memory footprint of your app as low as possible.
TitledEditText allows to write a large font sized title with a content like done in SimpleNote.
MovingButton is an Android button which moves in eight direction.
Sometimes we need to show a label view above a ImageView or others, labelview will help you, let code easy.
The AndroidTagGroup is a layout for a set of tags.You can use it to group people, books or anything you want.
Create a simple and more understandable Android logs.
Q & A