Skip to content

Commit aebe3d5

Browse files
Update README.md
1 parent fe99dfa commit aebe3d5

File tree

1 file changed

+22
-8
lines changed

1 file changed

+22
-8
lines changed

README.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183

184184
.
185185

186-
## [2021] Kotlin - Modern JVM Language [WIP]
186+
## [2022] Kotlin - Modern JVM Language [WIP]
187187
![kotlin](https://user-images.githubusercontent.com/2780145/109118724-b06ae900-7769-11eb-8693-58862cb69ac5.png)
188188
- *Fastest growing language in Guthub & among the most loved acc. to StackOverflow survey*
189189
- *Cross-platform, General-purpose, Concise, Safe & fully interoperable with Java*
@@ -216,18 +216,35 @@
216216

217217
.
218218

219-
## [2021] Android Development (Java & Android Libraries) [WIP]
219+
## [2022] Android Development (Core COmponents) [WIP]
220220
![android](https://user-images.githubusercontent.com/2780145/109120489-05a7fa00-776c-11eb-912e-f539d25a5c56.png)
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*
223223
- *Native Apps have better performance, security, access to device hardware and software*
224224
- *Native apps tends to have less bugs, gets latest features first and run smoother*
225225

226226
### NOTES [Useful Info] :
227227
*-> UI Basics - XML layouts, views, event handlers*
228228

229+
*-> Activity*
230+
231+
*-> Fragment*
232+
229233
*-> Recycler View - display scrolling list data using adapter pattern*
230234

235+
*-> Intent*
236+
237+
*-> Broadcast Receiver*
238+
239+
*-> Content Provider*
240+
241+
.
242+
243+
## [2022] Android Development (Java & Android Libraries) [WIP]
244+
![android libraries](https://github.com/Suryakant-Bharti/Important-Java-Concepts/assets/2780145/da6e7738-1920-4fc0-b147-705c5c4b6c3e)
245+
246+
### NOTES [Useful Info] :
247+
231248
*[-> Retrofit](_moreReadMe/android_retrofit) - type-safe HTTP client for Java & Android*
232249

233250
*[-> Glide](_moreReadMe/android_glide) - efficient image loading lib with media decoding, memory & disk caching*
@@ -250,9 +267,6 @@
250267

251268
*-> Mockito - mocking objects in unit tests (test doubling framework)
252269

253-
### PROGRAMS :
254-
#### ...
255-
256270
.
257271

258272
<!--
@@ -359,7 +373,7 @@
359373

360374
**NOTE :**
361375

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.
363377
Happy Learning! :smiley:
364378

365379
.

0 commit comments

Comments
 (0)