Skip to content

ericktijerou/photosearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Erick Tijero
Nov 6, 2022
3231d1f Β· Nov 6, 2022

History

2 Commits
Oct 31, 2022
Nov 6, 2022
Oct 31, 2022
Oct 31, 2022
Oct 31, 2022
Oct 31, 2022
Oct 31, 2022
Oct 31, 2022
Oct 31, 2022
Oct 31, 2022
Oct 31, 2022
Oct 31, 2022
Oct 31, 2022
Oct 31, 2022
Oct 31, 2022
Oct 31, 2022

Repository files navigation

Social Preview

PhotoSearch

Workflow result Kotlin Compose

What's PhotoSearch? πŸš€

PhotoSearch is an Android TV app using Jetpack Compose UI. The purpose of this project is to try new Android technologies and learn how it works in a TV app.
The data is fetched from Flickr API.

Screenshots ✨

 

Get Your Flickr API Key πŸ”‘

In order to fetch data from Flickr you'll need to get your API Key from the following URL: https://www.flickr.com/services/apps/create/apply/?

Now that you have a key you'll need to include it in apikey.properties

flickrKey=\"YOUR_API_KEY\"
userId=\"YOUR_FLICKR_USER_ID\"

License

Copyright 2022 The Android Open Source Project

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

    https://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.