Giter VIP home page Giter VIP logo

twitterdemo's Introduction

This is a demo project, which uses twitter kit and api.

--------------------
    Architecture
--------------------

I have used MVP design pattern with DAGGER 2.
The Architecture contains some of my default classes like base folder, base application , base
activity and etc.

--------------------------------
    Third party Libraries
--------------------------------

I used Retrofit 2 for restful service calls
Dagger 2 for dependency injection
Butterknife for binding views.
RxJava for MultipleThread organization and handling service calls.
Timber for logging.
Otto for event buses.
Picasso for image caching/downloading
Twitter for twitter...


------------------
    Callbacks
------------------

I usually handle them with interfaces but in some cases Otto bus will come more handy.
The tweet click part could be done with interface as well , i used bus just to show using it.

--------------------------------------
I tried to add as many things i can without over-engineering it. But it was an assignment so i
tried to show you as much as i can within the projects limitations.

There are easier ways to do it. i used twitter kit just to show it.
Also there are thing that i could have done it without using them(project was small and not very
functional), dagger etc. I tried to use everything that can be used in this project.

--------------------------------------
Project starts with 2 buttons which will lead you to a easy way with twitter code. and the ninja
way with hardcoded one.

di folder is mostly needed in huge projects with lots of classes and activities etc.
base folder is mostly for handling network connection ,showing errors, showing loading etc.
event folder is holding the event classes that Otto uses.
flow folder is holds the screens which has mvp style folders views, models and presenters.
restService  is holding the

Building flavors for seperation the endpoints and releases, (no need in this project but if it
has multiple endpoint like dev and prod it will be usefull).








twitterdemo's People

Contributors

iartuc avatar

Watchers

 avatar

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.