Orhan Obut
Orhan Obut
Good reminder, completely forgot about this. I should enable it on weekend
Thank you for this, I'll definitely change this
with v1.3, starting position can be changed by using Gravity ``` java @Override public int getBeePosition() { return Gravity.LEFT | Gravity.CENTER_VERTICAL; } ```
Margin sounds good, I can add it. For the bee button yes, I had the same problem with another device today. I'm working on it actually. I'm thinking to make...
v1.4 should solve these problems, added a few new feature to support for every situation.
glad to see it is already working, was away to check the issues.
what do you expect to have in this callback? I am curious about the case
You can also use the same strategy. ``` java File cacheDir = new File(context.getCacheDir(), "volley"); Network network = new BasicNetwork(new OkHttpStack(new OkHttpClient())); // Inject asynctask executor ResponseDelivery delivery = new...
Thanks for the reporting this issue, just to clarify, you mean the height/width?
You should not use simplelistview if you have a lot of data, the idea was to avoid using listview when you have a few items within scrollview. Each time when...