Skip to content

gifGuide2Code

For the genuinely confused.

  • Table of Contents
  • About

Tag: XML

Posted on July 5, 2020

Java: How to Handle Drawables

Header

There are two options for drawables in Android Studio—the first is to inflate an image (PNG or JPGs) and the second is to define the drawing you want in an XML file. The XML route is what I’m looking at today.

Continue reading “Java: How to Handle Drawables”

Posted on June 23, 2020

Java: How to Use an Array in an App

Header

Arrays have a beautiful way of condensing code. To put it simply, an array is just storage space. It’s a closet. You throw data inside, so that it’s easier to find and use later.

Continue reading “Java: How to Use an Array in an App”

Blog at WordPress.com.
  • Follow Following
    • gifGuide2Code
    • Join 233 other followers
    • Already have a WordPress.com account? Log in now.
    • gifGuide2Code
    • Customize
    • Follow Following
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...