AgungLaksana

Results 8 issues of AgungLaksana

Can I add loading indicator before revealingSplashView.startAnimation() is called ? I am using RevealingSplashView when fetching data from Internet, I am using twitter style. but unfortunately if the request time...

at the default text only style, the selected tab will show underline below the text. but I need to make full highlight color if a tab in segmented control is...

first of all, thank you very much for this great library. I need to force to only use one language (only in Indonesian, not in English, french or etc) to...

first of all, I want to say thank you for this library. it's really helpful could you please add an API to change the color of done and cancel button...

I am sorry if this is trivial, but I am a beginner. and currently I am using Kotlin. I want to blur my image after downloading using picasso. and here...

## Bug report **Describe the bug** I am trying to make `begin_checkout` event using code like this ``` await FirebaseAnalytics.instance.logBeginCheckout( items: [ AnalyticsEventItem( itemName: "import/singapore/air", itemCategory: "air", currency: "IDR", price:...

type: bug
plugin: analytics
blocked: firebase-sdk
platform: all

### Expected behavior I am using [Credit Card Activity](https://github.com/omise/omise-android), and as far I know, I should handle the result in here ``` override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?)...

bug

I am trying to follow this step in here https://developer.android.com/codelabs/exoplayer-intro#2 but when I implement `hideSystemUi` method in Kotlin. then code seems deprecated like this https://i.stack.imgur.com/uqAUP.png ``` @SuppressLint("InlinedApi") private fun hideSystemUi()...