Coder Social home page Coder Social logo

carquet / android_project8-9 Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 462 KB

In this project, we'll design and create the structure of a Inventory App that will allow a store to keep track of its inventory of products. The app will need to store information about the product and allow the user to track sales and shipments and make it easy for the user to order more from the listed supplier.

Java 100.00%

android_project8-9's Introduction

android_project8 stage 1

In this project, we'll design and create the structure of a Inventory App that will allow a store to keep track of its inventory of products. The app will need to store information about the product and allow the user to track sales and shipments and make it easy for the user to order more from the listed supplier.

  • Creating a SQLite table in your app
  • Populating that table with new entries
  • Modifying the entries
  • Displaying the contents of the table to users.

android_project9 stage 2

In this stage, we'll build out the app UI for users to add and remove inventory.

  • Storing information in a SQLite database
  • Integrating Android’s file storage systems into that database
  • Setting up a Content Provider and use it to access a repository of data
  • Presenting information from files and SQLite databases to users
  • Updating information based on user input
  • Creating intents to other apps using stored information

android_project8-9's People

Contributors

carquet avatar

Watchers

James Cloos avatar

android_project8-9's Issues

#1 cursorAdapter empty field for no data

if there is no information such as supplier name and phone number.
example :
/**NAME OF THE AUTHOR*/ //Evaluate whether there is a name or not TextView authorView = (TextView) listItemView.findViewById(R.id.author); // Check if a name is provided for this news or not if (currentNews.hasName()) { // If a name is available, display the provided name authorView.setText(currentNews.getmAuthor()); // Make sure the view is visible authorView.setVisibility(View.VISIBLE); } else { // Otherwise hide the ImageView (set visibility to GONE) authorView.setVisibility(View.GONE); }

From Project 6

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.