GithubHelp home page GithubHelp logo

codepath-twitter-client's Introduction

image

Co-Founder & General Partner @ SNØCAP

codepath-twitter-client's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

codepath-twitter-client's Issues

[Android Bootcamp] App Ready for Review (Again)

New user stories incorporated, please review. /cc @nesquena

I didn't get to the last optional user story because I want to focus on the group project.

One interesting note: I had to rebuild the ActiveAndroid jar because the one you ship in the REST Client Template doesn't have unique key constraint support. Also, implicit foreign key constraints are broken in the latest Active Android, so I had to manage the relationships manually.

[Android Bootcamp] App Ready for Review

App's ready, please review. /cc @nesquena

Pain points:

  • Importing PullToRefresh (or any external android module) into Android Studio. Solution ended up being two parts:
    • Get the editor to recognize the module
      • Add the module folder to the project
      • Expose the module to the editor by using the "Import Modules" tool in the "Libraries..." context menu.
      • Mark the newly imported Module as a dependency of the Twitter App
    • Get gradle to compile and package the module
      • Ensure that the editor is using the correct version of Gradle (I had to download 1.6)
      • In gradle.settings, make a reference to the module folder (see the file for an example)
      • In build.gradle mark the project reference for compilation
  • Adding relationships in ActiveAndroid
    • Turns out you can't set a relationship member (i.e. Tweet.user) with a Model that has not previously been save()d.
    • The result is a super-vague NullPointerException

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.