|
183 | 183 |
|
184 | 184 | .
|
185 | 185 |
|
186 |
| -## [2021] Kotlin - Modern JVM Language [WIP] |
| 186 | +## [2022] Kotlin - Modern JVM Language [WIP] |
187 | 187 | 
|
188 | 188 | - *Fastest growing language in Guthub & among the most loved acc. to StackOverflow survey*
|
189 | 189 | - *Cross-platform, General-purpose, Concise, Safe & fully interoperable with Java*
|
|
216 | 216 |
|
217 | 217 | .
|
218 | 218 |
|
219 |
| -## [2021] Android Development (Java & Android Libraries) [WIP] |
| 219 | +## [2022] Android Development (Core COmponents) [WIP] |
220 | 220 | 
|
221 |
| -- *There are 2.5 billion+ monthly active Android devices* |
222 |
| -- *In 2020, Google Play users worldwide downloaded 108.5 billion mobile apps* |
| 221 | +- *There are 3.6 billion+ active Android devices across 190+ countries* |
| 222 | +- *Every year, Google Play users worldwide download more than 100 billion mobile apps* |
223 | 223 | - *Native Apps have better performance, security, access to device hardware and software*
|
224 | 224 | - *Native apps tends to have less bugs, gets latest features first and run smoother*
|
225 | 225 |
|
226 | 226 | ### NOTES [Useful Info] :
|
227 | 227 | *-> UI Basics - XML layouts, views, event handlers*
|
228 | 228 |
|
| 229 | +*-> Activity* |
| 230 | + |
| 231 | +*-> Fragment* |
| 232 | + |
229 | 233 | *-> Recycler View - display scrolling list data using adapter pattern*
|
230 | 234 |
|
| 235 | +*-> Intent* |
| 236 | + |
| 237 | +*-> Broadcast Receiver* |
| 238 | + |
| 239 | +*-> Content Provider* |
| 240 | + |
| 241 | +. |
| 242 | + |
| 243 | +## [2022] Android Development (Java & Android Libraries) [WIP] |
| 244 | + |
| 245 | + |
| 246 | +### NOTES [Useful Info] : |
| 247 | + |
231 | 248 | *[-> Retrofit](_moreReadMe/android_retrofit) - type-safe HTTP client for Java & Android*
|
232 | 249 |
|
233 | 250 | *[-> Glide](_moreReadMe/android_glide) - efficient image loading lib with media decoding, memory & disk caching*
|
|
250 | 267 |
|
251 | 268 | *-> Mockito - mocking objects in unit tests (test doubling framework)
|
252 | 269 |
|
253 |
| -### PROGRAMS : |
254 |
| -#### ... |
255 |
| - |
256 | 270 | .
|
257 | 271 |
|
258 | 272 | <!--
|
|
359 | 373 |
|
360 | 374 | **NOTE :**
|
361 | 375 |
|
362 |
| - I will keep adding more important codes to this Repo throughout 2021. |
| 376 | + I will keep adding more important codes to this Repo throughout 2022. |
363 | 377 | Happy Learning! :smiley:
|
364 | 378 |
|
365 | 379 | .
|
|
0 commit comments