【问题标题】:sending data from sharedpreferences to database in web将数据从 sharedpreferences 发送到 web 中的数据库
【发布时间】:2014-04-10 07:55:19
【问题描述】:

我想向我的网站发送数据,该数据保存在 Android 应用程序的 SharedPreferences 中。可能吗?谁能给我一个例子?

提前致谢! :D

【问题讨论】:

    标签: android database web


    【解决方案1】:

    我要做的是使用getAll 方法来获取首选项,使用Gson 之类的东西序列化生成的地图,然后使用http 将其发送到您的网站(使用休息服务或类似的东西)

    【讨论】:

    • 我只建议将“使用 http 发送”改写为使用 AsyncTask
    猜你喜欢
    • 1970-01-01
    • 2017-01-05
    • 1970-01-01
    • 2021-03-27
    • 2012-01-14
    • 1970-01-01
    • 2017-05-11
    • 1970-01-01
    • 2016-12-02
    相关资源
    最近更新 更多