Posts

Showing posts from May, 2018

Implement search functionality with help of edittext, rxjava and retrofit 2 in android.

Implement search functionality with help of editext, rxjava and retrofit2 in android. Search text view ,  edittext view , rxjava and retofit demo. activity_main.xml <? xml version= "1.0" encoding= "utf-8" ?> < android.support.constraint.ConstraintLayout xmlns: android = "http://schemas.android.com/apk/res/android" xmlns: app = "http://schemas.android.com/apk/res-auto" xmlns: tools = "http://schemas.android.com/tools" android :layout_width= "match_parent" android :layout_height= "match_parent" tools :context= "com.runindiarun.rxjavademo.MainActivity" > < LinearLayout android :layout_width= "match_parent" android :layout_height= "match_parent" android :orientation= "vertical" > < EditText android :id= "@+id/edittextView" android :layout_width= "match_pare...

Resolved versions for app (23.1.1) and test app (22.2.1) differ

Resolved versions for app (23.1.1) and test app (22.2.1) differ Add this code to your app level dependencies configurations.all {   resolutionStrategy {     force 'com.android.support:support-annotations:23.1.1'   } }