GithubHelp home page GithubHelp logo

mohsenoid / marvel Goto Github PK

View Code? Open in Web Editor NEW
228.0 18.0 45.0 2.08 MB

Marvel Characters Android Application Assigned by smava GmbH

Home Page: http://smava.de

License: MIT License

Java 99.36% Shell 0.64%
marvel android-application dagger rxandroid rxjava ormlite timber mvp retrofit2 rxjava-android

marvel's People

Contributors

deep2origins avatar mohsenoid avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

marvel's Issues

RxJava+Ormlite?

Hi, really nice App architecture. I've a question, why didn't you wrap the database related operations within a rx.Observable?

I mean, for example in the SearchFragment you called the Presenter's loadCharactersCachedData() method, which later calls the DatabaseHelper's selectAllCharacters() method, which runs on the UI thread, should that kind of operations run on a background thread wrapped inside a rx.Observable?

Same thing with the Presenter's doSearch() method, in that case you wrapped the operation in a rx.Observable but you made it run over AndroidScheduler.mainThread(), shouldn't run over some other background thread such as Scheduler.io()?

Sync Project error - Execution failed for task ‘:marvel-app:processMockDebugGoogleServices’.

When I tried to sync my project after configure all my grades files I have this error:

Error:Execution failed for task ‘:marvel-app:processMockDebugGoogleServices’.

No matching client found for package name ‘test.marvel.debug’

I don’t know if I need to configure something on developers.google.com

I’m seeing that your google-service.json has this part that I don’t have

"client_info": {
  "mobilesdk_app_id": "1:917870933295:android:f40c157f10d0958b",
  "android_client_info": {
    "package_name": "com.mirhoseini.marvel.debug"
  }
}

Edit

To hide the error I added your id's. This part of the code I added to my project :(

{
      "client_info": {
        "mobilesdk_app_id": "1:917870933295:android:f40c157f10d0958b",
        "android_client_info": {
          "package_name": "com.mirhoseini.marvel.debug"
        }
      },
      "oauth_client": [
        {
          "client_id": "917870933295-657emgd5pnl2j8lpkfk87unefkub69ol.apps.googleusercontent.com",
          "client_type": 3
        }
      ],
      "api_key": [
        {
          "current_key": "AIzaSyBdbZt2_S2y2-jYVn7xfeyAwMAN7ePfTD0"
        }
      ],
      "services": {
        "analytics_service": {
          "status": 1
        },
        "appinvite_service": {
          "status": 1,
          "other_platform_oauth_client": []
        },
        "ads_service": {
          "status": 2
        }
      }
    }

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.