glib

Common view and utilities for Android apps

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.gulbers
Идентификатор

Идентификатор

glib
Последняя версия

Последняя версия

1.2
Дата

Дата

Тип

Тип

aar
Описание

Описание

glib
Common view and utilities for Android apps
Ссылка на сайт

Ссылка на сайт

https://github.com/gulbers/glib
Система контроля версий

Система контроля версий

https://github.com/gulbers/glib

Скачать glib

Имя Файла Размер
glib-1.2.pom
glib-1.2.aar 156 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/net.gulbers/glib/ -->
<dependency>
    <groupId>net.gulbers</groupId>
    <artifactId>glib</artifactId>
    <version>1.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/net.gulbers/glib/
implementation 'net.gulbers:glib:1.2'
// https://jarcasting.com/artifacts/net.gulbers/glib/
implementation ("net.gulbers:glib:1.2")
'net.gulbers:glib:aar:1.2'
<dependency org="net.gulbers" name="glib" rev="1.2">
  <artifact name="glib" type="aar" />
</dependency>
@Grapes(
@Grab(group='net.gulbers', module='glib', version='1.2')
)
libraryDependencies += "net.gulbers" % "glib" % "1.2"
[net.gulbers/glib "1.2"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

glib

Custom view and utilities for Android apps

Glib provide custom view for TextView, Button, EditText, Expand GridView, Expand ListView, ScrollListView, Touch ImageView, and Loading Dialog

Utilities on this lib is:

  • HttpClient post with json, form, or multipart body.
  • Location to get current position and also translated to city, province, etc
  • Telephony info to get IMEI or sim card operator name
  • Other utils

Installation

Add this depencencies on your app build.gradle

dependencies {
  compile 'net.gulbers:glib:1.0'
}

How to use

Check WIKI to see the full description

Features

Custom View

For XML view usage:

  • net.gulbers.glib.view.GTextView
  • net.gulbers.glib.view.GEditText
  • net.gulbers.glib.view.GExpandGridView
  • net.gulbers.glib.view.GExpandListView
  • net.gulbers.glib.view.GScrollListView
  • net.gulbers.glib.view.GButton
  • net.gulbers.glib.view.GTouchImageView For loading dialog:
  • net.gulbers.glib.view.GLoadingDialog

Utilities

  • net.gulbers.glib.utils.Debug
  • net.gulbers.glib.utils.HttpHelper
  • net.gulbers.glib.utils.LocationTracker
  • net.gulbers.glib.utils.TelephonyInfo
  • net.gulbers.glib.utils.MUtils

Developed By

Licence

Copyright 2018 Sony Gultom

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.

Версии библиотеки

Версия
1.2