Tutorials icon indicating copy to clipboard operation
Tutorials copied to clipboard

Published tutorial files

Results 5 Tutorials issues
Sort by recently updated
recently updated
newest added

In tinder like card i want to scroll the content inside Card vertically so i changed swipeType to horizontal and added scrollview in item layout but scrolling not working... please...

You can replace the JSONArray with `TypeToken` and use GSON to parse the `List` directly. ``` java public class Utils { @NonNull public static List loadProfiles(Context context) { BufferedReader reader...

Hi, If we have our data in the form of Grandparent >Parent>Child, would ExpandablePlaceHolder still work? If yes, is there any example available? Thanks

![image](https://user-images.githubusercontent.com/36928614/37783223-3aa2cf00-2df5-11e8-9426-5ebf86039183.png) hi i'm having this exception and i dont realy understand the reason behind it .I only copyet the code and converted in kotlin . java.lang.RuntimeException: Unable to start activity...

@janishar Thank you for an awesome tutorial. I am new to android and want to add functionality of swiping view. I have used your tutorial as Demo. But I am...