Search Result for Background Processing
Sample Code and Directory of libraries for Android DevelopersAndroidOperationQueue is tiny serial operation queue for Android Development.
AWEX (Android Work EXecutor) is a thread pool to execute tasks that uses Promises to deliver results. Promises that can be cancelled, can be combined or even can process collections in parallel automatically.
Are you sad to create every time the ThreadPool
and MainThread
to be exposed with Dagger
to the application? If yes, you can use this library to reduce your work.
Android-Retainable-Tasks is an easy to use mini-library for easy asynchronous background tasking with callback support to the UI. This library is based on the Android AsyncTask
implementation but with support for retaining tasks and therefore surviving configuration changes (orientation).
FromTo is a helper library that makes it simple to handle asynchronous actions with views for Android and Java/Kotlin.
Annotation-triggered method call by specified thread.
- Eliminate
runOnUiThread
calls by using@OnUi
on method. - Make background logic more clear by using
@OnBackground
on method.
Makes it easy to put your asynchronous operations behind Android's Loader.
An utility library for Android to run jobs delayed in the background. Depending on the Android version either the JobScheduler
, GcmNetworkManager
or AlarmManager
is getting used.
Reactive Bolts-Android(powered by parse and facebook) allows to convert Task<T>
to Observable<T>
.
Android lifecycle safety task with sugar code style.
AndroidChannel is helper library for inter thread communication between main thread and worker thread. AndroidChannel uses HandlerThread
for inter thread communication.
This library extends AsyncTask api.
Features:
- You can handle task's priority in task queue (from fifo queue to priority queue).
- You can handle running thread's priority for task.
- You can set a timer for task.
Asynchronous Workers and Worker Managers for Android.
Exponential backoff for Java (Java port of segmentio/backo).
Goro performs asynchronous operations in a queue. You may ask Goro to perform some task with schedule
method invocation.
Caesar is a tiny Java library that allows to create an asynchronous proxy-version of some synchronous bean. It means that you can still think in terms of your service/bean/object and use its methods instead of writing concurrency code.
An utility library for Android to run actions in background. It handles orientation changes and delegates results to the visible Activity
.
AsyncManager hopes to keep management of background threads as simple as possible, by keeping the creation and termination of background tasks to just one API call respectively. Callback, which will be processed on the UI thread, can be overridden to process the result returned from the background operation.
Coordinator is a Java library that is used to coordinate various asynchronous actions. Usually we found cases that you need to check if other thread is completed to execute an action, coordinator solves this problem without using flags.
Topics
2D Engines 3D Engines 9-Patch Action Bars Activities ADB Advertisements Analytics Animations ANR AOP API APK APT Architecture Audio Autocomplete Background Processing Backward Compatibility Badges Bar Codes Benchmarking Bitmaps Bluetooth Blur Effects Bread Crumbs BRMS Browser Extensions Build Systems Bundles Buttons Caching Camera Canvas Cards Carousels Changelog Checkboxes Cloud Storages Color Analysis Color Pickers Colors Comet/Push Compass Sensors Conferences Content Providers Continuous Integration Crash Reports Credit Cards Credits CSV Curl/Flip Data Binding Data Generators Data Structures Database Database Browsers Date & Debugging Decompilers Deep Links Dependency Injections Design Design Patterns Dex Dialogs Distributed Computing Distribution Platforms Download Managers Drawables Emoji Emulators EPUB Equalizers & Event Buses Exception Handling Face Recognition Feedback & File System File/Directory Fingerprint Floating Action Fonts Forms Fragments FRP FSM Functional Programming Gamepads Games Geocaching Gestures GIF Glow Pad Gradle Plugins Graphics Grid Views Highlighting HTML HTTP Mocking Icons IDE IDE Plugins Image Croppers Image Loaders Image Pickers Image Processing Image Views Instrumentation Intents Job Schedulers JSON Keyboard Kotlin Layouts Library Demos List View List Views Localization Location Lock Patterns Logcat Logging Mails Maps Markdown Mathematics Maven Plugins MBaaS Media Menus Messaging MIME Mobile Web Native Image Navigation NDK Networking NFC NoSQL Number Pickers OAuth Object Mocking OCR Engines OpenGL ORM Other Pickers Parallax List Parcelables Particle Systems Password Inputs PDF Permissions Physics Engines Platforms Plugin Frameworks Preferences Progress Indicators ProGuard Properties Protocol Buffer Pull To Purchases Push/Pull QR Codes Quick Return Radio Buttons Range Bars Ratings Recycler Views Resources REST Ripple Effects RSS Screenshots Scripting Scroll Views SDK Search Inputs Security Sensors Services Showcase Views Signatures Sliding Panels Snackbars SOAP Social Networks Spannable Spinners Splash Screens SSH Static Analysis Status Bars Styling SVG System Tags Task Managers TDD & Template Engines Testing Testing Tools Text Formatting Text Views Text Watchers Text-to Toasts Toolkits For Tools Tooltips Trainings TV Twitter Updaters USB User Stories Utils Validation Video View Adapters View Pagers Views Watch Face Wearable Data Wearables Weather Web Tools Web Views WebRTC WebSockets Wheel Widgets Wi-Fi Widgets Windows Wizards XML XMPP YAML ZIP Codes