Skip to content

omidmogasemi/HD_NoteTakingApp

Repository files navigation

HackDavis

HackDavis Mobile App Development Workshop Repo

This repository represents the work done at the 10/27 HackDavis workshop, where users were taught basic UI and Java skills for Android development, as well as how API requests work and how to make them in an Android app environment.

Getting Started 🚀

To get started, you can either clone this repository to your computer, or code yourself following our YouTube livestream. Either way, make sure you first:

File Structure 🧐

If you'd like to look for some specific code (along with comments I made), the files I edited can be found below:

├── app
	├── manifests 
		├── AndroidManifest.xml
	├── java
		├── com.example.notetakingapp
			├── GetNotes
			├── MainActivity
			├── Note
			├── RetrofitClient
	├── res
		├── layout
			├── activity_main.xml
├── Gradle Scripts 
	├── build.gradle (Module: app) 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages