All Projects → RajneeshSingh007 → College-Management-Android-App

RajneeshSingh007 / College-Management-Android-App

Licence: other
Compelete College Management Android App

Programming Languages

java
68154 projects - #9 most used programming language
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to College-Management-Android-App

Time-and-Attendance-Management-System
TMS is a full-stack website that maintains records of all employees with their personal information. It keeps track of hours worked by an employee on a particular project assigned to him. It maintains time sheets and generates detailed and summary reports of the employee time sheets. TMS also has an admin page, which can manage all the employees…
Stars: ✭ 46 (+6.98%)
Mutual labels:  management, attendance
Switch
Manage chrome extensions from the toolbar
Stars: ✭ 13 (-69.77%)
Mutual labels:  management
docker-tool
Convenient tool for Docker operations
Stars: ✭ 18 (-58.14%)
Mutual labels:  management
kstone
Kstone is an etcd management platform, providing cluster management, monitoring, backup, inspection, data migration, visual viewing of etcd data, and intelligent diagnosis.
Stars: ✭ 592 (+1276.74%)
Mutual labels:  management
hawthorne
Game Server Management - Easy, Accessible, Self Hosted - simply reinvented.
Stars: ✭ 28 (-34.88%)
Mutual labels:  management
bonsai
Open source software for product footprinting.
Stars: ✭ 45 (+4.65%)
Mutual labels:  management
integrated-manager-for-lustre
Integrated Manager for Lustre
Stars: ✭ 64 (+48.84%)
Mutual labels:  management
philan.net
Public Donation Management webservice for Philanthropist.
Stars: ✭ 35 (-18.6%)
Mutual labels:  management
core
Liman Core allows you to centrally manage all servers in your IT processes remotely, with stable and secure. You can improve the features with expandable extensions and modules.
Stars: ✭ 35 (-18.6%)
Mutual labels:  management
docs
The documentation for Firefly III
Stars: ✭ 30 (-30.23%)
Mutual labels:  management
netdash
Delegated IT infrastructure administration
Stars: ✭ 16 (-62.79%)
Mutual labels:  management
cardanocli-js
Wrapping the cardano-cli inside JavaScript
Stars: ✭ 173 (+302.33%)
Mutual labels:  management
career-ladders
A sample of career ladders I use for my organization, open sourced for anyone.
Stars: ✭ 676 (+1472.09%)
Mutual labels:  management
Customer-Management-System-for-Coffee-Shops
𝐂𝐨𝐟𝐟𝐞𝐞 𝐒𝐡𝐨𝐩𝐬
Stars: ✭ 34 (-20.93%)
Mutual labels:  management
redismanager
a cross-platform redis gui client (or server)
Stars: ✭ 22 (-48.84%)
Mutual labels:  management
qis
Dynamic image server for web and print
Stars: ✭ 85 (+97.67%)
Mutual labels:  management
PM-ClassActivity-C
activity and tasks to be done in small groups as a learning process
Stars: ✭ 15 (-65.12%)
Mutual labels:  management
storaji-ui
Storaji frontend. Built with Electron and Angular 4.
Stars: ✭ 23 (-46.51%)
Mutual labels:  management
management-sdk-python
Cohesity Management SDK for Python.
Stars: ✭ 18 (-58.14%)
Mutual labels:  management
Face recognition based attendance system
A python GUI integrated attendance system using face recognition to take attendance.
Stars: ✭ 70 (+62.79%)
Mutual labels:  attendance

College-Management-Android-App

Introduction :

This project is compelete college management android app.

Features :

  • Beautiful LoginScreen.
  • Multiple Login System (Student, Teacher and Other)
  • In Teacher Section, Teacher will be able to save syllabus update,take attendance and upload notices.
  • In Student Section, Student will be able to see updated files and syllabus update.
  • In Other Section, Other will be able to upload notices, other doc files.

GuideLines :

Localhost Testing :


1. Download php mail test mail : http://www.toolheap.com/test-mail-server-tool/ for email verification on localhost.
2. Start Wamp server.
3. In cmd run "ipconfig" command (make sure your pc/laptop is connected to network lan or wifi) and note the ip of lan/wifi network .
4. Run project in android studio, Go to Java/package name/misc/utils/constants/ change link address to ip address (which you got from steps 2) so link will be like this :- http://some ip/demo/register.php...
5. Browse to c/wamp (64 or 32) /www/create demo folder and paste all php files inside demo folder.
6. open phpmyadmin in browser, there you should create demo database inside that import the demo.sql file
7. Run test mail server tool.
8. Finally Check in emulator/phone (for phone, you should config wamp to work on phone ).
9. If above test is success then you could upload files on server.

Server settings :


1. For Email verify from server : change this line " $headers = 'From:noreply@Slrtce pocket app' . "\r\n"; " to " $headers = 'From: your server email name' . "\r\n"; in DB_Functions file.
2. Change database connection in these listed files : - Config.php - attendance/Config.php - syllabus/Config.php

Notes :


1. In student section, only fourth year cmpn depart. syllabus is added (for other year data you could add in the database).
2. Teachers could update only fourth year cmpn syllabus data (for other year data you could add in the database).
3. Login System is based on integer flag such that every data goes perfectly in it's database table.
4. Lots of optimization is done so you have to check each files and code too :)

ScreenShots :

Screenshots folder

Library :

Contact :

mail me : [email protected].

MIT License :

Copyright (c) 2017 Rajneesh Singh
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].