Code Monkey home page Code Monkey logo

contactlist's People

Contributors

figui avatar iguif avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

iguif

contactlist's Issues

Support libraries

You need the Support libraries to cover the entire Android platform.

Review

Definitely much better than before. Some minor details:

You are using Holo Design for old Android devices "android:Theme.Holo.Light.DarkActionBar".

This can be avoid by using the latest versions of support library (v7 and Design), which includes Toolbar and some Material design widgets. This allow you to provide Material design for each version of Android starting from 2.1.

Remember that Interfaces in Java has always public methods. You don't need to declare each method as public explicit.

If you see each 'Parcelable' that you implemented, you can see a linter error which says that the "creator" is missing. This need to be implemented in each case.

IDE files

Please don't push any IDE-specific files to the repository, you should add them to "gitignore" file.

AsyncTask

Please don't merge View logic inside the AsyncTask. You should improve the separation of concerns, don't mess view logic and API logic. For decoupling this, you can use Otto library:

https://github.com/square/otto

Don't reinvent the wheel

Don't need to reinvent the wheel for REST calls, JSON handling and Cache handling.

Please, use the corresponding libraries for this, like Retrofit, GSON, Picasso, etc.

Android target API

The MinSDK for this project is API 22. You need to provide support for older Android versions. For example, starting from API 14.

Project structure

Please, commit the root folder of the project, including the Gradle Wrapper files (gradlew file and folder). Exclude the 'build' and '.idea' folders.

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.