Giter VIP home page Giter VIP logo

androidsimpletweets's People

Contributors

weibeld avatar

Watchers

 avatar  avatar

androidsimpletweets's Issues

App crashed

I don't know what i need to do, i build apk, not editing nothing else that "adding a compile in gradle", and then just builded the apk. Do I need to change something more? what i am doing wrong, the app crash when I go to the Twitter Web to authorize my app, then when redirect to the app, the app crash and crash all timee...
Please help me.

retrolambda debug-0 ERROR

Any error with retrolambda debug-0, you need to upgrade your retrolambda, in my case 2018/02/07 is the:

retrolambda 3.7.0
so to upgrade just change it in your gradle, in my case like this:
me.tatarka:gradle-retrolambda:3.7.0
sync your proyect againg and it's going to be solved.

Thanks!

Hi @weibeld, thanks for submitting assignment 3.

Overall

  • The app seems to work fine without serious crashing. Great job! ๐Ÿ‘

Some good stuffs

  • Using CardView for each tweet items.
  • Using Data Bindings for binding datas.
  • Good job on keep things separate from each package.
  • Good job on using Lambda Expressions. It makes your code cleaner and more professional :P.

Area to Improve

  • You should remove unused code, it will make your app`s code looks cleaner.
  • UI looks okay, you should add some animations and polished a bit. so It will look a bit more friendlier to user :P
  • You should set private for variables. For example
    User mCurrentUser;; should be private User mCurrentUser;;. Its a good practice
  • You should do optionals and bonus features. It will improve your skill a lot.

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.