Skip to content

Commit df39462

Browse files
Update README.md (#2)
Added 3 solution
1 parent 528d826 commit df39462

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1-
# Android-Interview-Question
1+
# Android-Interview-Question
2+
3+
Hello Android Devs,
4+
This repository contains a number of android interview questions that can be used for reference. We are creating this list because we want to have a repository, where we can prepare for android job interview. In all answers you can find the links with the source of the answer, where you may read more detailed information on the question.
5+
6+
[![License](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/mastermind-tech/Android-Interview-Question/blob/master/LICENSE)
7+
![Open Source Love](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)
8+
9+
## Topic
10+
### Garbage Collection
11+
1. **How does Garbage Collection work on Android?**
12+
[Answer](https://medium.com/android-news/garbage-collection-explained-for-android-developers-and-any-other-jvm-language-ac5896bc8875)
13+
2. **Explain the terms reference counting, mark and sweep?**
14+
[Answer](https://www.geeksforgeeks.org/mark-and-sweep-garbage-collection-algorithm/)
15+
16+
### Touch Event
17+
1. **Explain in complete detail on when you tap on a position/coordinate on phone say (140, 250), to the types of listeners fired, their priority on execution and event handling mechanism between child and parent layouts.**
18+
[Answer](https://blog.mindorks.com/touch-control-and-events-in-android)

0 commit comments

Comments
 (0)