Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

yotta / pictogram

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 60
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Closed
Open
Issue #315 opened Aug 24, 2017 by Sebastián Collado Montañez@scollado 
  • New issue
New issue

Comprobación de licencia en la selección de estudiante PCB

  • Sebastián Collado Montañez @scollado commented Aug 24, 2017
    Developer
                    // checks if license is valid for this user
                    if(licenseStudents[i].equals("expired")){
                        AlertDialog.Builder builder1 = new AlertDialog.Builder(getActivity());
                        builder1.setMessage(R.string.loginNoLicenseMsg);
                        builder1.setPositiveButton(
                                R.string.accept,
                                new DialogInterface.OnClickListener() {
                                    public void onClick(DialogInterface dialog, int id) {
                                        dialog.cancel();
                                    }
                                });
                        AlertDialog alert11 = builder1.create();
                        alert11.show();
                        return;
                    }
    Edited Aug 24, 2017 by Sebastián Collado Montañez
    ``` // checks if license is valid for this user if(licenseStudents[i].equals("expired")){ AlertDialog.Builder builder1 = new AlertDialog.Builder(getActivity()); builder1.setMessage(R.string.loginNoLicenseMsg); builder1.setPositiveButton( R.string.accept, new DialogInterface.OnClickListener() { public void onClick(DialogInterface dialog, int id) { dialog.cancel(); } }); AlertDialog alert11 = builder1.create(); alert11.show(); return; } ```
  • Sebastián Collado Montañez @scollado

    closed

    Aug 24, 2017

    closed

    closed
    Toggle commit list
  • Sebastián Collado Montañez @scollado commented Aug 24, 2017
    Developer

    @dofer Por aquí te dejo la comprobación

    @dofer Por aquí te dejo la comprobación
  • Sebastián Collado Montañez @scollado

    added Android label

    Aug 24, 2017

    added Android label

    added ~23 label
    Toggle commit list
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
No due date
1
Labels
Android
Assign labels
  • View labels
2
2 participants
Reference: yotta/pictogram#315