Skip to content
Terroitin samuel edited this page Apr 27, 2014 · 5 revisions

Welcome to the Portfolio wiki!

Introduction :

This project was made in the purpose to help you to show all your previous experiences when you apply for a job. It can be use as a template and is functional after a simple checkout. Of course you still have to replace the fake information by your information.

You can see an example on the store with my personal application : Portfolio Application

1) Check out the project and import it with Eclipse.

2) Replace the information by your information

The project is divided in three parts. Profile, Resume and Project. Each part have its own JSON. You can find the JSON file on the asset folder. For a basic portfolio application you can't remove field on the JSON. If you don't want to fill some field you just have to let them empty. The application will automatically hide them.

For the profile picture or the project's screen/icon, add your PNG on the picture folder and when you refer to them on the JSON, just write their full name without path and extension.

  • If your JSON is not valid you will see an empty area on the application. To avoid this, try to check the validity of your JSON with a website like http://jsonlint.com/.

  • You don't have to escape ' characters.

  • You can't use " characters on the middle of a sentence.

3) Replace your personal contact information on the Constants.java file.

public final static String MY_EMAIL = "your_mail"; public final static String MY_PHONE_NUMBER = "your phone xx.xx.xx.xx.xx";

If you don't want that people contact you by one of the two way just let it empty.

4) (optional) When your app is on the store you can create a QR code to send people to your portfolio application.

You can use this site to create the QR code : http://www.qrstuff.com/ You can for example put in on your resume or apply mail.

For all request or need of information contact me at samuel.terroitin@gmail.com :)