{"id":14972129,"url":"https://github.com/rajneeshsingh007/attendance-app","last_synced_at":"2025-10-26T17:31:38.307Z","repository":{"id":245093723,"uuid":"88192750","full_name":"RajneeshSingh007/Attendance-App","owner":"RajneeshSingh007","description":"Android Attendance app ","archived":false,"fork":false,"pushed_at":"2020-10-01T22:11:22.000Z","size":1145,"stargazers_count":48,"open_issues_count":7,"forks_count":32,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-31T21:52:57.093Z","etag":null,"topics":["android","app","attendance","java","mysql-database","php","php5"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RajneeshSingh007.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-13T18:04:18.000Z","updated_at":"2024-09-30T02:06:52.000Z","dependencies_parsed_at":"2024-06-19T19:45:31.921Z","dependency_job_id":"46d9aacb-652a-4dbf-8ebb-60461d5129d5","html_url":"https://github.com/RajneeshSingh007/Attendance-App","commit_stats":null,"previous_names":["rajneeshsingh007/attendance-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RajneeshSingh007%2FAttendance-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RajneeshSingh007%2FAttendance-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RajneeshSingh007%2FAttendance-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RajneeshSingh007%2FAttendance-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RajneeshSingh007","download_url":"https://codeload.github.com/RajneeshSingh007/Attendance-App/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238375234,"owners_count":19461569,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","app","attendance","java","mysql-database","php","php5"],"created_at":"2024-09-24T13:46:25.740Z","updated_at":"2025-10-26T17:31:32.875Z","avatar_url":"https://github.com/RajneeshSingh007.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Attendance-App\n\u003ch3\u003eIntroduction\u003c/h3\u003e\nThis project helps Teachers to take attendance and store, fetch data from mysql db using server (php).\n\n# Features\n- Beautiful LoginScreen.\n- Teachers will be able to take attendance and save in database on server.\n- Fetch attendance data according to calendar date selection.\n\n# How it works\n- First Teachers/Mentor/Other Login from LoginScreen (currently user login is predefined in mysql)\n- Select Subject Name.\n- Select Time,Batch,Status(present/absent).\n- Select rollno.\n- When submit button selected, all selected rollno is saved on mysql database (backend php server).\n- Check record of attendance data from attendanceView section,Which display student present/absent from selected date.\n\n# GuideLines\n\n \u003cb\u003e Setup:-\u003c/b\u003e\n \u003cbr\u003e \u003c/br\u003e\n\t1. Create demo2 database in mysql (from localhost/phpmyadmin).\n\t\u003cbr\u003e \u003c/br\u003e\n\t2. Select demo2 and import database file (from database folder/demo2.sql).\n\t\u003cbr\u003e \u003c/br\u003e\n\t3. Browse to c/wamp/www/create/ or c/xammp/htdocs/  create attendance folder and paste all php files inside attendance folder (from php/attendance).\n\t\u003cbr\u003e \u003c/br\u003e\n\t\n  \u003cb\u003e Localhost Testing:- \u003c/b\u003e\n  \u003cbr\u003e \u003c/br\u003e\n\t1. Start Wamp/Xampp server.\n\t\u003cbr\u003e \u003c/br\u003e\n\t2. In cmd run \"ipconfig\" command (make sure your pc/laptop is connected to network via lan/wifi) and note the ip of lan/wifi network .\n\t\u003cbr\u003e \u003c/br\u003e\n\t3. Open project in android studio.\n\t\u003cbr\u003e \u003c/br\u003e\n\t4. Change url address as per your ip address(from step 2) in com/java/attendance/misc/utils/Constants.java file\n\t\t\u003cbr\u003e \u003c/br\u003e\n\t\t\u003cb\u003eThese url :-\u003c/b\u003e\n\t\u003cbr\u003e \u003c/br\u003e\n\t \t\t public static final String LOGINURL = \"http://192.168.0.102/attendance/login.php\"\n\t\t\t \u003cbr\u003e \u003c/br\u003e\n\t\t\t public static final String INSERTATTEND = \"http://192.168.0.102/attendance/insertAttendance.php\"\n\t\t\t\u003cbr\u003e \u003c/br\u003e\n\t\t         public static final String VIEWATTENDANCE = \"http://192.168.0.102/attendance/viewAttendance.php\"\n\t\t\t\u003cbr\u003e \u003c/br\u003e\n\t\t\t public static final String QUICKATTENDANCE = \"http://192.168.0.102/attendance/quickAttendance.php\"\t\n\t\u003cbr\u003e \u003c/br\u003e\n\t5. Build app in android studio.\n\t\u003cbr\u003e \u003c/br\u003e\n\t6. Finally test app in emulator/phone (for phone, you should config wamp to work on your phone ).\u003cbr\u003e\n\n# Note\n1. User login details is predefined (manually insert login details in demo2/teacher table).\n\n# ScreenShots\n\u003cp\u003e\n\u003cimg src= \"https://raw.githubusercontent.com/RajneeshSingh007/Attendance-App/master/screenshots/device-2017-04-21-154551.png\"/\u003e\n\u003c/p\u003e\n\u003cp\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/RajneeshSingh007/Attendance-App/master/screenshots/device-2017-04-21-154641.png\"/\u003e\n\u003c/p\u003e\n\u003cp\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/RajneeshSingh007/Attendance-App/master/screenshots/device-2017-04-21-154659.png\"/\u003e\n\u003c/p\u003e\n\u003cp\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/RajneeshSingh007/Attendance-App/master/screenshots/device-2017-04-21-154717.png\"/\u003e\n\u003c/p\u003e\n\u003cp\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/RajneeshSingh007/Attendance-App/master/screenshots/device-2017-04-21-154731.png\"/\u003e\n\u003c/p\u003e\n\u003cp\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/RajneeshSingh007/Attendance-App/master/screenshots/device-2017-04-21-154748.png\"/\u003e\n\u003c/p\u003e\n\u003cp\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/RajneeshSingh007/Attendance-App/master/screenshots/device-2017-04-21-154810.png\"/\u003e\n\u003c/p\u003e\n\u003cp\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/RajneeshSingh007/Attendance-App/master/screenshots/device-2017-04-21-154830.png\"/\u003e\n\u003c/p\u003e\n\u003cp\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/RajneeshSingh007/Attendance-App/master/screenshots/device-2017-04-21-155021.png\"/\u003e\n\u003c/p\u003e\n\n# Library\n\n\u003cp\u003e\n \u003cul\u003e\n \u003cli\u003e\n       \u003ca href=\"https://github.com/amitshekhariitbhu/Fast-Android-Networking\"\u003e\u003cb\u003eFast-Android-Networking\u003c/b\u003e\u003c/a\u003e\n \u003c/li\u003e\n     \u003cli\u003e\n        \u003ca href=\"https://github.com/vikramkakkar/SublimePicker\"\u003e\u003cb\u003eSublimePicker\u003c/b\u003e\u003c/a\u003e    \n    \u003c/li\u003e\n \u003c/ul\u003e\n \u003c/p\u003e\n\n# Contact :\n\n \u003cp\u003emailto:developerrajneeshsingh@gmail.com\u003c/p\u003e\n\n# MIT License\n\u003cpre\u003eCopyright (c) 2017 Rajneesh Singh\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\u003c/pre\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajneeshsingh007%2Fattendance-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajneeshsingh007%2Fattendance-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajneeshsingh007%2Fattendance-app/lists"}