You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -770,7 +770,7 @@ It is also a good practice to annotate overridden methods with `@Override` to ma
770
770
771
771
* What is `Context`? How is it used? [MindOrks](https://blog.mindorks.com/understanding-context-in-android-application-330913e32514)
772
772
773
-
* What is `AndroidManifest.xml`?
773
+
* What is `AndroidManifest.xml`? [Android Official](https://developer.android.com/guide/topics/manifest/manifest-intro)
774
774
775
775
* What is `Application` class?
776
776
@@ -798,9 +798,9 @@ It is also a good practice to annotate overridden methods with `@Override` to ma
798
798
799
799
* What is `View` in Android?
800
800
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)
802
802
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
804
804
805
805
* What are ViewGroups and how they are different from the Views?
0 commit comments