Skip to content

This is a demonstration to show how to implement Ideamart Subscription API with Android with using Retrofit HTTP Library

License

Notifications You must be signed in to change notification settings

sandunisuru/Ideamart-Subscription-API-demo-for-Android-with-Retrofit

Repository files navigation

ideamart

Ideamart Subscription API demo for Android with Retrofit

This is a demonstration to show how to implement Ideamart Subscription API with Android with using Retrofit HTTP Library.

Only Tested with Ideamart Emulator 2.0.

If you need to test it with working condition change the value

    public static final String BASE_URL = "http://10.0.2.2:7000/subscription/";

to this

    public static final String BASE_URL = "https://api.dialog.lk/subscription/";

in API>>APIUrl.java file

Used Libraries

Retrofit 2 > implementation 'com.squareup.retrofit2:retrofit:2.2.0'

GSON Library > implementation 'com.squareup.retrofit2:converter-gson:2.2.0'

Not tested in Real Environment.

About

This is a demonstration to show how to implement Ideamart Subscription API with Android with using Retrofit HTTP Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages