https://github.com/developermindset123/codepath_intermediate_android_prework
https://github.com/developermindset123/codepath_intermediate_android_prework
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/developermindset123/codepath_intermediate_android_prework
- Owner: DeveloperMindset123
- Created: 2023-11-19T21:02:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T21:08:42.000Z (over 2 years ago)
- Last Synced: 2025-04-12T23:28:47.806Z (about 1 year ago)
- Language: Kotlin
- Size: 6.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android Prework - *Android Studio Webwork*
Submitted by: **Ayan Das**
**Android Studio Webwork** is an android app that shows an image and introductory message, and allows pressing a button to display a Toast.
Time spent: **16** hours spent in total
## Required Features
The following **required** functionality is completed:
* [x] Image and introductory message displayed on screen
* [x] Button displayed on screen
* [x] Toast with message appears when button is pressed
The following **optional** features are implemented:
* [x] Google Authentication using firebase that redirects user to a new page with image of profile is displayed and toast message indicating whether user successfully logged in/out.
## Video Walkthrough
Here's a walkthrough of implemented features:

GIF created with ...
[ScreenToGif](https://www.screentogif.com/) for Windows
## Notes
Since it was my first time using Firebase, although implementing google authentication is a very simplified/efficient approach toward implementing login, I had to tinker around with the code, refer to documentation and tutorials in an attempt to undeerstand why it wasn't working as intended initially. Additionally, android studio can cause a lot of errors when it comes to build failures due to dependancy mismatch, starting with having to uninstall and reinstall different JDK versions, changing gradle settings in order for build to compile as well as check if all plugins and version dependancies match took up around 10-12 hours to fix, but nonetheless, it was a fun and challenging experience. Only downside is that android emulators can be quite slow, in comparison to IOS counterparts, hence many android developers have an android phone which they use for physical debugging, it is comparably much faster alternative to emulators, and fortunately, I myself also have an android phone to utilize for demo/debugging. I wish to make more complex projects in android and potentially deploy them onto Google Play Store in the coming months.
## License
Copyright [yyyy] [name of copyright owner]
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.