Photo Searcher
see demo video https://youtu.be/vAbFlXz8vQQ
Search Images from Twitter, and do favorite. That's All.
You can follow all your favorite keyword with ease.
Motivation for creating this app.
I really like cat and like to see photos of cat. But twitter does not provide easy way to follow multiple image timeline, so I create it.
Libraries in this app
- Fabric Twitter Kit(you can see how Timeline Class can work with RxJava)
- Android Design Support Library
- Retrofit
- Dagger2
- RxAndroid
you can see full list here.
setting up
- Java 8 is required.
- register to Fabric using Android Studio Fabric plugin(this should create
app/fabric.properties
). - create
secret.properties
which looks like below code.
FabricApiKey=YOUR_FABRIC_API_KEY(for Crashlytics) TwitterApiKey=YOUR_TWITTER_API_KEY TwitterApiSecret=YOUR_TWITTER_API_SECRET
License
Copyright 2015 yshrsmz 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.