illumimarty / and101-project1-starter

Starter code for the AND101 Project 1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AND101 Project 1 - Hello, Squirrel!

Submitted by: Marthen Nodado

Time spent: 1 hours spent in total

Summary

Hello, Squirrel! is an android app that recreates the common "Hello, World!", to introduce ourselves to the neighborhood squirrel 🐿.

If I had to describe this project in three (3) emojis, they would be: 🤖🥸🦾

Application Features

The following REQUIRED features are completed:

  • Change profile name to your name
  • Change profile bio text to a personal bio about yourself
  • Modify hobby section to include your top three (3) hobbies

The following STRETCH features are implemented:

  • Re-brand the app by modifying the UI
  • Modify the profile image by uploading a new image drawable

The following EXTRA features are implemented:

  • List anything else that you added to improve the app!

Video Demo

Here's a video / GIF that demos all of the app's implemented features:

Imgur

GIF created with EZGif

Notes

It was interesting to see that variables and drawables are stored in a particular file like strings.xml. All in one place.

License

Copyright 2024 Marthen Nodado

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.

About

Starter code for the AND101 Project 1


Languages

Language:Kotlin 100.0%