Rahil
Rahil
This library uses pre-defined string resources as their default values. So you need to either create strings with different name or have to override the existing one.
> It's possible but I don't have the time and the necessary skills to add Android support to tdlight-java. > > I'm leaving this issue open, if someone wants to...
You don't need to serialize the response. You can always cache them. Just set your own `OkHttpClient` with caching enabled in the `IGClient` builder. **Note : If you set custom...
Yes, everything looks fine. Move on...
This issue will not be focused on as it does not meet issue **template requirement**
Actually, `java.lang.Base64` class is **not available on some android** emulators. For that, we have to use the `android.utils.Base64` class. But there's a catch, If developers use `android.utils.Base64` then the same...
Have a look at [EasyInsta](https://github.com/ErrorxCode/EasyInsta) library and let me know if it solved your problem.
Your issue does not meet the template requirement and will be closed soon.
> Well, for now, you can use [EasyInsta](https://github.com/ErrorxCode/EasyInsta). This library is the wrapper of this API and covers almost all of the common methods.
> I agree the documentation and the actual API wrapper need a lot of work. Unfortunately, I don't have a lot of time to contribute currently as I'm finishing up...