- Convert the facebook login screen into an xml layout file.
- Attach only the xml file and a picture of the output in designated "Assignment No.1" folder.
- Convert the google map screen into an xml layout file.
- Attach only the xml file and a picture of the output in designated "Assignment No.1" folder.
- Finish pending Assignment No.1
- Fully understand concept of Activity Lifecycle (will discuss its java part later)
- Complete Android Basics: User Interface course
- Save all the projects worked through in the course locally and push it to your "Assignment No.2" folder.
- Add screenshots of your output.
- Make your phone run AS projects by downloading supportive drivers for your phone.
Monday, 5th June - 9 am
- Create a simple android lifecycle app :
- take references from this repositories
Zubair's Android-LifeCycle-demo
Pavan's Activity Lifecycle - Install the app in your phone for demonstration
- If remote, add the apk file in repo
- Add only the .java file in the repo
- take references from this repositories
- Take a look at the issue #20, if its applicable to you resolve it.
- Read all about Constraint layout, App manifest, App icon, values/Resource folder.
- Redesign the assignment no.1's Facebook login page as follows:
- Use only constraint layout for aligning all the views, do not use linear or relative layout.
- Do not hardcode strings, colors or dimensions. Instead use strings.xml, colors.xml, dimensions.xml
- Remove the top action bar to make it fullscreen.
- Rename your application to "Facebook"
- Add app icon
- Official doc - Constraint layout
- Constraint Layouts - Video Explanation
- Official doc - App Manifest
- Android App Manifest - Video Explanation
- Read about MainActivity.java class and onCreate method
- Create a counter application :

