All Projects → wangerekaharun → AndroidBackgroundSevices

wangerekaharun / AndroidBackgroundSevices

Licence: other
A guide in creating a reccuring background intent service that executes tasks in the background thread withouth fail

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to AndroidBackgroundSevices

QuadTreeAndroid
Library that helps to implement the QuadTree in android, by using splitting images
Stars: ✭ 30 (+76.47%)
Mutual labels:  android-development
Chat-App-Android
Chat app based on the MVVM architecture using Kotlin, ViewModel, LiveData, DataBinding and more.
Stars: ✭ 70 (+311.76%)
Mutual labels:  android-development
AndroidTips
A collections of tips in Android developing.Android开发总结。我的博客:
Stars: ✭ 721 (+4141.18%)
Mutual labels:  android-development
android-localization-helper
A python script that helps you create strings.xml for all languages in different hierarchical folder(using Google Translation API)
Stars: ✭ 19 (+11.76%)
Mutual labels:  android-development
permissions-flow
A simple library to make it easy requesting permissions in Android using Kotlin Coroutines.
Stars: ✭ 81 (+376.47%)
Mutual labels:  android-development
GitReposCompose
GitReposCompose is an Android application 📱 for showcasing Jetpack Compose for building declarative UI in Android. This demo app uses Github public API for fetching public repositories.
Stars: ✭ 32 (+88.24%)
Mutual labels:  android-development
swift-android-kotlin
Kotlin/Swift integration example
Stars: ✭ 69 (+305.88%)
Mutual labels:  android-development
awesome-android-tips
😎 A curated list of awesome Android tips
Stars: ✭ 34 (+100%)
Mutual labels:  android-development
fingerprintjs-android
Swiss army knife for identifying and fingerprinting Android devices.
Stars: ✭ 336 (+1876.47%)
Mutual labels:  android-development
JetpackCompose.app
🚀 The best source on the interwebs for all things Jetpack Compose!
Stars: ✭ 72 (+323.53%)
Mutual labels:  android-development
MTextField
A new Material Design text field that comes in a box, based on [Google Material Design guidelines]
Stars: ✭ 32 (+88.24%)
Mutual labels:  android-development
doubleClick
A lib To handle double click on android View's components.
Stars: ✭ 47 (+176.47%)
Mutual labels:  android-development
Whatsapp Android App
This is sample code for layout for chatting app like Whatsapp.
Stars: ✭ 32 (+88.24%)
Mutual labels:  android-development
android-pokemon-compose
A simple app demonstrates using Jetpack compose with other Jetpack libraries.
Stars: ✭ 56 (+229.41%)
Mutual labels:  android-development
Material-Backdrop-Android
Material Backdrop
Stars: ✭ 106 (+523.53%)
Mutual labels:  android-development
MyNotes
📒Note taking app, MVVM with Google Architectural components Room, LiveData and ViewModel written in Kotlin, androidx libraries
Stars: ✭ 60 (+252.94%)
Mutual labels:  android-development
locus-android
An Awesome Kotlin Location library to retrieve location merely in 3 lines of code
Stars: ✭ 280 (+1547.06%)
Mutual labels:  android-development
Wallser
A wallpaper browsing and downloading app
Stars: ✭ 55 (+223.53%)
Mutual labels:  android-development
floating-layout-android
Floating Layout library for Android
Stars: ✭ 55 (+223.53%)
Mutual labels:  android-development
InstantAppStarter
Starter Project Structure for Android Instant app. https://blog.mindorks.com/android-mvp-architecture-with-instant-app-support-11ba48241a82
Stars: ✭ 44 (+158.82%)
Mutual labels:  android-development

AndroidBackgroundSevices

A guide in executing a reccuring background task using intent service that executes the task in the background thread without fail Another advantage of this implementation is that it works across all devices from the older android versions to the current ones

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].