Posts by Janaina de Paula • 51 points
4 posts
-
1
votes1
answer58
viewsQ: Error in Parceler lib annotation
I’m implementing a class that implements Parcelable and I’m using the lib Parceler, but when I run the application appears the following error: Error:Execution failed for task…
androidasked Janaina de Paula 51 -
2
votes0
answers55
viewsQ: Stick header recyclerView fixed header
I’m implementing the effect of stick header in a recyclerView in my app. I created a subclass of RecyclerView.ItemDecorator and made my implementation, the effect was applied to Recycler, however…
-
1
votes0
answers90
viewsQ: Scrolling effect with recyclerView
I am working on an application where I have a Fragment with a title and a recyclerView. This Recycler view is divided into sessions (example, pizza, soda), each session has a header and the items…
-
1
votes2
answers662
viewsQ: How to transform a json object array into a list of objects in c# using Json.NET
I’m starting to learn c# and I’m picking up to do this task, take an array of objects from a json and turn the elements of that array into objects of a specific type and put them in a list. Create a…