Giter Site home page Giter Site logo

five-meals's Introduction

Hi 👋, I'm David Capa

- 🔭 I’m currently working on **Five Meals Project**
  • 🌱 I’m currently learning Angular and TypeScript

  • 💬 Ask me about Java

Languages and Tools:

android git java xd

capa03

 capa03

five-meals's People

Contributors

capa03 avatar luisantunes26 avatar

Watchers

 avatar

five-meals's Issues

Change Handling back Button

public class MyFragment extends Fragment {

@Override
public void onCreate(@Nullable Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);

    // This callback will only be called when MyFragment is at least Started.
    OnBackPressedCallback callback = new OnBackPressedCallback(true /* enabled by default */) {
        @Override
        public void handleOnBackPressed() {
            // Handle the back button event
        }
    };
    requireActivity().getOnBackPressedDispatcher().addCallback(this, callback);

    // The callback can be enabled or disabled here or in handleOnBackPressed()
}
...

}

MainActivity

  • NavBar
  • HomeFragment
  • OrderFragment
  • FavoritesFragment
  • AccountFragment

Login

  • PreLoginActivity
  • LoginActivity
  • SignUpActivity
  • Go to QrCodeActivity

Popular BD com restaurantes

  • Popular Restaurantes/Mesas
  • Mudar tabela categorias(Chave Estrangeira do restaurantID)
  • CategoryDAO Query - getAllFromRestaurantID

FavoritesFragment

  • Check the products or orders marked as favorites
  • Previous order history

Test Issue

Test issue description

  • Task 1
  • Task 2
  • Task 3

HomeFragment

  • Category RecyclerView
  • Product RecyclerView
  • Product Details
  • Glide / Google Drive
  • Order

OrderFragment

  • See all products in the present order (already ordered or pending)
  • Room DB
  • Select wich products to order now
  • Time taken for each card in the "Ordered RecyclerView"
  • Bill status
  • State implementation
  • Treat each item individually

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.