1

I am implementing parceler using lib by link

It working when i using basic type: int, String, double, ... But now, i have some field with specific type like: context, custom class ? So I must do something with problem? need help

Nguyễn Hoàng
  • 179
  • 1
  • 11

1 Answers1

0

if you go the library description you can see the number of supported parameter listing there

for Custom you need to annotated class with

@Parcel
Punit Sharma
  • 2,951
  • 1
  • 20
  • 35