java - How to combine codes from two android studio -
currently trying combine android studio codes , cannot combine , have lots of errors , example imports . there way many errors decide share few . please me out -------->
import android.support.design.widget.snackbar; import android.support.v7.widget.appcompatbutton;
what snackbar , appcompatbutton.
import retrofit2.call; import retrofit2.callback; import retrofit2.retrofit; import retrofit2.converter.gson.gsonconverterfactory;
retrofit2
i trying combine code did on wamp server storing datas
the l
in base_url
problem. no top level domain called 1l
try numbers:
public static final string base_url = "http://127.0.0.1/";
if andrioid code on different machine 'wampmode' server, use different ip.
use lan ip of server, ie: type cmd /k ipconfig
in run. try ones beginning 192.168.
or 10.
Comments
Post a Comment