android - how can I input information data when app is in first startup? -


i want input data in internal storage of app when app installed in new device & never change(delete & update &insert). information heavy & if input information in oncreate() every time user open app information make again & don't it.how can it?

create class broadcastreceiver , register in manifest receiver intent.action_package_install actions. called when application installed.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -