Skip to content

Commit de5f095

Browse files
Merge pull request amitshekhariitbhu#53 from jukov/master
Added questions about sounds and retained fragments. Removed empty line.
2 parents 8e6ae14 + f903ed1 commit de5f095

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,7 @@ It is also a good practice to annotate overridden methods with `@Override` to ma
680680
* How can two distinct Android apps interact?
681681
* What is `Fragment`?
682682
* 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)
683684
* Why Bundle class is used for data passing and why cannot we use simple Map data structure
684685
* What is `Dialog` in Android?
685686
* What is `View` in Android?
@@ -697,7 +698,6 @@ It is also a good practice to annotate overridden methods with `@Override` to ma
697698
* What is the difference JVM, DVM and ART?
698699
* What is dex?
699700
* What is a canvas?
700-
*
701701
* What is a `BroadcastReceiver`? [StackOverflow](https://stackoverflow.com/questions/5296987/what-is-broadcastreceiver-and-when-we-use-it)
702702
* What is a `LocalBroadcastManager`? [Developer Android](https://developer.android.com/reference/android/support/v4/content/LocalBroadcastManager.html)
703703
* 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
763763
* How to reduce battery usage in an android application? [Mindorks](https://blog.mindorks.com/battery-optimization-for-android-apps-f4ef6170ff70)
764764
* What is `SnapHelper`? [Mindorks](https://blog.mindorks.com/using-snaphelper-in-recyclerview-fc616b6833e8)
765765
* 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)
766767
767768
768769
### Architecture

0 commit comments

Comments
 (0)