Skip to content

AlphaRomeoMike/android-simple-crud

Repository files navigation

android-simple-crud

This is a simple create, update and delete record system with android(java) and google's material design

https://www.google.com/search?q=git+tutorial&oq=git+tutorial&aqs=chrome.0.69i59j0i67l2j0l3j0i67j69i60.7559j0j7&sourceid=chrome&ie=UTF-8#kpvalbx=_qcvJX-TmMpHXgQbLw58Y12

  1. git init (Initializes git in your local folder)
  2. git add . (Adds all files to git version control)
  3. git status (Any added or removed files will be logged here)
  4. git commit -m "" (All the added files will be commited)
  5. git remote add origin (This repositery will be managed)
  6. git push -u origin master (Committed files will be pushed to the Github server)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages