Skip to content

Instantly share code, notes, and snippets.

View vctrtello1's full-sized avatar
🥰
Be the Senior were you needed when you where a Junior

Victor Hugo Tello vctrtello1

🥰
Be the Senior were you needed when you where a Junior
  • Mexico City,Mexico
  • 16:56 (UTC -06:00)
View GitHub Profile
@lezorich
lezorich / PersistentCookieStore.java
Last active September 20, 2022 02:23
Android basic persistent cookie manager for Volley. This cookie store wraps the default CookieManager store to store the session cookie. It use's Gson to json serialize the cookie and store it as a json string in SharedPreferences.
/*
* The MIT License (MIT)
*
* Copyright (c) 2015 Lukas Zorich
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is