- Intents
- Activity
- Service
- Content Provider
- Broadcast Receiver
- Manifest - an XML file that declares the components (above) and some properties o fthe app
- update
sudo apt install updates - Add user to sudoers
sudo usermod -aG sudo [username] - set up ruby and add user to rvm group https://github.com/rvm/ubuntu_rvm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # XAMPP | |
| ## Setup | |
| ### Stop existing Apache and MySQL services: | |
| `/etc/init.d/apache2 stop` | |
| `/etc/init.d/mysql stop` | |
| ### Start XAMPP | |
| `sudo /opt/lampp/lampp start` |