Home

Awesome

TwinKill

Utility package wrapped around android JetPack components

Installation

// Core Module
implementation 'com.theapache64.twinkill:core:latest.version'

Usage

Init TwinKill in your Application class

 class App : Application() {
     override fun onCreate() {
         super.onCreate()
         
         TwinKill.init(
             TwinKill.builder()
                 .setDefaultFont(GoogleFonts.GoogleSansRegular)
                 .build()
         )
     }
 }

Components

Sub-Components

Components that are dependant on another components

Features