Skip to content

Commit cb2a250

Browse files
Merge pull request #65 from eviliana/eviliana/contribute-to-answers
Add answers
2 parents f41dea6 + 13581d0 commit cb2a250

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ It is also a good practice to annotate overridden methods with `@Override` to ma
770770
771771
* What is `Context`? How is it used? [MindOrks](https://blog.mindorks.com/understanding-context-in-android-application-330913e32514)
772772
773-
* What is `AndroidManifest.xml`?
773+
* What is `AndroidManifest.xml`? [Android Official](https://developer.android.com/guide/topics/manifest/manifest-intro)
774774
775775
* What is `Application` class?
776776
@@ -798,9 +798,9 @@ It is also a good practice to annotate overridden methods with `@Override` to ma
798798
799799
* What is `View` in Android?
800800
801-
* Difference between `View.GONE` and `View.INVISIBLE`?
801+
* Difference between `View.GONE` and `View.INVISIBLE`? [StackOverflow](https://stackoverflow.com/questions/11556607/android-difference-between-invisible-and-gone)
802802
803-
* Can you create custom views? How?
803+
* Can you create custom views? How? Yes!Excellent documentation in [Google Developers Training advance course](https://google-developer-training.github.io/android-developer-advanced-course-concepts/unit-5-advanced-graphics-and-views/lesson-10-custom-views/10-1-c-custom-views/10-1-c-custom-views.html), custom views chapter
804804
805805
* What are ViewGroups and how they are different from the Views?
806806

0 commit comments

Comments
 (0)