baiden / ALC4Phase1-Kotlin

Kotlin version of the project for the ALC #5DaysofCodeChallenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ALC4Phase1-Kotlin

forthebadge Codacy Badge

Project Description:

This challenge is a simple Android Application with three Activities, the first Activity is the main Activity with two Buttons. Button 1 takes you to Activity B when clicked. Button 2 takes you to Activity C when clicked. Activity B is the About ALC page, it contains only a Webview that loads the URL https://andela.com/alc/ which is the ALC about page. Activity C is your profile, it contains an ImageView which should display your photo, TextViews showing your name, Track, Country, Email and Phone Number.

Giving this project a star won't be bad :)

Hint: If you encounter an installation error, Click Build tab ---> Clean Project ---> Run it again :)

Android Tags: #constraintLayout #customButtom #animation #lottie #intent #webview

Personal Comment

I enjoyed working on this project and had a challenge with the webview because the url was returning some SSL error, however, I got it solved thanks to this help: https://stackoverflow.com/a/55120500/3884184

License

MIT License

Copyright (c) 2019 Samuel Gracious Etsiakoh

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

Kotlin version of the project for the ALC #5DaysofCodeChallenge


Languages

Language:Kotlin 100.0%