packagecom.mkyong.android;importandroid.app.Activity;importandroid.app.Dialog;importandroid.content.Context;importandroid.os.Bundle;importandroid.view.View;importandroid.view.View.OnClickListener;importandroid.widget.Button;importandroid.widget.ImageView;importandroid.widget.TextView;publicclassMainActivityextends...
An awesome android library to show custom toast, alert-dialog, logs and progress dialog with few lines of code. Topics android kotlin logs kotlin-android android-library toast progressdialog toast-message alertcontroller alertdialog toastnotifications Resources Readme License Apache-2.0 license Activ...
Building a Custom Timeline Feed with Stream Activity Feeds and Kotlin on Android In this post, we'll be creating a simple social network, called The Stream, that allows a user to post messages to followers. The app will allow a user to post a message to their followers. Stream's Activity...
Create the file AlertPlugin in the directory 'com/blueconic/example/plugins'. The structure should look like this: Copy the following content to the file: Kotlin Java package com.blueconic.example.plugins import android.app.Activity import android.app.AlertDialog import com.blueconic.BlueConicClient...
import kotlinx.coroutines.withContext import androidx.core.widget.doOnTextChanged/** * cache/download 缓存界面 @@ -136,6 +135,7 @@ class CacheActivity : VMBaseActivity<ActivityCacheBookBinding, CacheViewModel>() CacheBook.stop(this@CacheActivity) ...