-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
219 lines (195 loc) · 6.59 KB
/
index.html
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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<html>
<head>
<title> CEVWS - SSD </title>
<meta property="og:title" content="CEVWS - SSD">
<meta property="og:description" content="A resources library well maintained by members of Cutting Edge Visionaries
- a Studnet Chapter at NIT Surat">
<meta property="og:image" content="https://www.cevgroup.org/wp-content/uploads/2019/10/1f742c2a-18f3-4de3-8a3b-67b4be70e64c.jpg">
<meta property="og:url" content="https://cutting-edge-visionaries.github.io/Resources/">
<link rel="stylesheet" href="https://developer.android.com/_static/c3460225a3/css/devsite-android-light-grey.css">
<link href="https://fonts.googleapis.com/css?family=Libre+Barcode+128+Text" rel="stylesheet">
<link rel="stylesheet" href="https://developer.android.com/_static/c3460225a3/css/android/android-site.css">
<style>
h5 {
font-family: 'Libre Barcode 128 Text', cursive;
}
footer {
position: relative;
left: 0px;
bottom: 0px;
height: wrap;
width: 100%;
background-color: #d9dce0;
padding: 10px;
text-align: center;
color: white;
}
</style>
</head>
<body>
<!-- Latest compiled and minified CSS -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<div class="container">
<div class="jumbotron">
<h1>Resources</h1>
<h4>A resources library well maintained by members of<medium> <a href="https://www.cevgroup.org">Cutting Edge Visionaries</a></medium>
</h4>
<!--<h3> : <small> </small></h3>-->
<h5 align="right"><a href="https://johnsoncarl.github.io/Books/code.html">Code References</a></h5>
</div>
<h2 id="android"><b> Android </b></h2>
<table class="table table-striped">
<thead>
<tr>
<th>Topic</th>
<th> Books/Resources </th>
<th>Remarks</th>
<th>Author/Organisation</th>
</tr>
</thead>
<tbody>
<tr>
<td><b>
<h3>Foundational</h3>
</b></td>
</tr>
<tr>
<td>User Interface</td>
<td><a href="https://classroom.udacity.com/courses/ud834" target="_blank">Course Link</a><br>
</td>
<td>
<i>Building layouts, XML design, Views in Android layout.</i>
</td>
<td>
Udacity - Free Course<br>
</td>
</tr>
<tr>
<td>User Input</td>
<td><a href="https://classroom.udacity.com/courses/ud836" target="_blank">Course Link</a><br>
</td>
<td>
<i>Basic flow control, Functionality to app</i>
</td>
<td>
Udacity - Free Course<br>
</td>
</tr>
<tr>
<td>MultiScreen Apps</td>
<td><a href="https://classroom.udacity.com/courses/ud839" target="_blank">Course Link</a><br>
</td>
<td>
<i>Intents & Activities, Array, List, Loop, Custom Class, Activity Lifecycle, Fragments in Android.</i>
</td>
<td>
Udacity - Free Course<br>
</td>
</tr>
<tr>
<td>Data Storage</td>
<td><a href="https://classroom.udacity.com/courses/ud845" target="_blank">Course Link</a><br>
</td>
<td>
<i>Understand & use SQlite in Android, ContentProvider, CursorLoader (Adapter and Loader) to show data.</i>
</td>
<td>
Udacity - Free Course<br>
</td>
</tr>
<tr>
<td>Networking</td>
<td><a href="https://classroom.udacity.com/courses/ud843" target="_blank">Course Link</a><br>
</td>
<td>
<i>JSON parsing, HTTP Networking, Thread & Parallelism, Preferences (save options) in Android.</i>
</td>
<td>
Udacity - Free Course<br>
</td>
</tr>
<tr>
<td>Android Basics</td>
<td><a href="https://classroom.udacity.com/courses/ud851" target="_blank">Course Link</a><br>
</td>
<td>
<i>Recycler View, Aarchitecture Components, Background Tasks, Intents, SQlite, Lifecycle.</i>
</td>
<td>Udacity - Free Course
<br>
</td>
</tr>
</tbody>
</table>
<table class="table table-striped">
<thead>
<tr>
<th></th>
<th></th>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td><b>
<h3>Tools</h3>
</b></td>
</tr>
<tr>
<td rowspan="3">IDEs</td>
<td colspan="2">Android Studio**<br>
</td>
<td>
<a href="https://developer.android.com/studio">Download</a><br>
<a href="https://developer.android.com/studio/install">Installation Guide</a><br>
<a href="https://developer.android.com/studio/intro">User Guide</a><br>
</td>
</tr>
<tr>
<td colspan="2">Eclipse<br>
</td>
<td>
<a href="https://www.eclipse.org/downloads/packages/">Download</a><br>
<a href="https://developer.android.com/studio/install">Installation Guide</a><br>
<a href="https://help.eclipse.org/2019-03/index.jsp">User Guide</a><br>
<a href="https://www.tutorialspoint.com/android/android_eclipse.htm">Intial Setup</a>
</td>
</tr>
<tr>
<td colspan="2">Xamarin (on Visual Studio)<br>
</td>
<td>
<a href="https://visualstudio.microsoft.com/xamarin/">Download</a><br>
<a href="https://docs.microsoft.com/en-us/xamarin/get-started/installation/">Installation Guide</a><br>
<a href="https://docs.microsoft.com/en-us/xamarin/">User Guide</a><br>
<a href="https://docs.microsoft.com/en-gb/xamarin/android/get-started/installation/android-sdk">Intial Setup</a>
</td>
</tr>
<tr>
<td rowspan="3">References</td>
<td colspan="2">Google Developer<br>
</td>
<td>
<a href="https://developer.android.com/reference/packages">Java Documentation**</a><br>
<a href="https://developer.android.com/reference/kotlin/packages">Kotlin Documentation</a><br>
<a href="https://developer.android.com/samples">Samples**</a><br>
<a href="https://developer.android.com/guide">Developers Guide**</a><br>
</td>
</tr>
<tr>
<td colspan="2">Tutorials Point<br>
</td>
<td>
<a href="https://www.tutorialspoint.com/android/">Developers Guide</a>
</td>
</tr>
</tbody>
</table>
</body>
</html>