vineri, 10 februarie 2012





CUSTOMIZE ALERTS

CustomizeAlerts is an app in wich you can customize alerts, make funny ones, or whatever you like. It`s very simple to use.
!!(FOR DEVELOPERS)!!Or this mobile IDE wherever you are to test your code.


Options:
Simple Alert:
-set the text;
-set the duration.


Dialog Alert:
-set the title of the alert;
-set the body of the alert;
-set the text of the button.


Use this mini mobile IDE in wich you can exercise your code:
-to make the code run you have to import what you are going to use and reffer to the activity as "context".(it runs java code)
Ex:
import android.widget.Toast; 
Toast.makeText(context, ..............