-
Really nice work on this! Can you think of a way to improve performance? Adding the headers makes the list scrolling not very smooth, this is even on a Note 4. The onDraw adds over 70ms per draw, can …
-
```
package main
import (
"fmt"
"github.com/timehop/apns"
)
func main() {
c, _ := apns.NewClient("gateway.sandbox.push.apple.com:2195", "dev_ck.pem", "dev_pk.pem")
p := apns.NewPayload…
-
Hi,
Are you by any chance going to migrate your sources to use RecyclerView instead of ListView?
Thanks!
-
How to do it to apply to GridLayoutManager?
-
Hi,
When I ran the tests for https://github.com/timehop/apns/commit/135f56759da5d4da98054f1819bd2b3c1d1a51b0, I saw this
``` bash
$ go test
Running Suite: Apns Suite
=========================
Random…
-
how to find latest version of this lib ?
-
After your commit about "Draw headers with header ID = 0", the previous bug about delete last item is appear again. when i tried to delete my last item always get indexoutboundexception
-
I am using like this,
```
```
It displays like :
![screenshot_2016-10-20-12-06-48](https://cloud.githubusercontent.com/assets/16526249/19548617/5e339658-96bf-11e6-9c19-1edb70ee6303.png)
W…
-
Is there a good implementation of a grid layout manager for RecyclerView?
If so, is it worthwhile to implement sticky headers for it?
How do we deal with the case where the beginning of a row has a …
-
It seems new connection will be created for every payload. I don't know if I am wrong. Is it possible to keep a long live connection?