Skip to content

illumimarty/AlbumFetch

Repository files navigation

AND101 Project 7 - CYOAPI Part 3: Beautified

Submitted by: Marthen Nodado

Time spent: 1 hours spent in total

Summary

AlbumFetch is an android app that when given an artist name and album, the app will return a list of songs in that album.

If I had to describe this project in three (3) emojis, they would be: ♻️☑️🎧

Application Features

The following REQUIRED features are completed:

  • App contains a RecyclerView that displays a list of scrollable data
  • App displays at least two (2) pieces of data for each RecyclerView item
  • Use a downloadable font with custom color and size
  • Modify the theme of the app in themes.xml
  • Define and apply at least one style in either themes.xml or a new file styles.xml

The following STRETCH features are implemented:

  • Update the night theme to use different versions of styles when in dark mode
  • Use different drawables when in dark mode

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:

Video Demo

GIF created with Kap

Notes

Here's a place for any other notes on the app, it's creation process, or what you learned this unit!

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.


AND101 Project 6 - CYOAPI Part 2: RecyclerView Edition

Submitted by: Marthen Nodado

Time spent: 8 hours spent in total

Summary

AlbumFetch is an android app that when given an artist name and album, the app will return a list of songs in that album.

If I had to describe this project in three (3) emojis, they would be: ♻️☑️🎧

Application Features

The following REQUIRED features are completed:

  • Make an API call to an API of your choice using AsyncHTTPClient
  • Implement a RecyclerView to display a list of entries from the API
  • Display at least three (3) pieces of data for each RecyclerView item

The following STRETCH features are implemented:

  • Add a UI element for the user to interact with API further
  • Show a Toast or Snackbar when an item is clicked
  • Add item dividers with DividerItemDecoration

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:

Video Demo

GIF created with Kap

Notes

Here's a place for any other notes on the app, it's creation process, or what you learned this unit!

  • Hiding API Keys

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

Android Kotlin app fetching album and song information using LastFM API

Resources

Stars

Watchers

Forks

Contributors

Languages