• Stars
    star
    1
  • Language
    Objective-C
  • Created about 5 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A few practice app projects from A Complete iOS 11 and Xcode 9 Course with Swift 4 & Objective-C

More Repositories

1

The-Complete-Python-3-Course-Beginner-to-Advanced-Udemy-Course

This is a Udemy Course on Python3 (Beginner to Advanced). These are all the exercises and projects that I have done so far from the course.
Python
39
star
2

myportfolio

Developing my protfolio using Django
HTML
7
star
3

City-Bus-E-ticketing-JAVA-Project-

This was a class project of the Database Management course. Made a prototype of online city bus ticketing system.
Java
3
star
4

Online-Problems

I've solved several online judge (e.g codeforces, lightoj, UVA, URI etc.) problems. My solved problems are uploaded here.
C++
2
star
5

ship-shop

Simple E-commerce website using django, Django REST Framework, PostgreSQL
JavaScript
2
star
6

Competition-Hub

This is my Software Engineering course project. CompetitionHub: A competition Hosting platform
PHP
2
star
7

Thunder-Storm-Messenger-Android

An android messenger app with Kotlin and Firebase
Kotlin
1
star
8

Wireless-Bluetooth-Notice-Board-Prototype-with-Arduino

This is an Electronic Wireless Notice Board project. We have made a prototype with an Arduino Uno Board. It has a Bluetooth Module that can be connected via a smart phone. User can send text from his/her smart phone with a simple application to show it on the display. In this case, the Bluetooth module that we used (HC-05) has an open source free android application (Bluetooth Terminal HD-05) to send serial input (text) to the Arduino board. We received the serial input and showed on a 16x2 LCD Display. It can display at most 32 characters. For a prototype, we used a smaller and simpler display to reduce the cost and complexity. We used a loop to show the outputs iteratively and it continues to show the outputs until the user wants it to stop. By giving a single character input β€œx”, the output iteration will stop and the display will be cleared. If then the user gives more input, it starts iterating again. Every new input will add at the end of the loop. So, the display will continue to show the inputs that user gives one by one.
C++
1
star