Slide 19
Slide 19 text
19
ANDROID STUDIO – TIP 6
Swap code fast
Change Instant Run JRebel
Change code of the existing method Could be immediately Activity restart
Change/remove resource Activity restart Activity restart
Method or class signature, statics, annotations App restart, API 21+ Activity restart
Add/Remove superclass, implemented interface App restart, API 21+ App restart
Change Manifest or notification resource Rebuild Rebuild
Sources:
https://developer.android.com/studio/run/index.html#instant-run
Reto Meier "Instant Run: How Does it Work?!"
Oleg Selajev "Looking at JRebel for Android and Instant Run ..."