Skip to content

A very basic Jetpack Compose application which demonstrate the use of composable functions.

Notifications You must be signed in to change notification settings

bhoomigadhiya/Jetpack-Compose-Basics

Repository files navigation

Jetpack-Compose-Basics

This is a simple Jetpack Compose application that displays the event of Google I/O Extended. This is a beginner-friendly Android app that demonstrates the fundamental concepts of Jetpack Compose.

What you will learn

  1. Creating a Composable function
  2. Using Text and Image composable functions
  3. Applying styles to Text
  4. Using Column and Row composable functions for layout
  5. Using Material Design components

Screenshots

screenshot

Technologies Used

  • Jetpack Compose: A modern UI toolkit for building native Android apps using a declarative approach.
  • Kotlin: The official programming language for Android app development.
  • Android Studio: The integrated development environment (IDE) for Android development.

License

MIT License

Copyright (c) 2023 Bhoomi Vaghasiya

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Author

Bhoomi Vaghasiya

About

A very basic Jetpack Compose application which demonstrate the use of composable functions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages