Gourav Suri (@thegenuinegourav)

Top repositories

1

Voicemail

๐Ÿ”ˆ ๐Ÿ“ง Voice Based Email for (Blinds?)
Java
43
star
2

Questor

Scan & Search text from hardcopy books and images! ๐Ÿ“– ๐Ÿ”
Java
36
star
3

VistArrow

An Android App that will unleash Vistara Airport Experience.
Java
33
star
4

Money-Order

An Android App ๐Ÿ’ฒ that is capable of doing OFFLINE PAYMENT transactions.
Java
32
star
5

WWE-Tapout

Two Players Agility Fighting ๐Ÿคผโ€โ™‚๏ธ WWE Game.
Java
30
star
6

thegenuinegourav.github.io

๐Ÿ˜‰
HTML
28
star
7

My-Recipe-Web-app

Web App which allows user to login/sign up their account, create new recipe, browse all recipes and like or dislike anyone recipes with reviews feature! ๐Ÿ ๐Ÿ“™
Ruby
26
star
8

Moodifier

Android Application which will intensify your current mood. ๐Ÿ˜” โžก๏ธ ๐Ÿ˜„
Java
24
star
9

PlaceMentor

๐ŸŽ“ PlaceMentor helps you to get information regarding Oncampus companies visit! Designed for Jamians.
HTML
23
star
10

Android-Email-App-using-Javamail-Api

An Android App to send mail without gamil/email interaction!
Java
21
star
11

Bluetooth-Test

Android app which let you to ON &OFF bluetooth and get a list of paired devices..
Java
18
star
12

Save-Buy

๐Ÿ’ฐ An Android App which will fulfill your wishes! ๐Ÿ”ฏ
Java
16
star
13

Parkzap-Assignment--Barcode-Reader

Android App which uses google android mobile vision api for Barcode Scanner ๐Ÿ“ท & Picasso Api for downloading โฌ‡๏ธ the image!
Java
16
star
14

Movies-Recommender

A system to recommend movies according to ratings provided by users using Collaborative Filtering Learning Algorithm.
MATLAB
13
star
15

AddShareButton

Android App which shows the basics of how to add Share Button using Intents.This App will allow user to enter some text and then share same text via different available aaps (installed in your device)
Java
11
star
16

Javascript-Mini-Projects

These projects are developed by me while pursuing Codecademy Javascript course for beginners.
JavaScript
10
star
17

Sending-Email

Android App to send Email from an Android application programmatically. This app simply takes inputs from user ( like To, Subject, Message) and will send it by invoking any of the existing email client, which is already installed in your device.
Java
10
star
18

Voice-Recognition

An Android App which will convert your speech into text!
Java
7
star
19

TravNav

TravNav finds the most optimised & efficient route for your journey.
Java
7
star
20

e-Pocket

Six Modules in one app for healing the pain of Demonetization : 1.) e-commerce ๐Ÿ’ณ with Augmented Reality 2.) Data Analytics ๐Ÿ“Š 3.) Offline Transfer Money Mode ๐Ÿ’ฐ 4.) Interactive Blue Color Picker ๐Ÿ”ต which works as a captcha 5.) Set Reminder โฐ with push notifications ๐Ÿ”” 6.) Voice BotChat ๐ŸŽค to add money to paytm wallet
Java
6
star
21

Drag-Drop-Best-Example-

Android App which tests general Drag and Drop Example (that are used by almost all apps)
Java
5
star
22

Android-meets-Rails

In this project, JSON Api is builded by ruby on rails (which is hosting on my local server) and this JSON is parsed in an Android App!!
Ruby
5
star
23

Quora-Clone-App

Quora Restful CRUD Apis on SpringBoot using PostgreSQL database
Java
5
star
24

Android-Different-Broadcast-Recievers

A Single Project containing different android app examples for different usage of Broadcast Reciever. It contains: Incoming Phone Call Broadcast Reciever, Scheduleing a receiver via the Android alert manager system service, Our own Custom Intents intercepted by Broadcast Reciever.
Java
5
star
25

My-Blog-Webapp

Very Simple Web Blog
Ruby
4
star
26

Wallet-Service

Simple wallet service written in clean Go Rest API architecture covering dependency injections, decoupled systems, interfaces, db associations, mocking example, etc following SOLID principles.
Go
4
star
27

Download-Image-Using-URL

An Android App which download an image from a URL address. As soon as App starts, it will start an AsyncTask class to begin downloading an image from a URL address in Main Activity itself and when download completes, it stops Progress Bar and Image will be displayed.
Java
4
star
28

Linux-Reference-Powerpoints-Slides-Notes

Follow my Linux Tutorials for better understanding of concepts!!
4
star
29

Text-To-Speech-App

Android App which will converts any text into standard UK English Voice/Speech. The demo video is available on Youtube
Java
4
star
30

Data-Structures-Algorithms

Implementation of all operations related to different Data Structures. The solutuions code are clearly mine logic, all PR's are welcomed to optimise the solution!
C++
4
star
31

Image-Compressor

A tool to compress image by reducing the number of colors using K-Means Algorithm.
MATLAB
3
star
32

Spilter

An Email Spam Filter. ๐Ÿ“จ
MATLAB
3
star
33

Counter-Clock-Timer-

An Android App which have the functionality of Displaying Timer with Start, Pause, Resume & Stop features.
Java
3
star
34

Rails-meets-Android

In this project, Android App will make a POST request to the server (hosted at โ€œhttp://hmkcode.appspot.com/jsonservletโ€œ) which renders data in JSON format and Rails App will parse this JSON format data!!
Ruby
3
star
35

SharedPreferences

An Android app which lets the user to login/signUp through this app using the concept of SharedPreference
Java
2
star
36

Firebase-Runtime-ChatApp

Android ChatApp which allow users to sign in, sync data using the Firebase Realtime Database. & receive background messages with Firebase Notifications.
Java
2
star
37

CustomViewExample

Android App which shows the basics of how to use CustomListView in your app.
Java
2
star
38

GridViewExample-UsingBaseAdapterClass-

Android App which shows the basic of how to use GridView using Inheritance from BaseAdapterClass
Java
2
star
39

Camera-Example-Android-App

Android App which will help you to implement Camera in your app! Take pictures from this app and store it within the app... The demo video is available on Youtube
Java
2
star
40

Background-Music-For-Android

An Android App that shows how to add background music in your android app using MediaPlayer class.
Java
2
star
41

Animations-Transitions

Android app which shows how to use Animations and transition
Java
2
star
42

SwipeViews-with-TabLayout

An Android App which provides lateral navigation between sibling screens such as tabs with a horizontal finger gesture (i.e. horizontal paging) using ViewPager Widget and TabLayout(included in material design dependency).
Java
2
star
43

GridViewExample-UsingArrayAdapterClass-

Android App which shows the basics of how to use GridView using Inheritance from ArrayAdapter Class
Java
2
star
44

FileStorageExamples

An Android App which shows the implementation of various File Storage options i.e. Saving file to Internal Storage, Internal Cache Storage, External Cache Storage, External Private Storage, External Public Storage
Java
2
star
45

Indira-Gandhi-National-Open-University-IGNOU-Android-App

Java
1
star
46

ListViewExample-UsingXMLCodeONLY-

Android App which shows the basics of how to us ListView without using Adapters, using only XML code
Java
1
star
47

Servers-Health-Check

Server health check provides a comprehensive overview of the status and performance of individual servers.
Go
1
star
48

Location-Traker-App

A Simple Android App Example to track down your location.
Java
1
star
49

Poker

A computer game like Strip Poker written in golang.
Go
1
star
50

PopupMenu-Test

Android App which tests the basics of how to use Popup Menu
Java
1
star
51

Different-Associations-in-SpringBoot-JPA

This Repository contains the sample projects of all the Assosciations available with Spring Boot JPA database.
Java
1
star
52

EditText-Watcher

An Android App to check editText dynamically as soon as user is typing and correspondingly display message.
Java
1
star
53

Know-Me-Better

A Simple Quiz Android App to know me better.
Java
1
star
54

Clean-Go-Rest-Architecture

Simple clean Go REST API architecture with dependency injection and mocking example, following SOLID principles using MUX as router & GORM as orm.
Go
1
star
55

Sound-Pool-in-Android-

An Android App that shows how to play short clip multiple times using SoundPool Class.
Java
1
star
56

Insight-Street

An Android App which will give you the "insight" view of the street shops. That is it will give you all the informations, offers, pricing of products associated with that shop for which you are standing in front of it. Android App will display all the informations of the shops while you are walking in the streets.
Java
1
star