Pinned Repositories
miroslavign's Repositories
miroslavign/MVPSample
A sample project showing the use of MVP in android
miroslavign/android-tips-tricks
:ballot_box_with_check: [Cheatsheet] Tips and tricks for Android Development
miroslavign/android-topeka
A fun to play quiz that showcases material design on Android
miroslavign/AndroidJniBitmapOperations
Allows to perform various simple operations on bitmaps via JNI , while also providing some protection against OOM using the native Java environment on Android
miroslavign/ArcLayout
A very simple arc layout library for Android
miroslavign/arduino
All Arduino based projects and custom files
miroslavign/ChipsLayoutManager
ANDROID. ChipsLayoutManager (SpanLayoutManager, FlowLayoutManager). A custom layout manager for RecyclerView which mimicric TextView span behaviour, flow layouts behaviour with support of amazing recyclerView features
miroslavign/code
Code for the book "Mastering OpenCV with Practical Computer Vision Projects" by Packt Publishing 2012.
miroslavign/crelay
Controlling different relay cards for home automation with a Linux software
miroslavign/Dagger-Rx-Database-MVP
miroslavign/Document-Scanner
Source code for the Capstone Project of Udacity Android Developer Nanodegree
miroslavign/EventBus
Android optimized event bus that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality.
miroslavign/GiraffePlayer2
out of the box android video player(support in ListView/RecyclerView and hight performance)
miroslavign/GroceryStore
Grocery Store application to showcase good practices in android development
miroslavign/HermesEventBus
A library for using EventBus between processes, useful in the IPC or plugin development.
miroslavign/IOT
IOT related use cases
miroslavign/iPoli-android
Free ToDo/Task List and Habit Tracking with Material Design for Android. Enjoy more productive and focused work with time tracking & smart scheduling! Dagger2 + Butterknife + OkHTTP and more.
miroslavign/java
My Java projects
miroslavign/marker-ar
Augmented Reality Marker Detector for Android with OpenCV
miroslavign/Masked-Edittext
Android library contain custom realisation of EditText component for masking and formatting input text
miroslavign/MovieApiPlayground
Playing with mvp + clean android architecture to build a demo app
miroslavign/nachos
Material Chips for Android
miroslavign/nv-websocket-client
High-quality WebSocket client implementation in Java.
miroslavign/raspberrypi-boot
simple spring boot application running on raspberry pi measuring data via bmp085 sensor
miroslavign/Renderers
Renderers is an Android library created to avoid all the boilerplate needed to use a RecyclerView/ListView with adapters.
miroslavign/RxAndroidBle
An Android library for Bluetooth Low Energy (BLE) interactions backed with RxJava
miroslavign/RxJava2-Android-Samples
RxJava 2 Android Examples - Migration From RxJava 1 to RxJava 2 - How to use RxJava 2 in Android
miroslavign/SwipyRefreshLayout
A SwipeRefreshLayout extension that allows to swipe in both direction
miroslavign/u2020
A sample Android app which showcases advanced usage of Dagger among other open source libraries.
miroslavign/UseCases
This a library that offers a generic implementation of the domain and data layers from the clean architecture by Uncle bob.