-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrichman.json
More file actions
93 lines (93 loc) · 3.75 KB
/
richman.json
File metadata and controls
93 lines (93 loc) · 3.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
[
{
"name": "First Richman",
"image": "https://raw.githubusercontent.com/iCodersLab/Custom-ListView-Using-Volley/master/images/Bill_Gates.jpg",
"worth": "$89 billion",
"InYear": 2015,
"source": "Microsoft"
},
{
"name": "Second Richman",
"image": "https://raw.githubusercontent.com/iCodersLab/Custom-ListView-Using-Volley/master/images/Carlos_Slim_Helu.jpg",
"worth": "$85 billion",
"InYear": 2015,
"source": "Telmex, Grupo Carso"
},
{
"name": "Third Richman",
"image": "https://raw.githubusercontent.com/iCodersLab/Custom-ListView-Using-Volley/master/images/WarrenBuffett.jpg",
"worth": "$77 billion",
"InYear": 2015,
"source": "Berkshire Hathaway"
},
{
"name": "Fourth Richman",
"image": "https://raw.githubusercontent.com/iCodersLab/Custom-ListView-Using-Volley/master/images/amancio_ortega.jpg",
"worth": "$70 billion",
"InYear": 2015,
"source": "Inditex Group"
},
{
"name": "Fifth Richman",
"image": "https://raw.githubusercontent.com/iCodersLab/Custom-ListView-Using-Volley/master/images/Larry_Elllison.jpg",
"worth": "$65 billion",
"InYear": 2015,
"source": "Oracle Corporation"
},
{
"name": "Sixth Richman",
"image": "https://raw.githubusercontent.com/iCodersLab/Custom-ListView-Using-Volley/master/images/cgkochwide.jpg",
"worth": "$45 billion",
"InYear": 2015,
"source": "Koch Industries"
},
{
"name": "Seventh Richman",
"image": "https://raw.githubusercontent.com/iCodersLab/Custom-ListView-Using-Volley/master/images/David_Kochcrop2007.jpg",
"worth": "$42 billion",
"InYear": 2015,
"source": "Koch Industries"
},
{
"name": "Christy Walton",
"image": "https://raw.githubusercontent.com/iCodersLab/Custom-ListView-Using-Volley/master/images/christywalton.jpg",
"worth": "$41.7 billion ",
"InYear": 2015,
"source": "Wal-Mart"
},
{
"name": "Jim Walton",
"image": "https://raw.githubusercontent.com/iCodersLab/Custom-ListView-Using-Volley/master/images/Jim_Walton.jpg",
"worth": "$40.6 billion",
"InYear": 2015,
"source": "Wal-Mart"
},
{
"name": "Liliane Bettencourt",
"image": "https://raw.githubusercontent.com/iCodersLab/Custom-ListView-Using-Volley/master/images/lilianebettencourt.jpg",
"worth": "$40.1 billion",
"InYear": 2015,
"source": "L'Oreal"
},
{
"name": "Carlos Slim & family",
"image": "https://raw.githubusercontent.com/iCodersLab/Custom-ListView-Using-Volley/master/images/CarlosSlimfamily.jpg",
"worth": "$79.2 billion",
"InYear": 2014,
"source": "Telmex, América M?vil, Grupo Carso"
},
{
"name": "Bernard Arnault",
"image": "https://raw.githubusercontent.com/iCodersLab/Custom-ListView-Using-Volley/master/images/Bernard_Arnault.jpg",
"worth": "$29.0 billion",
"InYear": 2013,
"source": "LVMH Moët Hennessy • Louis Vuitton"
},
{
"name": "Prince Al-Waleed",
"image": "https://raw.githubusercontent.com/iCodersLab/Custom-ListView-Using-Volley/master/images/PrinceAlwaleed.jpg",
"worth": "$23.7 billion",
"InYear": 2005,
"source": "Kingdom Holding Company"
}
]