munbonecci / GradientTextComponent

This app was created to learn more about Android Jetpack Compose. Using Brush and TextStyle to add a unique style to our Text component.

Home Page:https://medium.com/@munbonecci/how-to-add-gradient-colors-in-text-using-brush-and-textstyle-in-jetpack-compose-eb8444301286

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GradientTextComponent

This app was created to learn more about Android Jetpack Compose. Using Brush and TextStyle to add a unique style to our Text component.

Installation

Clone this repository and import into Android Studio

git clone https://github.com/munbonecci/GradientTextComponent.git

Build variants

Use the Android Studio Build Variants button to choose between debug and release flavors

Maintainers

This project is maintained by:

Architecture

This App has the Clean Architecture approach where we can handle different layers, including use cases and view model to obtain the data

Built with

  • Kotlin - For coding.
  • Jetpack
    • Compose
      • Android’s recommended modern toolkit for building native UI.

How I run the app?

  • Clone the repository
  • Open it in Android Studio
  • Wait until dependencies are installed
  • Run app in your emulator or physical device

App Screens App Screens

About

This app was created to learn more about Android Jetpack Compose. Using Brush and TextStyle to add a unique style to our Text component.

https://medium.com/@munbonecci/how-to-add-gradient-colors-in-text-using-brush-and-textstyle-in-jetpack-compose-eb8444301286


Languages

Language:Kotlin 100.0%