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

javascript - Create websocket without connecting -

how to do line continuation in perl debugger for entering raw multi-line text (EOT)? -

android - Linear layout children not scrolling -