Changes

An Android Studio Master/Detail Flow Tutorial - Android 6

15 bytes removed, 08:08, 28 January 2016
m
Text replacement - "<google>BUY_ANDROID_STUDIO6</google>" to "<htmlet>androidstudio_a6</htmlet>"
<googlehtmlet>BUY_ANDROID_STUDIO6androidstudio_a6</googlehtmlet>
Finally, click finish to create the new Master/Detail Flow based application project.
<googlehtmlet>BUY_ANDROID_STUDIO6androidstudio_a6</googlehtmlet>
== The Anatomy of the Master/Detail Flow Template ==
}
</pre>
<googlehtmlet>BUY_ANDROID_STUDIO6androidstudio_a6</googlehtmlet>
This code needs to be modified to initialize the data model with the required web site data:
The above changes modify the onCreate() method to display the web site name on the app bar:
<googlehtmlet>BUY_ANDROID_STUDIO6androidstudio_a6</googlehtmlet>
<pre>
appBarLayout.setTitle(mItem.website_name);
<googlehtmlet>BUY_ANDROID_STUDIO6androidstudio_a6</googlehtmlet>