Coder Social home page Coder Social logo

android-watchlist's Introduction

Watchlist

This repository hosts the source code for the Android app Watchlist that helps you keep track of watched movies, view trailers, reviews, photos, etc

Download

screen

Libraries

License

Copyright 2016 Ronak Manglani

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.

android-watchlist's People

Contributors

ronak-lm avatar

Stargazers

J avatar  avatar  avatar Arne Keller avatar  avatar Kevin.Kibet avatar  avatar Masoud Mohammadi avatar  avatar Njoro Kitindi avatar Khalid O. Lamptey avatar xwhy avatar Imam Sulthon avatar shraddha avatar qiufeng avatar Salmanul Farzy avatar alphaDroid89 avatar  avatar 赵杰 avatar  avatar  avatar Walid Salame avatar droidxiao avatar Nisarg avatar  avatar ActionPan avatar Kumar Jadhav avatar CordingHornet avatar  avatar Denys avatar Jaysen avatar macszh2013 avatar  avatar Qingsong.Xu avatar Pranav Lathigara avatar Guan Yu avatar Vural Üşenç avatar Darren avatar Manish Menaria avatar Blue Padge avatar 东东 avatar yjx avatar Jing Lu avatar kidd avatar Vadim Kotov avatar Mr7Cat avatar  avatar ScYr avatar 周嘉 avatar Jordan avatar Jungle avatar  avatar dreamxuwj avatar  avatar Wai Cheung avatar  avatar  avatar wangxu avatar  avatar Navaneesh Kumar avatar Bound avatar Fatih Kahveci avatar carzycat avatar  avatar  avatar gryphon avatar The avatar Andy Scherzinger avatar Murugespandian avatar  avatar Hehong Liu avatar Iiro Krankka avatar King Leung avatar YTXQOX avatar zhaoshanshan avatar huangchen avatar 青柠社 avatar Jake Woki avatar jieyoung avatar Tome Okin avatar DK avatar  avatar Dennis Li avatar WilsonL avatar  avatar kai avatar 打哈哈 avatar  avatar LKH avatar Kenneth avatar  avatar YeungKC avatar Zubin avatar BryanChen avatar caoguang avatar Jiezhi.G avatar young avatar legency avatar coval avatar SeniorZhai avatar

Watchers

 avatar xwhy avatar Hedi.Chkir avatar Michael Muriuki Waihura avatar Md.Masud Parvez  avatar  avatar  avatar Kumar Jadhav avatar J avatar

android-watchlist's Issues

Reuse code with TextUtils

movie.backdropImage != null && !movie.backdropImage.equals("null")

isTextEmpty(movie.backdropImage)

make common util code better good

public static boolean isTextEmpty(CharSequence text) {
if (TextUtils.isEmpty(text)) {
return true;
} else {
if ("null".equals(text)) {
return true;
} else {
return false;
}
}
}

google-services.json is missing

Error:Execution failed for task ':app:processDebugGoogleServices'.

File google-services.json is missing from module root folder. The Google Services Plugin cannot function without it.

Publish APK on Github?

Would you mind publishing the APK here at Github, preferably under releases/ (see Creating Releases for details on how easy that is)? This would give users without Playstore access to your app as well :)

Thanks in advance!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.