This repository was archived by the owner on Jul 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreferences.bib
184 lines (161 loc) · 4.56 KB
/
references.bib
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
@online{androidhistory,
author = {{Bidouille.org}},
title = {Android version distribution history},
url = {https://www.bidouille.org/misc/androidcharts},
urldate = {2020-07-16},
keywords = {citations},
}
@online{androidarchitecture,
author = {{Google Developers}},
title = {Guide to app architecture},
url = {https://developer.android.com/jetpack/guide},
urldate = {2020-07-16},
keywords = {citations},
}
@online{supportlibraries,
author = {{Google Developers}},
title = {Support Library},
url = {https://developer.android.com/topic/libraries/support-library},
urldate = {2020-07-16},
keywords = {citations},
}
@online{androidjetpack,
author = {{Google Developers}},
title = {AndroidX Overview},
url = {https://developer.android.com/jetpack/androidx},
urldate = {2020-07-16},
keywords = {citations},
}
@online{androidkotlin,
author = {{Google Developers}},
title = {Develop Android apps with Kotlin},
url = {https://developer.android.com/kotlin},
urldate = {2020-07-16},
keywords = {citations},
}
@online{supportlibrariesversions,
author = {{Google Developers}},
title = {Version Support and Package Names},
url = {https://developer.android.com/topic/libraries/support-library#api-versions},
urldate = {2020-07-23},
keywords = {citations},
}
@online{androidxmigration,
author = {{Google Developers}},
title = {Using androidx libraries in your project},
url = {https://developer.android.com/jetpack/androidx#using_androidx_libraries_in_your_project},
urldate = {2020-07-23},
keywords = {citations},
}
@online{jetpackcount,
author = {{Google Developers}},
title = {Jetpack libraries},
url = {https://developer.android.com/jetpack/androidx/versions#version-table},
urldate = {2020-07-23},
keywords = {citations},
}
@online{viewperformance,
author = {{Google Developers}},
title = {Manage complexity: layouts matter},
url = {https://developer.android.com/topic/performance/rendering/optimizing-view-hierarchies#managing},
urldate = {2020-07-25},
keywords = {citations},
}
@online{bcrypt,
author = {Dan Arias},
title = {Hashing in Action: Understanding bcrypt},
url = {https://auth0.com/blog/hashing-in-action-understanding-bcrypt/},
urldate = {2020-08-25},
keywords = {citations},
}
@online{androidjetpacklibraries,
author = {{Google Developers}},
title = {Explore the Jetpack libraries},
url = {https://developer.android.com/jetpack/androidx/explorer},
urldate = {2020-07-16},
keywords = {sources},
}
@online{retrofit,
author = {{Square}},
title = {Retrofit},
url = {https://square.github.io/retrofit/},
urldate = {2020-07-16},
keywords = {sources},
}
@online{moshi,
author = {{Square}},
title = {Moshi},
url = {https://github.com/square/moshi},
urldate = {2020-07-16},
keywords = {sources},
}
@online{glide,
author = {{Bump Technologies}},
title = {About Glide},
url = {https://bumptech.github.io/glide/},
urldate = {2020-07-16},
keywords = {sources},
}
@online{imagepicker,
author = {Dhaval Patel},
title = {Image Picker Library for Android},
url = {https://github.com/Dhaval2404/ImagePicker},
urldate = {2020-07-16},
keywords = {sources},
}
@online{prettytime,
author = {{ocpsoft}},
title = {prettytime},
url = {https://www.ocpsoft.org/prettytime/},
urldate = {2020-07-16},
keywords = {sources},
}
@online{timber,
author = {Jake Wharton},
title = {Timber},
url = {https://github.com/JakeWharton/timber},
urldate = {2020-07-16},
keywords = {sources},
}
@online{ktor,
author = {{JetBrains}},
title = {Ktor},
url = {https://ktor.io/},
urldate = {2020-07-16},
keywords = {sources},
}
@online{koin,
author = {{InsertKoin.io}},
title = {Koin},
url = {https://insert-koin.io/},
urldate = {2020-07-16},
keywords = {sources},
}
@online{kmongo,
author = {{Litote}},
title = {KMongo - a Kotlin toolkit for Mongo},
url = {https://litote.org/kmongo/},
urldate = {2020-07-16},
keywords = {sources},
}
@online{jbcrypt,
author = {Damien Miller},
title = {jBCrypt},
url = {https://www.mindrot.org/projects/jBCrypt/},
urldate = {2020-07-16},
keywords = {sources},
}
@online{arkenv,
author = {{aPureBase}},
title = {Arkenv},
url = {https://apurebase.gitlab.io/arkenv/},
urldate = {2020-07-16},
keywords = {sources},
}
@online{dockersecrets,
author = {{Cars.com}},
title = {Docker Secrets},
url = {https://github.com/carsdotcom/docker-secrets-java},
urldate = {2020-07-16},
keywords = {sources},
}