Android Library to use custom fonts with ease.
Useful library to use custom fonts in your android app
Android Library to help adding custom fonts to Android Views.
Android library to use the Font Awesome icons in android apps
Fontinator is an Android-Library make it easy, to use custom Fonts.
Smart Fonts for Android is a Library which makes it easy to use Custom Fonts in Apps
A lightweight Android library for use iconic fonts.
Helper object for injecting typeface into various text views of android.
Custom font library for android | Library to change/add font of Entire Android Application at once without wasting your time - TextViews, EditText, Buttons, Views etc.,
An easy to use library for using custom font families in your Android applications.
This library include some custom views and a util class help you replace android default font in different ways.(keyword:Font TextView, Custom TextView)
Android library allowing you to easily change the typeface of your UI elements.
Sample showing how to create a custom fonts library for Android
Sample for the new fonts in XML using the support library 26
MultiFontViewKotlin library can be used to select custom fonts for the view dynamically in your XML
A helper library to set custom fonts to your android view
MultiFontView library can be used to select custom fonts for the view dynamically in your XML
Android library for using font-based glyphs as Drawables and Bitmaps in Android applications
Android Library to set font of TextView, Button, EditText, and RadioButton in XML without editing Java code to set Typeface.
StylishWidget is a library for an Android Application project to make the UI more beautiful and allow to use third party font. This library also contain few view that created by me.
Library for add icon font in your project Android.
FontDroid is a small library that gives the ability to use custom fonts in an Android application
Custom-Typeface is a library to add custom fonts in android.
A Font Awesome library for Android
**DEPRECATED**. Use the native and support library variants instead - https://developer.android.com/guide/topics/ui/look-and-feel/fonts-in-xml.html. An android library that makes it easy to add custom fonts to edittexts and textviews
An android library to display FontAwesome Icons in any View or a MenuItem
An Android Library Project to to enable use of Android's Roboto Font
A library for getting a list of fonts on an Android device
A small Android library which allows you to set the overall font in an XML/ViewGroup!
Android library to make using custom fonts from XML layouts easier
A library for easy use of Fontawesome on Android
This is an Android Library for developer to use android customized widgets and change fonts style easily. Example is avilable in app module.
A simple library to use custom fonts in text view.
A android module for google fonts to be included in your app.
Typekit is an android library to make it easy to use custom fonts.
An Android Library to use easily Persian fonts like as IranSans and Yekan
Use the font awesome icon library in android projects
An Android library that takes the standard Android Toast to the next level with built-in icons from font-awesome and many styling options that gives your app and user experience an extra awesome feeling!
Fonkster is Android library for dynamically loading fonts from URL written in Kotlin using coroutines.
Sample application showcasing usage of fonts with Android Support Library
Utility Android library project for Custom Fonts
How to use the Font Awesome icons in android apps using Third Party Library
A simple fontchooser for android which uses aFileChooser library.
This is very Useful library to use custom fonts in your android apps very easily
Library for implementing custom Text Font/Typography using layout or style
Android 8.0 (API level 26) introduces a new feature, Fonts in XML, which lets you use fonts as resources. This means, there is no need to bundle fonts as assets. Fonts are compiled in R file and are automatically available in the system as a resource. You can then access these fonts with the help of a new resource type, font. The Support Library 26 provides full support to this feature on devices running API versions 14 and higher.
Android library for setting custom fonts to UI Widgets
Android library for setting custom persian font type to views
Testando a troca de font no android com os recursos da support library
Easy Font for Android is a Library which makes it easy to use Custom Fonts in Android Application.
This custom strike text view provide the cross text. Using this you can modify line height, color and also provide custom font. Welcome your suggestion if any
Android Library: List preference that will show all fonts that are contained on assets of the project
EmojiCompat library sample with Downloadable font configuration
EmojiCompat library sample with bundled font configuration
This library will help to show bangla font in all android version. It is a library project
This is a simple Library for Change Font in Android Studio With XML
Being a lazy developer always making and searching new fonts, I thought why not make a library with cool fonts and use it whenever I am working on a new Android project.
In this tutorial, we will learn how to add custom fonts as resources into our Android Studio project. Unlike downloadable fonts, these local fonts are bundled with the APK and always available offline. We will also learn how we can bundle multiple fonts together into one font-family XML file, where we can specify a fontStyle and fontWeight for each font file, and let the system apply it to a TextView automatically in accordance to its textStyle (italic or bold). By adding the fontFamily attribute to the AppTheme instead of a single TextView, we can apply a font application-wide, and by using it on a Toolbar theme, we can change the font of the Toolbar specifically. We can also change the font of a TextView dynamically in Java code, by creating a Typeface object with getResources().getFont() or the ResourcesCompat compatibility version, and applying this Typeface to a TextView with setTypeface. Custom fonts are backward compatible down to API level 16 over the AppCompat support library. On API 28 and higher, we can specify the font weight directly over the Typeface.create method or the textFontWeight XML attribute. Supported font resources are ttf and otf files. We can access the free Google Fonts library directly over the Android Studio Design Editor.
This is a customized TextView turned into a library dependency for android. There are some options for fonts and many more will be added later.
Custom TextView Font Type Face is Roboto... Roboto-Bold,Roboto-Light,Roboto-Italic,Roboto-Medium,Roboto-Regular. Import robototextview library on your Project.. After
Spatula is a small android library font/typeface binder to apply custom fonts to TextView, Button, etc.
How to create a fancy modern Android layout using Squint Library and Circular ImageView Library + How to change Fonts in Android App
Grandroid Myanmar Test is a test project using Grandroid library-Graphite font engine on android.
A library to help with database setup; working with queries like insert, create, delete, drop, select; for using rest api consumtion; shared preferences; image zoom in and zoom out, applying font to the entire layout, checking if internet connection is available or not, setting an image view in square shape, circular shape, with initial letter or avatat, and replacing null in a string and replacing true or false with 1 or 0, switch button, custom toast message, datetime utils, location services, location address, validation of different types, set max length, set character counter, check if url is valid and much more. Check out the README.md for more information and latest update. You can check out the website 'https://amitjangid80.github.io/multiutillib/' as well.
A library to help with database setup; working with queries like insert, create, delete, drop, select; for using rest api consumtion; shared preferences; image zoom in and zoom out, applying font to the entire layout, checking if internet connection is available or not, setting an image view in square shape, and replacing null in a string and replacing true or false with 1 or 0.
This is an android library which converts any text to image and can be viewed in an image view. It is highly customizable from shape to color to font .
Android Tutorial 1. Android Studio Tutorial 2. Android Studio Overview 3. Android Intent 4. Android Spinner 5. Android ListView 6. Android Fragment Lifecycle 7. Android Passing Data between Fragments 8. Android WebView 9. Android ActionBar 10. Android Custom ActionBar 11. Android Animation 12. Android Capture Image 13. Android Custom Fonts 14. Android Location API GPS Tracking 15. Android Location Google Play Services 16. Android Increase Gradle Build Speed 17. Android NavigationView 18. Android SearchView 19. Android GridLayoutManager 20. Android MVP 21. Android Picasso 22. Android Internal Storage 23. Android External Storage 24. Android Shared Preferences 25. Android SQLite 26. Android Notification 27. Android AlertDialog 28. Android GridView 29. Android Gallery View 30. Android ProgressDialog 31. Android AsyncTask 32. Android BroadcastReceiver 33. Android ListView Custom Adapter 34. Android ViewFlipper 35. Android ButterKnife 36. Android Non Scrollable ListView 37. Android JSONObject 38. Android XML Parser 39. Android Runtime Permissions 40. Android Data Binding 41. Android Data Binding Advanced 42. Retrofit Android 43. OkHttp Android 44. Android Login Registration App 45. Android Interview Questions 46. Android Multi Search 47. Android Layout LinearLayout 48. Android FrameLayout AbsoluteLayout 49. Android ScrollView TableLayout 50. Android Navigation Drawer 51. Android CollapsingToolbarLayout 52. Android ImageView 53. Android TextSwitcher ImageSwitcher 54. Android AutoCompleteTextView 55. Android ProgressBar 56. Android SeekBar RatingBar 57. Android Toggle Button, Switch 58. Android Countdown Timer 59. Android ExpandableListView 60. Android Date Time Picker 61. Android Radio Button 62. Android Floating Widget 63. Android Checkbox 64. Android CardView RecyclerView 65. Android RecyclerView with Dividers 66. Android ViewPager 67. Android Drag Drop 68. Android Floating Action Button 69. Android SnackBar 70. Android Swipe Refresh 71. Android Shared Element Transition Animation 72. Android ConstraintLayout 73. Android ConstraintLayout Example 74. Android TextInputLayout 75. Android Percent Layout 76. Android Google Maps 77. Android Google Maps Example Tutorial 78. Google Static Maps 79. Android Google Maps Current Location 80. Android Google Map Route Drawing 81. Google Places API Welcome to Retrofit Android Example Tutorial. Today we’ll use the Retrofit library developed by Square to handle REST API calls in our android application. Table of Contents [ hide ] 1 Retrofit Android 2 OkHttp Interceptors 3 Setting Up the Retrofit Interface 4 Retrofit Android Example Project Structure Retrofit Android Retrofit is type-safe REST client for Android and Java which aims to make it easier to consume RESTful web services.