Events

Regular Expressions II

Modern Languages Building (MLB), Room 2001B

Regular expressions are perfectly suited for people who like puzzles. Regular expressions are a sequence of characters used to define a search pattern. They are commonly used to do “find” and “find and replace” string operations. They are also used to validate strings like phone numbers, passwords, etc. in data entry. Regular expression capabilities can […]

Android Application Development: Introduction to Android Studio

Rackham Building, Earl Lewis Room, 3rd Floor East 915 E. Washington St., Ann Arbor, MI, United States

Mobile app development is one of the biggest new industries of the last decade. If you are developing an Android app for the first time, the first option you will likely find is "Android Studio," a free integrated-developer-environment (IDE) provided directly by the Android team at Google, using the Java programming language. It's a good […]