Giter Club home page Giter Club logo

fotoapp's Introduction

#A quick exploration of react-native Building a small app targeting Android 6.0.1 in an effort to learn a bit about what it's like to develop with react-native.

##My process

  1. Followed a couple react-native start tutorials. They each use the npm package 'react-native' to generate a project with iOS and Android boilerplate code that renders a simple view.
  2. Used Atom IDE with Facebook's Nuclide Skin (includes features specific to react-native).
  3. Originally I had more functionality planned for this app (see app ideas below), but had to limit the scope to a simple reproduction of the Facebook CameraRoll gallery app because of time constraints and overall I found the react-native libraries limiting, especially when it comes to support for android. To accomplish the full feature set would've required using native android libraries and expose their functionality with custom react-native components (this is beyond the scope of what I wanted to learn here).

##Running this app Prerequisite: follow the installation steps here - http://facebook.github.io/react-native/releases/0.27/docs/getting-started.html

  1. Connect your android device (or use an emulator from Android Studio & install the required SDK & SDK tools)

  2. then from the terminal at the root of the project: react-native run-android -if there's an error, check the troubleshooting advice in the message -adb reverse tcp:8081 tcp:8081

##App Ideas

  1. Initial UI showing the most recent 18 fotos
  2. Shake to start - main logic processes here
  3. These 18 fotos are processed (using algorithms to be described in another post) and the UI is updated to show the 'best' fotos
  4. Prompt with message asking user if they want to save these fotos and delete the others ("Save only the best & delete the rest?")

##Additional Resources:

  1. Official (albeit lacking) Facebook Documentation: http://facebook.github.io/react-native/releases/0.27/docs/getting-started.html
  2. A collection of resources for react-native: https://github.com/jondot/awesome-react-native
  3. A similar collection but for reactjs: https://github.com/enaqx/awesome-react
  4. A tutorial & ebook for reactjs: https://github.com/survivejs/react

fotoapp's People

Contributors

charleslavon avatar

Watchers

James Cloos avatar  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.