Design your Android app quickly with our utils library.
- BaseAdapter an abstract class for RecyclerView to allow to implement an advanced adapter
- RxBus for event driven programming based on RxJava
- AvatarView allow you to display your users avatar or the initial of they name
- MaterialSearchView allow you to implement SearchView with autocompletion
- LoadingImageView allow you to display a beautiful loading view
- CustomFontButton Button with a typeface from your assets quickly. Default font is Ubuntu.ttf
- CustomFontTextView TextView with a typeface from your assets quickly. Default font is Ubuntu.ttf
- CustomFontEditText EditText with a typeface from your assets quickly. Default font is Ubuntu.ttf
In your dependences
dependencies {
compile 'com.fajicskills.fsandroidutils:fsandroidutils:1.0.0'
}You can have the javadoc here
Copyright 2017 FAJIC SKILLS.
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.