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
Post a Comment