android - Autostart and Getting data from internet in Background -


i have app data mysql getactivity activity , save in mysqlite , create notifications how want app run automatic , start getactivity in background data

you'll want services threads run in background of android. within there you'll able load data sql database.

to take care of automatic starting, you'll want broadcastreceivers, boot_completed receiver.


Comments

Popular posts from this blog

android - Gradle sync Error:Configuration with name 'default' not found -

java - Andrioid studio start fail: Fatal error initializing 'null' -

html - jQuery UI Sortable - Remove placeholder after item is dropped -