/Just-Java

The official repository for the second Android Development for Beginners App : Just Java

Primary LanguageJavaApache License 2.0Apache-2.0

Deprecated Repository

The associated Nanodegree program Android Basics Nanodegree by Google ND803 is deprecated now; therefore, this repository is also deprecated.

Archival Note

We are archiving this repository because we do not want learners to push personal development to the current repository. If you have any issues or suggestions to make, feel free to:

Just Java Sample App

This app displays an order form for coffee. Used in the Udacity Android for Beginners course. This is how the app would look like after build and running:

Screenshot 2022-02-08 at 7 31 06 PM

Pre-requisites

  • Android Studio 3.2.1 or higher
  • compileSdkVersion 31
  • targetSdkVersion 31
  • minSdkVersion 21
  • Supports up to Android 12
  • Gradle 7.2.0

Getting Started

To run app in an Android Virtual Device (AVD), we have used the following configuration:

  • Pixel 4 Mobile device with x86 System image
  • API level 30
  • Android 11

Support

The Android Studio build system depends on Gradle and its plugins. The Gradle and its plugins have to be updated separately of Android Studio. For the updated version, refer to the following updated files: ~/build.gradle (project) file ~/app/build.gradle(: app) file ~/gradle/wrapper/gradle-wrapper.properties file You can refer anytime to the latest Android Gradle plugin release notes for the newest version of plugins.

Patches are encouraged, and may be submitted by forking this project and submitting a pull request through GitHub. Please see CONTRIBUTING.md for more details.

License

Copyright 2015 The Android Open Source Project, Inc.

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.