Coder Social home page Coder Social logo

android-bootstrap's Introduction

Android Bootstrap App

This repository contains the source code for the Android Bootstrap Android app available from Google Play.

Please see the issues section to report any bugs or feature requests and to see the list of known issues.

Have a questions about Android Bootstrap? Ask away on the android-bootstrap discussion forum.

HOW TO

Learn how to develop with IntelliJ and Maven. Watch the how to video

Authentication

Log into this demo app with the following credentials:

user: [email protected]

password: android

Generating your Bootstrap App

Why generate? Simple ... renaming files, folders, copy and pasting is SUPER error prone and well... it sucks overall. This can easily take a few days with debugging if you run into issues and perform a lot of typo's. Using the generator on AndroidBootstrap.com you can generate your application with your application name as well as the package (and folder structure) that you want to work with.

As an example, you know that you want your app name and package to the following:

  • App Name: Notify
  • Package Name: com.notify.app.mobile

After generating the app on AndroidBootstrap.com the folder structure of the source code for the app will change:

  • From: com/donnfelker/android/bootstrap
  • To: com/notify/app/mobile

At that point all the source files that were located in __com/donnfelker/android/bootstrap will be moved to the new folder com/notify/app/mobile.

All import statments that reference the old resources (R.com.donnfelker.android.bootstrap.R) will now be renamed to the correct package. The artifact id's in the pom.xml (and various other places) will be replaced. The App Name will be replaced in the strings/etc.

The end result is that you will be given a zip file with the correct structure. Open the zip and then execute mvn clean package and your app should be ready for development.

Enjoy!

The application

License

Copyright 2013 Donn Felker

Copyright 2013 GitHub Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Building

The build requires Maven v3.0.3+ and the Android SDK to be installed in your development environment. In addition you'll need to set the ANDROID_HOME environment variable to the location of your SDK:

export ANDROID_HOME=/home/donnfelker/tools/android-sdk

After satisfying those requirements, the build is pretty simple:

  • Run mvn clean package from the app directory to build the APK only
  • Run mvn clean install from the root directory to build the app and also run the integration tests, this requires a connected Android device or running emulator

You might find that your device doesn't let you install your build if you already have the version from the Android Market installed. This is standard Android security as it it won't let you directly replace an app that's been signed with a different key. Manually uninstall Android Bootstrap from your device and you will then be able to install your own built version.

Acknowledgements

Android Bootstrap is a result of a template project I've developed over the years as well as a combination of a lot of great work that the GitHub Gaug.es app and GitHub Android app showcased. Some of the code in this project is based on the GitHub Gaug.es and GitHub Android app.

Android Bootstrap is built on the awesome Parse.com API and uses many great open-source libraries from the Android dev community:

Contributing

Please fork this repository and contribute back using pull requests.

Any contributions, large or small, major features, bug fixes, additional language translations, unit/integration tests are welcomed and appreciated but will be thoroughly reviewed and discussed.

I hope this helps you in building your next android app.

android-bootstrap's People

Contributors

dleony avatar donnfelker avatar jakewharton avatar joeykrim avatar jtaekema avatar krtek avatar lawrencegs avatar michalharakal avatar seanponeil avatar xianminx avatar

Watchers

 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.