Giter Site home page Giter Site logo

androidbits's Introduction

androidBits

Library of useful Android classes

Android App Development Setup (Android Studio)

  1. Android Studio uses Gradle to build apps. A way to use the androidBits library with your app is to edit the global gradle.properties file on your local computer. Create this file in the Gradle user home directory, typically found on Windows 7+ at C:\Users\[user name]\.gradle and on Linux or Mac OS X at ~/.gradle.

  2. Edit the new gradle.properties file to contain the following variables. Note the lack of quotes and the full paths below, so paths with spaces may have unknown behavior:

For Linux / OS X:

lib_androidBits=/path/to/androidBits/lib_androidBits

For Windows OS (yes, the extra backslashes are required):

lib_androidBits=C\:\\path\\to\\androidBits\\lib_androidBits
  1. In your project's settings.gradle file, include the lines:
include 'androidBits'
project(':androidBits').projectDir = new File(lib_androidBits)
  1. In your project's build.gradle file, include the dependency:
dependencies {  
    compile project(':androidBits')  
}  

androidbits's People

Contributors

baracudda avatar dapayne1 avatar ist-pasha avatar zerobandwidth avatar arahman2 avatar

Stargazers

 avatar

Watchers

 avatar James Cloos avatar  avatar Madison Bahmer avatar Magnus Berggren avatar  avatar  avatar

Forkers

b3457m0d3

androidbits's Issues

Exception handler should not use hard-coded reference to email address.

The ReportAnExceptionHandler should provide methods by which the consumer can pass in any string for use as an email address, rather than depending on a magic resource ID R.string.postmortem_report_email_recipients. However, for backward compatibility, this resource reference should still be the default value if no other string is specified by the consumer.

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.