Giter Site home page Giter Site logo

adityaladwa / offlinefirstreactiveapp-tutorial Goto Github PK

View Code? Open in Web Editor NEW
117.0 6.0 22.0 127 KB

Check out the blog post for more info

Home Page: https://medium.com/@ladwa.aditya/offline-first-reactive-android-apps-repository-pattern-mvp-dagger-2-rxjava-contentprovider-8fa379d9caad#.ip08ut9e2

Java 100.00%
architecture offline repository-pattern dagger2 mvp-architecture storio butterknife espresso

offlinefirstreactiveapp-tutorial's Introduction

Hi there ๐Ÿ‘‹

I am a self-taught developer, I have many years of professional experience in android app development. I started in a fintech org ePayLater, then moved on to build the ride-hailing product of a super-app in southeast asia, known as gojek and currently working as a platform engineer at meesho. I strive to produce pixel-perfect, high performing software. In my college days, I created an SMS app that allows user to create polls, I build an android app as a replacement of Computer Science Lab Manual that all students loved and found useful.

  • ๐Ÿ”ญ Iโ€™m currently working as an Android Engineer at Meesho
  • ๐ŸŒฑ Iโ€™m currently learning Mobile Dev Productivity, data science
  • ๐Ÿค” Iโ€™m looking for help with QUIC protocol
  • ๐Ÿ’ฌ Ask me about Android Engineering, Design, Product Engineering
  • ๐Ÿ“ซ How to reach me: Twitter
  • โšก Fun fact: I went on a bike trip to ladakh, SOLO!

๐Ÿ’ณ Github Profile Summary Card

๐Ÿ“Ÿ GitHub Stats

offlinefirstreactiveapp-tutorial's People

Contributors

adityaladwa 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

offlinefirstreactiveapp-tutorial's Issues

Freshly Cloned Doesn't Show Anything

Hi and first off thanks for creating this repository and the accompanying blog posts explaining it! I'm trying to learn rxjava/mvp/content providers and this is great.

I can't seem to get this app to work. On a freshly cloned version the app starts up but does not display anything on the ui. From my limited knowledge of how DP works and MVP it seems the remote datastore is never called. If I manually call getPost() on the AppRemoteDataStore it works properly and fetches data

'AppRemoteDataStore remote = new AppRemoteDataStore();

    remote.getPost().subscribeOn(Schedulers.io())
            .observeOn(AndroidSchedulers.mainThread())
            .subscribe(new Action1<List<Post>>() {
                @Override
                public void call(List<Post> posts) {
                    Log.d(TAG, "MainActivity hack: " + posts.size());
                }
            });`

I'd love to play around with this app more and continue my learning, but I've pretty much hit a wall here and I can't figure out the issue.

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.