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
+2-1
Original file line number
Diff line number
Diff line change
@@ -680,6 +680,7 @@ It is also a good practice to annotate overridden methods with `@Override` to ma
680
680
* How can two distinct Android apps interact?
681
681
* What is `Fragment`?
682
682
* Why is it recommended to use only the default constructor to create a fragment? [StackOverflow](https://stackoverflow.com/a/16042750/2809326)
683
+
* What is retained Fragment? [AndroidDesignPatterns](https://www.androiddesignpatterns.com/2013/04/retaining-objects-across-config-changes.html)
683
684
* Why Bundle class is used for data passing and why cannot we use simple Map data structure
684
685
* What is `Dialog` in Android?
685
686
* What is `View` in Android?
@@ -697,7 +698,6 @@ It is also a good practice to annotate overridden methods with `@Override` to ma
697
698
* What is the difference JVM, DVM and ART?
698
699
* What is dex?
699
700
* What is a canvas?
700
-
*
701
701
* What is a `BroadcastReceiver`? [StackOverflow](https://stackoverflow.com/questions/5296987/what-is-broadcastreceiver-and-when-we-use-it)
702
702
* What is a `LocalBroadcastManager`? [Developer Android](https://developer.android.com/reference/android/support/v4/content/LocalBroadcastManager.html)
703
703
* What is a `JobScheduler`? [Vogella](http://www.vogella.com/tutorials/AndroidTaskScheduling/article.html)
@@ -763,6 +763,7 @@ It is also a good practice to annotate overridden methods with `@Override` to ma
763
763
* How to reduce battery usage in an android application? [Mindorks](https://blog.mindorks.com/battery-optimization-for-android-apps-f4ef6170ff70)
764
764
* What is `SnapHelper`? [Mindorks](https://blog.mindorks.com/using-snaphelper-in-recyclerview-fc616b6833e8)
765
765
* How to handle multi-touch in android [GitHub](https://arjun-sna.github.io/android/2016/07/20/multi-touch-android/)
766
+
* How to play sounds in Android? [Vogella](http://www.vogella.com/tutorials/AndroidMedia/article.html)
0 commit comments