Skip to content

hphulara/Resume-Manager

 
 

Repository files navigation

Table of Contents

Current Progress

  • Its an android app for Placement Portal of my College.
  • All students in college have an Account on this portal.This app provides easy access to all live update, new companies visiting, Application Submissions etc.
  • For this, I have written some Server-side APIs which takes data in raw form from main server, encodes it in json. This json-encoded data is sent to app, which is further decoded on device.
  • Manual updation of comapies data and announcements.
  • It uses Sqlite DB to store information on device, once retrieved from Server.
  • Push updates about any new announcement or company using Google C2DM service(Implementation Done, but source code yet to be comitted).
  • Pull to Refresh.

For future

  • Currently, it is specific to portal of my college only, But I am thinking of making it generalised. So that, it can be used for any of placement portals.

Here are some Screenshots

Login Page


Announcements Page


Recuiters Page


B.tech, M.tech, Intern Context Menu


Recruiter Details Page


Recruiter Description(On click)


About

Android App for the Resume Manager Portal of my college......

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%