Coder Social home page Coder Social logo

curriculy's Introduction

curriculy

Application in Kotlin made for a recruitment task.

App uses Picasso library, Firebase Realtime Database and Android resources to provide content to show.

To use it, you will need to modify resources in the app. Create file stringsPersonal.xml in the res/values/ catalogue. It should contain string fields called:

  • phone_number
  • email_address
  • author_name
  • summary_info

filled with appropriate for you data. Change the values inside strings.xml and arrays.xml to reflect your own experiences.

You should also provide your own photos and images for logos of the technologies you used and of your own face. All of these files should be added to res/drawables/ folder and the names and references in values/arrays.xml should be modified accordingly.

Paste your google-services.json file from Firebase console into the main app/ folder. In file FirebaseHelper.kt change the URL in the line:

val myRef = database.getReferenceFromUrl("https://example.firebaseio.com/experiences")

to URL of your Realtime Database.

Realtime Database structure is as follows:

{
  "experiences" : [ 
  {
    "company_logo" : "http://example.com/company_logo_1.png",
    "company_name" : "First Company",
    "end_year" : 2018,
    "position_name" : "Position At Company",
    "responsibilities" : [ 
     "Example responsibility 1",
     "Example responsibility 2"
    ],
    "start_year" : 2016
   },
   {
    "company_logo" : "http://example.com/company_logo_2.png",
    "company_name" : "Second Company",
    "end_year" : 2020,
    "position_name" : "Position At Second Company",
    "responsibilities" : [
      "Responsibility 1",
      "Responisbility 2",
      "Responsibility 3",
      "Responsibility 4"
    ],
    "start_year" : 2018
  }
 ]
}

curriculy's People

Contributors

mazabin avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.