You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This one is a good first issue for anyone interested in contributing.
What you are trying to do is to add more beers to our catalog through insertion of data to our current database.
Feel free to ask for more help on how to implement this but here are some helpful steps:
Follow this path to find the database: My-Beer-Journey/BeerApp/app/src/main/assets/databases/
Check how the beer table is structured and how the details of each beer is saved in the columns of a record
Find information about any beer (or beers) that in not already stored to the database
Add more records of beers to the beer table from the information you gathered based on the db's table structure
The text was updated successfully, but these errors were encountered:
This one is a good first issue for anyone interested in contributing.
What you are trying to do is to add more beers to our catalog through insertion of data to our current database.
Feel free to ask for more help on how to implement this but here are some helpful steps:
The text was updated successfully, but these errors were encountered: