Skip to content

VijayMakwana/Twilio-Sample

Repository files navigation

Twilio SMS Sample

Description

In this sample project integrated Twilio Rest API for send and list messages. first configure trial account for this project. and add phone number and verify it so, these number are able to get the sms.

In the project You have to replace the ACCOUNT_SID, AUTH_TOKEN and FREE_TRIAL_NUMBER with your data. Also replace all the dummy number to your number where you want to receive sms from the contact list file

Libraries

  • AndroidX - Android support library

  • androidx.appcompat:appcompat

    • androidx.core:core-ktx
    • androidx.lifecycle:lifecycle-extensions
    • androidx.constraintlayout:constraintlayout
  • Navigation Component - For manage fragment navigation

    • androidx.navigation:navigation-fragment-ktx
    • androidx.navigation:navigation-ui-ktx
  • Material Design - Design

    • com.google.android.material:material
  • Retrofit - Type-safe HTTP client

    • com.squareup.retrofit2:retrofit
    • com.squareup.retrofit2:converter-gson
    • com.squareup.okhttp3:logging-interceptor
  • Gson - Java serialization/deserialization library

    • com.google.code.gson:gson
  • EasyPagerAdapter - Easiest android view pager adapter implementation

    • com.github.VijayMakwana:EasyPagerAdapter
  • LastAdapter - Don't write a RecyclerView adapter again. Not even a ViewHolder!

    • com.github.nitrico.lastadapter:lastadapter