Pinned Repositories
Alert-Dialogs
This is the code from my Alert Dialog YouTube series. It covers how to create Alert Dialogs, custom layouts for Dialogs, and ProgresDialogs. This repository contains all the code necessary to use Dialogs in your app.
EditText
Here, you can find the code from my Short Bits segments on EditTexts from the IJ Apps YouTube channel. Go ahead and copy the files to try it out for yourself.
Gesture-Detection
This repository provides code for detecting gestures on Views in Android. For example, it has code for responding to long presses, double taps, flings, and more. Simply copy and paste to use it!
Grocery-List-App-ListViews-
Grocery List App created with ListView. Tutorials: https://youtu.be/9nFGR8dIu_w
Image-Classification-App-with-Custom-TensorFlow-Model
Learn how to code your own neural network in Python, then deploy it in an Image Classification App using TensorFlow Lite.
Image-Classification-App-with-Teachable-Machine
Android app that uses a TensorFlow Lite model for image classification of common objects, trained through Google's Teachable Machine.
Images-and-Sounds
This is the code that I covered in my YouTube videos, "Adding Sound/Music to Your Android App", "Adding Images to Your Android App with ImageView", and "Changing Images in ImageViews Programmatically" on the IJ Apps channel. Feel free to copy and paste the code for your own use and subscribe to the IJ Apps channel!
ShowcaseView
[Archived] Highlight the best bits of your app to users quickly, simply, and cool...ly
Spinners
This repository contains code for adding Spinners to your Android app, along with providing a custom Spinner layout, getting the selected item & more. It is based on a tutorial series: https://www.youtube.com/playlist?list=PLLmkb5CTw5rTQ4bjWZdOQbrHPsZexcdef
Toasts-in-Android
This is the code that I covered in my YouTube video, "How to Make Toasts in Android", on the IJ Apps channel. Feel free to copy and paste the code for your own use and subscribe to the IJ Apps channel!
IJ Apps's Repositories
IJ-Apps/Image-Classification-App-with-Custom-TensorFlow-Model
Learn how to code your own neural network in Python, then deploy it in an Image Classification App using TensorFlow Lite.
IJ-Apps/Image-Classification-App-with-Teachable-Machine
Android app that uses a TensorFlow Lite model for image classification of common objects, trained through Google's Teachable Machine.
IJ-Apps/Grocery-List-App-ListViews-
Grocery List App created with ListView. Tutorials: https://youtu.be/9nFGR8dIu_w
IJ-Apps/Spinners
This repository contains code for adding Spinners to your Android app, along with providing a custom Spinner layout, getting the selected item & more. It is based on a tutorial series: https://www.youtube.com/playlist?list=PLLmkb5CTw5rTQ4bjWZdOQbrHPsZexcdef
IJ-Apps/Gesture-Detection
This repository provides code for detecting gestures on Views in Android. For example, it has code for responding to long presses, double taps, flings, and more. Simply copy and paste to use it!
IJ-Apps/Images-and-Sounds
This is the code that I covered in my YouTube videos, "Adding Sound/Music to Your Android App", "Adding Images to Your Android App with ImageView", and "Changing Images in ImageViews Programmatically" on the IJ Apps channel. Feel free to copy and paste the code for your own use and subscribe to the IJ Apps channel!
IJ-Apps/ShowcaseView
[Archived] Highlight the best bits of your app to users quickly, simply, and cool...ly
IJ-Apps/Alert-Dialogs
This is the code from my Alert Dialog YouTube series. It covers how to create Alert Dialogs, custom layouts for Dialogs, and ProgresDialogs. This repository contains all the code necessary to use Dialogs in your app.
IJ-Apps/EditText
Here, you can find the code from my Short Bits segments on EditTexts from the IJ Apps YouTube channel. Go ahead and copy the files to try it out for yourself.
IJ-Apps/Intents-Bundles-and-Multiple-Pages
This repository contains the code for my video called "Multiple Activities with Intents and Bundles" from the IJ Apps channel.
IJ-Apps/Toasts-in-Android
This is the code that I covered in my YouTube video, "How to Make Toasts in Android", on the IJ Apps channel. Feel free to copy and paste the code for your own use and subscribe to the IJ Apps channel!
IJ-Apps/Vibrations
This is the code that I covered in my YouTube video, "Triggering Vibrations from Your App", on the IJ Apps channel. By using the code, you can make a basic app that triggers vibration patterns indefinitely and stops them when a button is pressed. Feel free to copy and paste the code for your own use and subscribe to the IJ Apps channel!
IJ-Apps/Changing-Views-Programatically
This repository contains code for programmatically changing attributes of views such as their height, margin, and more. Feel free to copy and paste it as needed. Check out the YouTube tutorials for in-depth explanations and fun exercises!
IJ-Apps/Dallas-Data-Challenge
This repo contains 2 Machine Learning models that forecast the # of available and occupied hospital beds in Dallas-Fort Worth.