glib

Common view and utilities for Android apps

License

License

Categories

Categories

Net
GroupId

GroupId

net.gulbers
ArtifactId

ArtifactId

glib
Last Version

Last Version

1.2
Release Date

Release Date

Type

Type

aar
Description

Description

glib
Common view and utilities for Android apps
Project URL

Project URL

https://github.com/gulbers/glib
Source Code Management

Source Code Management

https://github.com/gulbers/glib

Download glib

Filename Size
glib-1.2.pom
glib-1.2.aar 156 KB
Browse

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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.

Versions

Version
1.2