Giter Club home page Giter Club logo

compose-quadrant's Introduction

Compose Quadrant - Solution Code

This project contains a solution code for the Compose Quadrant practice problem. In this exercise,I built an app that displays the information about the Composable functions you learned.

New Modifiers/Properties

Following is an overview of the Modifiers/Properties which were not covered in the Codelabs but are used to solve the problem.

fontWeight

This parameter in Text composable allows me to specify how bold or light the text content should appear. FontWeight.Bold is used to set the font style to bold

textAlign

This parameter in Text composable defines how I aligned the text horizontally. The TextAlign.Justify property stretches the lines of text that end with a soft line break to fill the width of the container.

Modifier.weight

This modifier is scoped to Row composable. The modifier allows the size of the element's width proportional to its weight and relative to other weighted sibling elements. The parent will divide the horizontal space remaining after measuring unweighted child elements and distribute it according to this weight.

Note:

The solution code uses the basic composables covered in Unit 1, Pathway 3 for Android Basics in Compose:

compose-quadrant's People

Contributors

kingno3l avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.