Changes

Jump to: navigation, search

An Android Studio Master/Detail Flow Tutorial

1 byte removed, 14:56, 18 July 2014
Modifying the WebsiteDetailFragment Class
At this point the user interface detail panel has been modified but the corresponding Java class is still designed for working with a TextView object instead of a WebView. Load the source code for this class by double clicking on the WebsiteDetailFragment.java file in the Project tool window. Within the source file locate the onCreateView() method which should read as outlined in the following listing:
</pre>
package com.ebookfrenzy.masterdetailflow;

Navigation menu