Posts by Karamujo • 55 points
4 posts
-
2
votes0
answers48
viewsQ: Jaxb converting abstract class with Retrofit
I have a Core project where there is a User class @XmlSeeAlso(value = {UserClient.class, UserProfessional.class}) public abstract class User implements Serializable { Userprofessional class @Getter…
-
0
votes2
answers78
viewsQ: Create frame for item list
I need to create a frame for a listview item but I have no idea how to do this…
-
0
votes1
answer287
viewsQ: How to make an Edittext Material Design style?
Could someone give me an idea of how I can do this Plain text:…
-
3
votes1
answer1313
viewsQ: Creating custom Toolbar, action bar
Guys I’m creating a separate Toolbar to facilitate the development I’m looking to make a very simple Toolbar but I can’t how I want to do: http://prntscr.com/cuipex my code: <?xml version="1.0"…