Back to project page innovativeproject-meetingdataexchange.
The source code is released under:
MIT License
If you think the Android project innovativeproject-meetingdataexchange listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package Dialogs; // www.j a v a 2 s . c o m import android.app.AlertDialog; import android.app.Dialog; import android.app.DialogFragment; import android.content.Context; import android.content.DialogInterface; import android.os.Bundle; import com.TrololoCompany.meetingdataexchange.R; public class ServerOptionsLoggedIn extends Dialog { public ServerOptionsLoggedIn(Context context, int theme) { super(context, theme); // setContentView(R.id.) // TODO Auto-generated constructor stub } }