Giter VIP home page Giter VIP logo

learn_junior_mobile_programming's Introduction

PBO Java Android

Repository tugas kelompok mata kuliah pemrograman berbasis objek materi android

Table of Contents

Getting Started

These instructions will help you set up the project on your local machine for development and collaboration.

Prerequisites

  • Android Studio: Download and install Android Studio on your machine.
  • Git: Install Git if it's not already installed.
  • GitHub Account: Create a GitHub account if you don't have one.

Installation

  1. Clone the repository:
    git clone https://github.com/fierzahaikkal/pbo_java_android.git
  2. Open Android Studio.
  3. Click on "Open an existing Android Studio project" and select the cloned repository.
  4. Wait for the project to sync and build.

Contributing

To contribute to the project, please follow the steps below:

  1. Open up your terminal and cd to your local repo
  2. Checkout to develop branch on your local machine
    git checkout develop
  3. Check the latest repository updates
    git status
  4. Pull all recent changes
    git pull
  5. Create a new branch for your feature or bug fix:
    git checkout -b feature/your-feature-name
    or
    gcb feature/your-feature-name
  6. Make your changes and test thoroughly.
  7. Check to see what changes have occurred
    git status
  8. Change files into staged state
    git add .
  9. Commit your changes:
    git commit -m "feature: add your message"
  10. Fetch all the changes to keep your local repository updated
    git fetch
  11. Push the branch to your forked repository:
    git push -u origin feature/your-feature-name
  12. Open a pull request on the main repository. Be sure to provide a clear and descriptive title, as well as a detailed description of the changes you've made.

License

© This project is a college assignment and is provided for educational purposes only. The code and assets are not licensed for general use, modification, or distribution.


learn_junior_mobile_programming's People

Contributors

fierzahaikkal avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.