florianmski/UrbanDictionary-Android


A simple Android client for Urban Dictionary

Download


Step 1. Add the JitPack repository to your build file

Add it in your root settings.gradle at the end of repositories:

	dependencyResolutionManagement {
		repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
		repositories {
			mavenCentral()
			maven { url 'https://jitpack.io' }
		}
	}

Add it in your settings.gradle.kts at the end of repositories:

	dependencyResolutionManagement {
		repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
		repositories {
			mavenCentral()
			maven { url = uri("https://jitpack.io") }
		}
	}

Add to pom.xml

	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>

Add it in your build.sbt at the end of resolvers:

 
    resolvers += "jitpack" at "https://jitpack.io"
        
    

Add it in your project.clj at the end of repositories:

 
    :repositories [["jitpack" "https://jitpack.io"]]
        
    

Step 2. Add the dependency

	dependencies {
		implementation 'com.github.florianmski:UrbanDictionary-Android:'
	}
	dependencies {
		implementation("com.github.florianmski:UrbanDictionary-Android:")
	}
	<dependency>
	    <groupId>com.github.florianmski</groupId>
	    <artifactId>UrbanDictionary-Android</artifactId>
	    <version></version>
	</dependency>

                            
    libraryDependencies += "com.github.florianmski" % "UrbanDictionary-Android" % ""
        
        

                            
    :dependencies [[com.github.florianmski/UrbanDictionary-Android ""]]
        
        

Readme


Urban Dictionary

A simple Android client for Urban Dictionary

Things you should be aware of

A weekend project, at first it was to test the new CardView and RecyclerView but it seems that they need the support-v4:21 which is only available for the AndroidL preview and I really wanted to post this app. You can still find some code related to RecyclerView but those files are not used. As always this project is completely opensource, free and doesn't generate any profit. See below for the license.


This app use the following libs:

  • android-support-v4
  • retrofit
  • rxjava-android
  • crashlytics

This app is available on Google Play for free here

Futur

As this is "just" a weekend project, I don't plan to do any modifications on this app.

Written By

License

"THE BEER-WARE LICENSE" (Revision 42):
You can do whatever you want with this stuff. 
If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.