Giter VIP home page Giter VIP logo

bootstrap's Introduction

Kotlin Bootstrap Awesome

Meet Kotlin Bootstrap by Cleveroad

This is tutorial about android bootstrap library. This set of libraries is designed to help developers accomplish many various tasks easier and faster.

Kotlin Auth

The library allowing to implement authorization via social networks in apps. Facebook, Google, LinkedIn, and Twitter are supported.

Kotlin Core

The library contains implementations of basic classes of an Android application to build the app’s architecture faster. Kotlin Core has implementations for Activity, Fragment, AndroidViewModel, DialogFragment, ArrayAdapter. This library has the utils directory storing a lot of helper classes to work with images, file system, internet, etc.

Kotlin Extensions

A set of extension functions making life easier for Android developers.

Kotlin GPS

This library is designed to help you implement user geoposition tracking via GPS. Work with geolocation is implemented in the foreground service, which also allows to track the user's location in the background.

Kotlin Permissionrequest

Android application has to request permission to access confidential user data. This library enables you to quickly implement the logic necessary for requesting access to user data and certain system features as well.

Kotlin PhoneInput

This library is an implementation of Custom ViewGroup which makes it easy and fast to implement fields for entering a phone number. The library can determine the country code. Phone numbers are formatted automatically depending on a chosen country.

Kotlin RxBus

RxBus is an excellent solution allowing objects with various lifecycles and placed on different hierarchy levels to communicate with each other. It’s based on RxJava 2.

Kotlin Validators

This library is designed for validation of phone number fields, passwords, emails, dates, and names. There is a configuration of templates for validation, error descriptions and more.

Kotlin ffmpeg thumbnails

The wrapper library over ffmpeg that’s intended for splitting video into pictures (preview).

Kotlin ffmpeg video compress

The wrapper library over ffmpeg that’s designed to compress the size of a video file.

Setup and usage

Installation

by project gradle :

ext {

    bootstrapVersion = "2.0.0"

    bootstrapDependencies = [
            auth          : "com.cleveroad.bootstrap:kotlin-auth:$bootstrapVersion",
            core          : "com.cleveroad.bootstrap:kotlin-core:$bootstrapVersion",
            ext           : "com.cleveroad.bootstrap:kotlin-ext:$bootstrapVersion"
            thumbnails    : "com.cleveroad.bootstrap:kotlin-ffmpeg-thumbnails:$bootstrapVersion"
            video_compress: "com.cleveroad.bootstrap:kotlin-ffmpeg-video-compress:$bootstrapVersion"
            gps           : "com.cleveroad.bootstrap:kotlin-gps:$bootstrapVersion"
            permission    : "com.cleveroad.bootstrap:kotlin-permissionrequest:$bootstrapVersion"
            phone_input   : "com.cleveroad.bootstrap:kotlin-phone-input:$bootstrapVersion"
            validators    : "com.cleveroad.bootstrap:kotlin-validators:$bootstrapVersion",
            rxBus         : "com.cleveroad.bootstrap:kotlin-rx-bus:$bootstrapVersion",
    ]
}

by app gradle :

dependencies {

    // Bootstrap
    implementation bootstrapDependencies.auth
    implementation bootstrapDependencies.core
    implementation bootstrapDependencies.ext
    implementation bootstrapDependencies.thumbnails
    implementation bootstrapDependencies.video_compress
    implementation bootstrapDependencies.gps
    implementation bootstrapDependencies.permission
    implementation bootstrapDependencies.phone_input
    implementation bootstrapDependencies.validators
    implementation bootstrapDependencies.rxBus
}

Usage

Support

If you have any questions, issues or propositions, please create a new issue in this repository.

If you want to hire us, send an email to [email protected] or fill the form on contact page

Follow us:

Awesome Awesome Awesome Awesome Awesome

License


The MIT License (MIT)

Copyright (c) 2016 Cleveroad Inc.

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.

bootstrap's People

Contributors

jekaua avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

bootstrap's Issues

Copyright error

java.lang.Throwable: ffmpeg version n4.0-39-gda39990 Copyright (c) 2000-2018 the FFmpeg developers
built with gcc 4.9.x (GCC) 20150123 (prerelease)
configuration: --target-os=linux --cross-prefix=/root/bravobit/ffmpeg-android/toolchain-android/bin/arm-linux-androideabi- --arch=arm --cpu=cortex-a8 --enable-runtime-cpudetect --sysroot=/root/bravobit/ffmpeg-android/toolchain-android/sysroot --enable-pic --enable-libx264 --enable-ffprobe --enable-libopus --enable-libvorbis --enable-libfdk-aac --enable-libfreetype --enable-libfribidi --enable-libmp3lame --enable-fontconfig --enable-libvpx --enable-libass --enable-yasm --enable-pthreads --disable-debug --enable-version3 --enable-hardcoded-tables --disable-ffplay --disable-linux-perf --disable-doc --disable-shared --enable-static --enable-runtime-cpudetect --enable-nonfree --enable-network --enable-avresample --enable-avformat --enable-avcodec --enable-indev=lavfi --enable-hwaccels --enable-ffmpeg --enable-zlib --enable-gpl --enable-small --enable-nonfree --pkg-config=pkg-config --pkg-config-flags=--static --prefix=/root/bravobit/ffmpeg-android/build/armeabi-v7a --extra-cflags='-I/root/bravobit/ffmpeg-android/toolchain-android/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fno-strict-overflow -fstack-protector-all' --extra-ldflags='-L/root/bravobit/ffmpeg-android/toolchain-android/lib -Wl,-z,relro -Wl,-z,now -pie' --extra-cxxflags=
libavutil 56. 14.100 / 56. 14.100
libavcodec 58. 18.100 / 58. 18.100
libavformat 58. 12.100 / 58. 12.100
libavdevice 58. 3.100 / 58. 3.100
libavfilter 7. 16.100 / 7. 16.100
libavresample 4. 0. 0 / 4. 0. 0
libswscale 5. 1.100 / 5. 1.100
libswresample 3. 1.100 / 3. 1.100
libpostproc 55. 1.100 / 55. 1.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/storage/emulated/0/DCIM/Camera/video_20200604_153112.mp4':
Metadata:
major_brand : mp42
minor_version : 0
compatible_brands: isommp42
creation_time : 2020-06-04T10:01:18.000000Z
com.android.version: 8.1.0
Duration: 00:00:04.07, start: 0.000000, bitrate: 8631 kb/s
Stream #0:0(eng): Video: h264 (avc1 / 0x31637661), yuv420p(tv, unknown/bt470bg/unknown), 1280x720, 8496 kb/s, SAR 1:1 DAR 16:9, 29.52 fps, 29.58 tbr, 90k tbn, 180k tbc (default)
Metadata:
rotate : 90
creation_time : 2020-06-04T10:01:18.000000Z
handler_name : VideoHandle
Side data:
displaymatrix: rotation of -90.00 degrees
Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 48000 Hz, mono, fltp, 32 kb/s (default)
Metadata:
creation_time : 2020-06-04T10:01:18.000000Z
handler_name : SoundHandle
/storage/emulated/0videocapture_compress.mp4: Permission denied

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.