Comp Sci Project Showcase
by Cody Schober

Blog Entry #23

April 22, 2016


It's been a very busy week with my business capstone and my POLI 410 Simulation. However, I have been able to accomplish a few things with my project. The first major thing was that I was finally able to get the navigation bar and the web view to work together. What I did was that I moved the web view out of the BlogView Activity and into an app fragment. Then, I set a frame layout in the activity that I would eventually replace with the fragment. By loading the url into the fragment, and calling that instead of within the main activity, I was successfully able to get both the web view activity AND the navigation bar activity to cooperate together.

Web View with Hamburger