Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WeatherApp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mp5
WeatherApp
Merge requests
!3
layout
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
layout
LayoutSetup
into
master
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
gsun
requested to merge
LayoutSetup
into
master
5 years ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
Change some layout
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
2a895f15
1 commit,
5 years ago
2 files
+
19
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
app/src/main/java/iastate/edu/weatherapp/ui/main/Constants/Common.java
0 → 100644
+
9
−
0
Options
package
iastate.edu.weatherapp.ui.main.Constants
;
import
android.location.Location
;
public
class
Common
{
public
static
final
String
APP_ID
=
"7c469a056a1437abed92697d00331006"
;
public
static
Location
current_location
=
null
;
}
Loading