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
Who is eligible to apply? | |
- ANYONE (students, partners, contractor, GitHub users, GitHub employees, etc) who is interested to gain skill in the topic OR want to get reskill/refresh. | |
How do I get updates about prep course, certificate & voucher? | |
- Just subscribe to this discussion | |
How do I subscribe ? | |
- On discussion page - click on "Subscribe" button under "Notifications" header on right column of the discussion page. | |
How do I sign-up ? | |
- Subscribe to the discussion page. | |
What can I put in discussion? | |
- Make sure before asking question if its already been answered by someone else. |
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
<?xml version="1.0" encoding="utf-8"?> | |
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
xmlns:app="http://schemas.android.com/apk/res-auto" | |
xmlns:tools="http://schemas.android.com/tools" | |
android:layout_width="match_parent" | |
android:layout_height="match_parent"> | |
<ImageView | |
android:id="@+id/imageView" |