Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create weather app #67

Merged
merged 2 commits into from
Oct 27, 2021
Merged

Create weather app #67

merged 2 commits into from
Oct 27, 2021

Conversation

hlavu
Copy link
Contributor

@hlavu hlavu commented Oct 27, 2021

Hi @aadityamp01, here is my weather app. Please take a look and let me know if you want any modifications.

Description

  • A basic weather forecast application, it provides the weather information of the current day after user enters a city name.

  • List of dependencies
    implementation 'com.android.volley:volley:1.2.1'
    coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:1.1.5"
    implementation 'androidx.appcompat:appcompat:1.3.1'
    implementation 'com.google.android.material:material:1.4.0'
    implementation 'androidx.constraintlayout:constraintlayout:2.1.1'

Fixes #53

Type of Change:

  • Android application added

Checklist:

  • My PR follows the style guidelines of this project
  • I have performed a self-review of my own code or materials
  • My branch is up-to-date with the Upstream development branch
  • I have added necessary images/screenshots of my changes

Pictures of the application

  • Welcome view
    Screenshot_1635324542
  • View at dawn time
    Screenshot_1635324561
  • View at day time
    Screenshot_1635324614
  • View at dusk time
    Screenshot_1635324595
  • View at night time
    Screenshot_1635324585

@aadityamp01 aadityamp01 merged commit 5d17e62 into aadityamp01:master Oct 27, 2021
@aadityamp01
Copy link
Owner

Great job @hlavu
Thanks for your contribution!
Happy Hacktoberfest!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create weather android application
2 participants