https://github.com/timtbdev/android-portfolio-app-1
🤖 Portfolio App 1.0 | Java | MVC | Android SDK
https://github.com/timtbdev/android-portfolio-app-1
Last synced: 9 months ago
JSON representation
🤖 Portfolio App 1.0 | Java | MVC | Android SDK
- Host: GitHub
- URL: https://github.com/timtbdev/android-portfolio-app-1
- Owner: timtbdev
- Created: 2018-06-09T20:15:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-20T16:21:36.000Z (over 6 years ago)
- Last Synced: 2025-06-03T10:59:03.155Z (10 months ago)
- Language: Java
- Homepage: https://ioco-5c746.web.app/d/
- Size: 17.4 MB
- Stars: 13
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Portfolio App 1.0
-----------------------
Personal App 1.0 is an open-source and native Android applicaton which is mobile version of My Personal Website ( Available on Github ), and it fetches personal information from REST API ( Available on Github ). This project was developed for my independent studies in Android Development
## 📽️ PREVIEW
[](https://youtu.be/j56fSGqF7Ho "Portfolio App 1.0 - Click to Watch!")
## 📸 SCREENSHOTS

## 📐 ARCHITECTURE (Model View Controller)

## 📦 DOWNLOAD APK
You can download the apk from:
1. [APK Release](https://drive.google.com/file/d/1k42IA8ypeBl-idalp9RRwxPzz3UugQCw/view?usp=sharing)
## 📝 REQUIREMENTS
* JDK Version 1.7 & above
* [Android SDK.](http://developer.android.com/sdk/index.html)
* Android SDK Tools
* Android SDK Build tools 27
* Android Support Repository
* Android Support library
## Google Play Services Setup.
This project uses Firebases Analytics and Crashlytics. You will need to generate the configuration file (`google-services.json`) and copy it to your `/app` dir. See links below
1. [Setup Firebase setup](https://firebase.google.com/docs/android/setup)
2. [Setup Firebase Analytics](https://firebase.google.com/docs/analytics/android/start/)
3. [Setup Firebase Crashlytics](https://firebase.google.com/docs/crashlytics/get-started/)
## ⚙️ PROJECT SETUP
This project is built with Gradle, the [Android Gradle plugin](http://tools.android.com/tech-docs/new-build-system/user-guide) Clone this repository inside your working folder. Import the `settings.gradle` file in the root folder into e.g. Android Studio. (You can also have a look at the `build.gradle` files on how the projects depend on another.)
* Start Android Studio
* Select "Open Project" and select the generated root Project folder
* You may be prompted with "Unlinked gradle project" -> Select "Import gradle project" and select
the option to use the gradle wrapper
* You may also be prompted to change to the appropriate SDK folder for your local machine
* Once the project has compiled -> run the project!
## 🤝 CONTRIBUTING
### Would you like to contribute code?
1. [Fork Personal-Resume-Android](https://github.com/tumurb/Personal-Resume-Android).
2. Create a new branch ([using GitHub](https://help.github.com/articles/creating-and-deleting-branches-within-your-repository/)) or the command `git checkout -b branch-name dev`).
3. [Start a pull request](https://github.com/tumurb/Personal-Resume-Android/compare). Reference [existing issues](https://github.com/tumurb/Personal-Resume-Android/issues) when possible.
#### No code!
* You can [discuss a bug](https://github.com/tumurb/Personal-Resume-Android/issues) or if it was not reported yet [submit a bug](https://github.com/tumurb/Personal-Resume-Android/issues/new).
## 📦 Libraries Used
1. [Retrofit](http://square.github.io/retrofit/)
2. [OkHttp](https://github.com/square/okhttp)
3. [Glide](https://github.com/bumptech/glide)
4. [Android SpinKit](https://github.com/ybq/Android-SpinKit)
5. [Material Ripple](https://github.com/balysv/material-ripple)
6. [CircularImageView](https://github.com/lopspower/CircularImageView)
## Project Maintained By
Tumur.B (Alex)
Android Developer

License
-------
Copyright 2018 Tumur.B (Alex)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.