Skip to content

Commit

Permalink
code improvements and UI
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelf03kai committed Nov 11, 2023
1 parent e84fb51 commit 195d044
Show file tree
Hide file tree
Showing 37 changed files with 489 additions and 462 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@
.DS_Store
/build
/captures
app/build/*
app/.settings/*
weatherAPI.postman_collection.json
67 changes: 25 additions & 42 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ android {
compileSdkVersion 29
buildToolsVersion '29.0.3'
defaultConfig {
applicationId "com.example.miguelf03kai.wetherapp"
applicationId "com.miguelf03kai.weatherapp"
minSdkVersion 23
targetSdkVersion 23
versionCode 1
Expand All @@ -24,11 +24,9 @@ dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.4.0'

//dependence for recycleview library
compile 'com.android.support:recyclerview-v7:23.0.+'
compile 'com.android.support:cardview-v7:23.0.+'

// below line is used for volley library
compile 'com.android.volley:volley:1.1.1'
// dependence for picasso
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.miguelf03kai.wetherapp">
package="com.miguelf03kai.weatherapp">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand All @@ -13,7 +13,7 @@
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name=".MainActivity">
<activity android:name="com.miguelf03kai.weatherapp.MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down
Binary file modified app/src/main/ic_close-web.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/ic_close-web2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/ic_launcher-web.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
74 changes: 0 additions & 74 deletions app/src/main/java/com/example/miguelf03kai/wetherapp/Cards.java

This file was deleted.

Loading

0 comments on commit 195d044

Please sign in to comment.