Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 2.27 KB

README.md

File metadata and controls

53 lines (37 loc) · 2.27 KB

Yahoo Mobile Developer Conference Sample App - Android

This project showcases some of the new mobile development tools released by Yahoo during the 2015 Mobile Developer Conference

Features

  • Showcases integration of Flurry native ads, along with best practices for integrating native ads in your Android apps
  • Showcases the Yahoo! Search SDK and various use cases for the SDK.

Requirements for working with the source:

  • Android Studio
  • Android SDK Platform Tools r21 or later
  • Android SDK Build Tools r21 or later
  • Runtime of Android 4.1 (API 16) or later
  • Tumblr Developer consumer key and secret
  • Yahoo! Search SDK API key.

Gemini native ads

To see best practices for integrating native ads into your app, look through the following classes:

  • GeminiAdFetcher: This shows best practices for fetching and storing native ads to be used in an Android app
  • BaseAdAdapter: This shows best practices for integrating native ads into a list/stream of data

For more info on getting started with Flurry for Android, see here.

Yahoo Search SDK

To see example integration techniques for Yahoo Search SDK, look through the following classes:

Copyright

Copyright 2015 Yahoo Inc. All rights reserved.

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.