With Google's new update, I can put the video right at the top of the screen as the header, and feature screen shots below in a separate scroll-through.
I also worked with my boyfriend on transferring over the different elements and icons needed to program the app. Little did I know, even though I designed the mockup screens for the proper screen size for the average cell phone [720x1080px], putting the elements in the actual program is much more complicated in order for them to fit properly and have the proper resolution. He sent me links to different pages on the Android Developer site that talked about how to properly size the elements, which in my case are vectorized PNG images. One was about Iconography, and the other one was about supporting multiple screens in terms of proper sizing of images. I could essentially keep the same sizes, but that would greatly affect the resolution from phone to phone. I'm still trying to understand dp's and dpi's, and how they scale compared to actual pixels, but as far as I understand, the PNGs I have now basically need to be sized down in several different sizes in order to fit correctly without being pixelated. That way they will look universal throughout different devices.
Who knew it was so complicated!
Here are the links from the Android Developer site:



