All Projects → android10 → Android Kotlinintests

android10 / Android Kotlinintests

This is a sample app that is part of blog posts I have written about how to test android applications using Kotlin.

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects

Projects that are alternatives of or similar to Android Kotlinintests

Edxposedmanager
Companion Android application for EdXposed
Stars: ✭ 1,172 (+1216.85%)
Mutual labels:  android-application, android-development
Android Data Binding Examples
A collection of samples using Android Data Binding
Stars: ✭ 20 (-77.53%)
Mutual labels:  android-application, android-development
Music Player Go
🎶🎼 Very slim music player 👨‍🎤 100% made in Italy 🍕🌳🌞🍝🌄
Stars: ✭ 654 (+634.83%)
Mutual labels:  android-application, android-development
Zoomrecylerlayout
🎢 Zoom Recycler Layout Manager For Android Kotlin
Stars: ✭ 618 (+594.38%)
Mutual labels:  android-application, android-development
Permissionsflow
A simple library to make it easy requesting permissions in Android using Kotlin Coroutines.
Stars: ✭ 49 (-44.94%)
Mutual labels:  android-application, android-development
Animationsplayground
This repo is an attempt to implement a complex animation
Stars: ✭ 630 (+607.87%)
Mutual labels:  android-application, android-development
Kotlin Android Examples
💪 [Examples] Isolated applications purely on Kotlin, for all android devs out there
Stars: ✭ 902 (+913.48%)
Mutual labels:  android-application, android-development
Musicindicator
Music indicator for Android. Easy to use. 🎧 ✨
Stars: ✭ 475 (+433.71%)
Mutual labels:  android-application, android-development
Androidroom
Android example to show how to use Room to access SQLite database on device for reading and writing data. This example also shows how to use LiveData and ViewModel with Room to build reactive, well performing and easy to maintain applications.
Stars: ✭ 36 (-59.55%)
Mutual labels:  android-application, android-development
Androidkex
Extensions for Kotlin. Use the power of Kotlin to make your code smaller and beautiful.
Stars: ✭ 35 (-60.67%)
Mutual labels:  android-application, android-development
Superbottomsheet
Android native BottomSheet on steroids 💪
Stars: ✭ 548 (+515.73%)
Mutual labels:  android-application, android-development
Kotlin Android Scaffolding
An android project structure using kotlin and most common libraries.
Stars: ✭ 53 (-40.45%)
Mutual labels:  android-application, android-development
Android Arsenal.com
Source to android-arsenal.herokuapp.com
Stars: ✭ 541 (+507.87%)
Mutual labels:  android-application, android-development
Aurdroid
Android AUR [Arch Linux user Repository] packages browser
Stars: ✭ 88 (-1.12%)
Mutual labels:  android-application, android-development
Android Ecosystem Cheat Sheet
🤖Android Ecosystem Cheatsheet 2020
Stars: ✭ 488 (+448.31%)
Mutual labels:  android-application, android-development
Androidtips
A collections of tips in Android developing.Android开发总结。我的博客:
Stars: ✭ 713 (+701.12%)
Mutual labels:  android-application, android-development
Drawer Behavior
Drawer behavior is a library that provide an extra behavior on drawer, such as, move view or scaling view's height while drawer on slide.
Stars: ✭ 394 (+342.7%)
Mutual labels:  android-application, android-development
Grab N Run
Grab’n Run, a simple and effective Java Library for Android projects to secure dynamic code loading.
Stars: ✭ 413 (+364.04%)
Mutual labels:  android-application, android-development
Shutup
Uses proximity sensor to perform actions when ringing, Can also schedule calls.
Stars: ✭ 14 (-84.27%)
Mutual labels:  android-application, android-development
Phonenumberverificationui Android
Check out the new style for mobile number verification 😉😉😊😊
Stars: ✭ 52 (-41.57%)
Mutual labels:  android-application, android-development

Android-KotlinInTests

This is a sample app that is part of blog posts I have written about how to test android applications using Kotlin.

Android Testing with Kotlin

Local Development

Here are some useful Gradle/adb commands for executing this example:

  • ./gradlew clean build - Build the entire example and execute unit and integration tests plus lint check.
  • ./gradlew runUnitTests - Execute both unit and integration tests.
  • ./gradlew runAcceptanceTests - Execute espresso and instrumentation acceptance tests.

Code style

Here you can download and install the java codestyle. https://github.com/android10/java-code-styles

License

Copyright 2018 Fernando Cejas

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

http://www.fernandocejas.com

Buy Me A Coffee

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].