Android: How to store cookies?

前端 未结 5 870
挽巷
挽巷 2020-12-02 10:06

In my Android app, each activity is filled with data from an xml file which is somewhere on the web. The website providing these files has a login mechanism, that works with

5条回答
  •  旧巷少年郎
    2020-12-02 10:50

    I wrote a simple class named CookieHelper and I've provided an example of how to use this class to help all users that facing the same problem : https://github.com/augustopicciani/HttpClient-save-cookies-to-file

提交回复
热议问题