GithubHelp home page GithubHelp logo

crack-n-droid's People

Contributors

wspurgin avatar

Watchers

 avatar  avatar  avatar

crack-n-droid's Issues

Change main activity to passive landing view

Have the main activity be a simple "wait and look at this pretty view for a second!" while we load all necessary information and perform all necessary set up actions in the background.

Start up tasks

  1. If user has logged in before, log them in again with old information (if we get that far)
  2. Once user has logged in, start loading project data (messages, activity, etc.) then redirect them to "Home view"
  3. If login fails, or they've never logged in before, redirect them to the login page.

Initial Home activity

Should contain a simple list of projects (and unobtrusive buttons)
Clicking on one of those buttons should take you to that project's message board.

Clicking on the project drop down should show the recent activity of a project.

This is blocked until #1 and persistence of session is completed.

Persistent Cookie Storage

The actual storage method for this isn't difficult. A Shared Preference file makes the actual persistent storage part of this easy. The difficulty is with actually storing a Cookie. They aren't serializable by default, and the "toString" method doesn't present a valid representation for recreation... That means I have to make a serializable cookie class that can be easily converted to and created from normal HttpCookie

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.