public class MainMenuActivity extends ListActivity {

   private static final String TAG = MainMenuActivity.class.getSimpleName();

   @Override
   protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_main_menu);
      try {

         //insure device date time is correct before app opens
         String ServerDate=  "";
         String DeviceDateTime "";

//if date & time correct opens else show a message corect device date time

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/d9ca938c-6fc8-4290-b3da-703600a8be69%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to