- Introduction to Android Studio
- Java
- XML
- Activity / Service / Asynchronous task
- Fragments
- Manifest
- Create activity with Intent
- Run on emulator/ device
- Add images to the application
- Layouts
- Linear Layout
- Relative Layout
- What is a static variable?
- Runtime permissions
- Send n Receive data from servers
- IP address
- PHP
- MySQL
- Getter / Setter
- Debugging
- File management
- Display data using list view
- Garbage collection
- Install Android Studio
- Install LAMP/ WAMP/ MAMP
- The current stable version of android studio can be downloaded from https://developer.android.com/studio/index.html . To download the installer, click on the "DOWNLOAD ANDROID STUDIO" button.
- When prompted, accept the terms and conditions of the installation and then click on the download button.
- To setup all android SDK related content, First navigate to the "tools", located on the menu bar at the top of the android studio IDE.
- After Expanding the tools, select "SDK Manager" from the drop down list. This will open a dialog which will let you configure your android SDK.
- Make sure that once the android SDK is installed, the necessary platforms checked in the image below are installed on your device.It is not necessary to download all platforms but ensure that you download the platform that corresponds to your mobile phone or the phone you will be using to run the application.
- To install android SDK or update it, click on the edit button as shown in the picture below to go to the android SDK setup dialog.
- Once on the android SDK setup, choose the version of android SDK to download and the location on your device where you want to store the SDK. After this, click on "NEXT" to finsh the android SDK setup.
- After installation of the SDK, navigate back to the SDK manager dialog and select the SDK Tools. On this page, select the tools that are selected in the image below and click on apply/ok to install them.
- The android virtual device (or) android emulator is a digital tool that lets you run and test applications without installing them on the mobile device by providing a virtual mobile interface and a virtual operating system that runs on your computer. To setup a virtual device, select the AVD Manager from the "Tools" tab.
- Once on the AVD Manager, Click on the "Create virtual device button"
- In the virtual device configuration dialog, under category select Phone and then select the hardware profile of your choice. this selection will only affect the size aand resoultion of the AVD interface. After selecting, hit the next button!
- In the system image selection, Download and select any system image that has a release version above Lollipop (api level : 22). and hit next. After this, click finish on the next dialog to finish installation and setup of the AVD. To ensure correct installation of the AVD, launch it from the AVD manager. this should open a new window with the android interface.