Satish K
Satish K
I have used twitter Consumer Key and Secret key. But still getting `/WearActivity: connection to API client failed: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null, message=null} I also tried to add Youtube API KEY in...
I have added the FALLBACK_URL = "https://codepath.github.io/android-rest-client-template/success.html" in my App setting of Twitter Developer console. I have also mentioned String REST_CALLBACK_URL_TEMPLATE = "intent://%s#Intent;action=android.intent.action.VIEW;scheme=%s;package=%s;S.browser_fallback_url=%s;end"; oauth //intent_scheme codepathtweets //intent_host in my code...
I have two activity passing html data as string from first activity to second activity. Second Activity is same as https://github.com/wordpress-mobile/AztecEditor-Android/blob/trunk/app/src/main/kotlin/org/wordpress/aztec/demo/MainActivity.kt . But HTML data is not rendering properly. I...