Skip to content

thiagoolsilva/medium-blog-crud-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Medium Blog to test a C.R.U.D. on android without affecting the main content of the app

This is the source code supporting the blog post:

https://medium.com/@thiagolopessilva/how-to-test-a-c-r-u-d-on-android-without-affecting-the-main-content-of-the-app-7264048b295f

Download code

Download the code from github and extract it on your preference folder

Building

You can build it using the Android Studio or executing the command bellow from command line.

./gradlew clean build assemble

Execute

Read the post on medium