https://github.com/android10/myresumeandroidapp
[DEPRECATED] This application is basically an Android "my Resume" App. Used mainly for CV as an example.
https://github.com/android10/myresumeandroidapp
Last synced: 5 months ago
JSON representation
[DEPRECATED] This application is basically an Android "my Resume" App. Used mainly for CV as an example.
- Host: GitHub
- URL: https://github.com/android10/myresumeandroidapp
- Owner: android10
- License: apache-2.0
- Created: 2013-09-10T23:09:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-04-18T11:52:37.000Z (over 10 years ago)
- Last Synced: 2025-04-08T14:11:07.883Z (9 months ago)
- Language: Java
- Homepage: https://play.google.com/store/apps/details?id=com.fernandocejas.mycv
- Size: 969 KB
- Stars: 12
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
My Resume Android App [DEPRECATED]
==================
This application is basically an Android "my Resume" App. Used mainly for CV for example.

Check the wiki main page for more details:
https://github.com/android10/MyResumeAndroidApp/wiki
Here is the link to Google Play to take a look at it:
https://play.google.com/store/apps/details?id=com.fernandocejas.mycv
The idea is to learn:
-How to adapt applications to both mobile phones and tablets.
-Use patterns for support different screen resolutions and densities.
-Open pdf files using the Android built-in Intent system from the assets directory.
-Use the activity helper pattern.
The app has a minimun sdk version of 14 (Ice Cream Sandwich but if you wanna support older versions, just add ActionBarSherlock and everything will work like a charm.
TODO:
-A refactor is needed for certain views.
-Add tests (soon)