Project

General

Profile

Feature #53

List cliquable

Added by Philippe Lago about 15 years ago. Updated almost 15 years ago.

Status:
Closed
Priority:
Normal
Category:
User Interface
Start date:
03/20/2009
Due date:
03/24/2009
% Done:

100%

Estimated time:
10.00 h
Close

Description

Rendre la liste d'utilisateur cliquable pour rentrer dans l'activité envoi de message instantané ou autre.
Un piti bouton en fin de ligne par exemple.

#1

Updated by Vincent Véronis about 15 years ago

  • Status changed from Assigned to Closed
  • Target version set to Prototype before 1.5 - SFR_Version
  • % Done changed from 0 to 100

ContactList.java add Data :

Intent i = new Intent(this, Destination.class);
i.putExtra("contact", data);

SendIM.java get Data :

data = getIntent().getParcelableExtra("contact");

#2

Updated by Nikita Kozlov almost 15 years ago

  • Estimated time set to 10.00 h

Also available in: Atom PDF