Pinned Loading
-
-
Drawer (≡) to close (x) animated vec...
Drawer (≡) to close (x) animated vector drawable 1<?xml version="1.0" encoding="utf-8"?>
2<animated-selector xmlns:android="http://schemas.android.com/apk/res/android">
3<item
4android:id="@+id/open"
5android:drawable="@drawable/ic_drawer_closed"
-
Gradle configuration for better depe...
Gradle configuration for better dependency management in a multi-module project 1apply plugin: 'com.android.application'
2apply from: "$rootDir/common.gradle"
3apply plugin: 'androidx.navigation.safeargs.kotlin'
45android {
-
A facade which provides an implement...
A facade which provides an implementation of a billing manager depending on whether in-app billing via PlayStore is available 1import android.content.Context
2import android.util.Log
3import com.android.billingclient.api.BillingClient
4import com.android.billingclient.api.BillingClientStateListener
5import com.android.billingclient.api.Purchase
-
Top level .gitignore for Android pro...
Top level .gitignore for Android projects 1*.iml
2.idea/
3.gradle/
4build/
5local.properties
-
Example Jenkinsfile declarative pipe...
Example Jenkinsfile declarative pipeline for Android projects 1pipeline {
2agent {
3// Run on a build agent where we have the Android SDK installed
4label 'android'
5}
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.