/ComposearticleAplication

Here's the chronicle of my first solo challenge while exploring the fascinating world of Compose in Kotlin! It was an exciting challenge that I tackled directly on the Google platform. Although it initially seemed formidable, I discovered that it was actually not as complicated as I imagined. 💡 Nothing like overcoming obstacles to strengthen learn

Primary LanguageKotlin

Learn Together App - Jetpack Compose Tutorial

Overview

The Learn Together app is designed to display a list of articles about various Jetpack libraries. Users can choose their preferred topic and explore the latest developments. In this exercise, we'll be building a screen for the app that specifically focuses on a tutorial for Jetpack Compose.

Project Description

The goal of this project is to create a user interface that matches the provided design specifications. The final layout includes an image at the top, followed by three text components providing information about Jetpack Compose.

UI Specifications

  • Image:

Image-preview

  • First Text Composable:
    • Font size: 24sp
    • Padding: 16dp (start, end, bottom, and top)
  • Second Text Composable:
    • Default font size
    • Padding: 16dp (start and end)
    • Text alignment: Justify
  • Third Text Composable:
    • Default font size
    • Padding: 16dp (start, end, bottom, and top)
    • Text alignment: Justify

Resources

  • Image: jetpack_compose_image
  • Strings:
    • Jetpack Compose tutorial
    • (Detailed content provided in your strings resources)

Implementation

To implement the project, follow these steps:

  1. Clone this repository to your local machine.
  2. Import the provided image (jetpack_compose_image.jpg) into your project.
  3. Utilize the provided string resources for the text components.
  4. Implement the UI layout in Kotlin using Jetpack Compose.
  5. Adjust the code to match the UI specifications and achieve the desired design.

Final Screenshot

After completing the implementation, your design should match the provided screenshot.

Final Screenshot

License

This project is licensed under the MIT License.