(no title)
qilo | 1 year ago
When I first got my phone was looking for an Android course which would explain all the above concepts (and more, like what is launcher, how notifications work, what other APIs there are, location, camera, microphone, etc.). But didn't find anything, only found courses/books about application development in Java/Kotlin. I have no interest in Android programming, just want to know how it works.
kcsaba2|1 year ago
Although there are code references, most of them explain the concepts in the beginning or inbetween. Just ignore the code parts.
Here is an example for the notifications you mentioned: https://developer.android.com/develop/ui/views/notifications
But you can find info on the other topics in here as well.