Skip to content

DEPRECATED CrunchBase Direct - dedicated CrunchBase app for Android

Notifications You must be signed in to change notification settings

zyro/crunchbased

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dedicated app to browse and search CrunchBase data on Android 4.0.3 and above. You can view screenshots and download the latest version from the app's Google Play page.

Build

Requirements:

  • JDK 1.6.0+
  • Gradle 1.8+
  • Properly configured Android SDK API level 18 and Build Tools 18.0.1

That's it! All other libraries are retrieved by Gradle during the build process. All you need is gradle build.

API Key

While the above is enough to compile and run the application, you will need to add your own API key to use any feature beyond browsing the home tabs.

  1. Register on the CrunchBase Developer site and generate an API key. It should only take moments to get your key.

  2. Find the Api class in package com.github.zyro.crunchbased.service. It looks like this:

    package com.github.zyro.crunchbased.service;
    
    public class Api {
    
        public static final String KEY = "YOUR CRUNCHBASE KEY HERE";
    
    }
  3. Replace the value of the KEY field with your API key.

  4. Build the app and away you go!

Attribution

This project uses the following Android libraries:

Some graphical resources generated with:

License

The MIT License (MIT)

Copyright (c) 2013 Andrei Mihu

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

About

DEPRECATED CrunchBase Direct - dedicated CrunchBase app for Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published