❤️ Star ❤️ the repo to support the project or 😄Follow Me.Thanks!
-
Clone Android Project
git clone https://github.com/harsh6768/Android_Nodejs.git
-
Clone Backend Node.js Project
git clone https://github.com/harsh6768/Android_Nodejs.git
Retrofit Object
retrofit=new Retrofit.Builder()
.baseUrl("http://192.168.43.134:3000") //192.168.43.134 is the ip address of the system
.addConverterFactory(GsonConverterFactory.create())
.build();
retrofit=new Retrofit.Builder()
.baseUrl("http://10.0.2.2:3000") //for emulator devices
.addConverterFactory(GsonConverterFactory.create())
.build();