• Stars
    star
    4
  • Rank 3,287,684 (Top 66 %)
  • Language
    Java
  • Created about 4 years ago
  • Updated over 3 years ago

Reviews

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

Repository Details

Android application for different professionals who wants to provide their services within their city and want to maximize their professional opportunities. It also allows normal residents to connect and find different professionals with few clicks and contact them personally for their project requirements. Database system was implemented on Firebase Realtime Database. Firebase Storage is also used to store profile pictures. Material UI is used to make project UI attractive and beautiful. Feel free to use the code and make changes.

More Repositories

1

LeetCodeSolutions

5
star
2

Github-Bot-using-Python

A Bot to automate the creation of remote repos and uploading content from local repos to their remote repos, designed to automate the process of uploading 100's of project within given directory with speed of 2-5 repos/minute.
Python
5
star
3

Inventory-management-system-using-Java-and-MySql

This is desktop application , named 'Inventory management system' that can be used as POS(Point of sale) for a retailer shop to manage products,it's categories ,salespersons,sales of products and their return.
Java
5
star
4

Music-Player-using-Queue

This is a semester project implemented using Data Structures i.e Queue, arrays,
Java
3
star
5

SensorMenuApplication-Android-

Its an Android App developed to analyze and store the data retrieved by device sensors. Data captured by 2 sensors here i.e Accelerometer, Gyroscope. SqLite Database also integrated to store the data of sensors permanently. On every selection new data from sensors has been retrieved and previous data is being deleted.
Java
3
star
6

AutoCaller-Tool-

An android application to provide free auto calling service to the users for marketing purposes. It uses Nexmo service API integrated with Java to make calls to any mobile number. It uses personal Nexmo application key to make it work.
Java
2
star
7

HackNet-Cryptosystem-in-Java-and-MySql

This is a complete crypto system providing features of symmetric cryptography(AES algo) , asymmetric cryptography(RSA algo) and steganography
Java
2
star
8

Olx-Scrapper-using-Python-and-Selenium

This is an automated scrapper with GUI form. It takes input from user : username, password,state and city by which he/she wants to filter data and then on submission automatically bot logs in to olx.com and filter property pages with respected city and state and visit and scrap every single property data.
Python
2
star
9

ToDoList-Android-App

An android application to keep track of regular tasks which user wants to be aware of. Integrated SqLite Database to permanently store tasks data within the user's device. Used Material UI for better visual of the application.
Java
2
star
10

AndroidBluetoothManager

An Android app which allows following functionalities: 1)Swithing bluetooth on 2) Switching bluetooth off 3) Show all paired devices. You can learn about usage of Bluetooth Adapter in android through this app. Feel free to use and make changes to the code.
Java
2
star
11

ImageScallingAppWithProximitySensor

This app allows you to scale the image and zoom out and in with the help of proximity sensor. It uses ScaleListener change the scaling of the Image View. You can learn implementation of Scale Listener and proximity sensor in android from this app. Feel free to use the code and make changes.
Java
2
star
12

AndroidIntentApp

This app implements different android intents: 1)Call Intent 2) Camera Intent 3) View Browser Intent 4) Call Log Intent 5) Gallery Intent 6) Dial Intent. You can learn implementation of all above intents from this app. Feel free to use the code and make changes.
Java
2
star
13

MemeSharingApp

An android application making use of Andriod Backend API (Volley) to make requests to a random meme API to fetch memes data into JSON format and using Glide Module to display online pictures into the imageview. Also made use of Android GestureDetection to detect swipe gestures to load the next meme by making new request.
Java
2
star
14

GithubUtilizer

It's an Android app to make GitHub search for repositories easy. It allows you to search for your desired repositories filtered with respect to your programming language and related keywords.I used Android backed API (Volley) to make JSONRequests to the GitHub API and displayed results in a recycler view directly linked with the user's GitHub profile.It also uses Glide API for image processing to display the GitHub user's profile picture within the results.
Java
2
star
15

Happy-OR-Sad-Face-Recognizer

->This is a image classifier build using keras and Tensor flow in Python. ->It uses a small data set of 80 images consisted of 2 classes; Happy and Sad faces. ->It uses Convolutional neural networks for improving performance of the model and it has 99.9% accuracy on training data. ->This project was developed during my period of online course regarding Tensor flow on Coursera.
Python
2
star
16

ImageViewingAppWithGestureDetection

This app allows you to view images and move forward or backward in the gallery with the help of gesture detection. It uses onFlung event to detect the finger swipe direction. You can learn implementation of Gesture Detection from this app. Feel free to use the code and make changes.
Java
2
star
17

GalleryAppWithIntegratedGyroscope

This app allows you to view images and move forward or backward in the gallery with the help of device rotation. It uses Gyroscope sensor of the device to detect the direction of device rotation. You can learn implementation of Gyroscope sensor from this app. Feel free to use the code and make changes.
Java
1
star
18

LibraryManagement

A Book management system with Admin and Reader entities with features of Adding, updating, deleting, and viewing all books in the stock as Admin and borrowing, returning, viewing borrowed books as Reader coded in Java Swing with MySQL as storage.
Java
1
star