Skip to content

Commit

Permalink
Merge pull request #25 from HamburgerPlsdotexe/Caglar
Browse files Browse the repository at this point in the history
Added all of the course pages + polishing
  • Loading branch information
HamburgerPlsdotexe committed May 25, 2019
2 parents 2cd506b + 62ed542 commit 3d4829c
Show file tree
Hide file tree
Showing 21 changed files with 127 additions and 102 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container,
public void onViewCreated(View view, @Nullable Bundle savedInstanceState) {
super.onViewCreated(view, savedInstanceState);
//you can set the title for your toolbar here for different fragments different titles
getActivity().setTitle("This is Communicatie");
getActivity().setTitle("Communicatie");
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container,
public void onViewCreated(View view, @Nullable Bundle savedInstanceState) {
super.onViewCreated(view, savedInstanceState);
//you can set the title for your toolbar here for different fragments different titles
getActivity().setTitle("This is Communicatie & Media Design");
getActivity().setTitle("Communicatie & Media Design");
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@ public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container,
//returning our layout file
//change R.layout.yourlayoutfilename for each of your fragments
View v = inflater.inflate(R.layout.fragment_contact_form, container, false);

sendBtn = v.findViewById(R.id.sendmessage);



sendBtn.setOnClickListener(this);
return v;
}
Expand All @@ -55,7 +51,7 @@ private void sendMail(String subject, String message, String email) {
}
}

public void onClick(View view){
public void onClick(View view) {
EditText subject = getActivity().findViewById(R.id.Inhoud_onderwerpveld);
EditText name = getActivity().findViewById(R.id.Inhoud_naamveld);
EditText email = getActivity().findViewById(R.id.Inhoud_emailveld);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container,
public void onViewCreated(View view, @Nullable Bundle savedInstanceState) {
super.onViewCreated(view, savedInstanceState);
//you can set the title for your toolbar here for different fragments different titles
getActivity().setTitle("cmgt_img");
getActivity().setTitle("Creative Media & Game Technologies");
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package com.example.project_b_open_day_application;

import android.content.Context;
import android.net.Uri;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
Expand All @@ -13,12 +11,12 @@
/**
* A simple {@link Fragment} subclass.
* Activities that contain this fragment must implement the
* {@link CmgtActivity.OnFragmentInteractionListener} interface
* {@link CreativeMediaAndGameTechnologies.OnFragmentInteractionListener} interface
* to handle interaction events.
* Use the {@link CmgtActivity#newInstance} factory method to
* Use the {@link CreativeMediaAndGameTechnologies#newInstance} factory method to
* create an instance of this fragment.
*/
public class CmgtActivity extends Fragment {
public class CreativeMediaAndGameTechnologies extends Fragment {
@Nullable
@Override
public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
Expand All @@ -31,7 +29,7 @@ public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container,
public void onViewCreated(View view, @Nullable Bundle savedInstanceState) {
super.onViewCreated(view, savedInstanceState);
//you can set the title for your toolbar here for different fragments different titles
getActivity().setTitle("This is cmgt_img");
getActivity().setTitle("Creative Media & Game Technologies");
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container,
public void onViewCreated(View view, @Nullable Bundle savedInstanceState) {
super.onViewCreated(view, savedInstanceState);
//you can set the title for your toolbar here for different fragments different titles
getActivity().setTitle("This is informatica");
getActivity().setTitle("Informatica");
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public void onClick(View view) {
fragment = new CommunicatieNmediaDesign();
break;
case "creativeMediaNGameTechnology":
fragment = new CmgtActivity();
fragment = new CreativeMediaAndGameTechnologies();
break;
case "informatica":
fragment = new InformaticaActivity();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container,
public void onViewCreated(View view, @Nullable Bundle savedInstanceState) {
super.onViewCreated(view, savedInstanceState);
//you can set the title for your toolbar here for different fragments different titles
getActivity().setTitle("This is Technische Informatica");
getActivity().setTitle("Technische Informatica");
}
}
Binary file added app/src/main/res/drawable/comm_img2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable/comm_med_img2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable/crea_med_gam_img2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable/inf_img2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added app/src/main/res/drawable/tinf_img2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions app/src/main/res/layout/activity_item_detail.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@
android:layout_height="wrap_content"
android:layout_gravity="center_vertical|start"
android:layout_margin="@dimen/fab_margin"
android:gravity="bottom"
app:backgroundTint="#F44336"
app:layout_anchor="@+id/item_detail_container"
app:layout_anchorGravity="start|center"
app:layout_anchor="@+id/app_bar"
app:layout_anchorGravity="end|bottom"
app:rippleColor="#FFFFFF"
app:srcCompat="@android:drawable/ic_menu_share" />

Expand All @@ -61,7 +62,7 @@
android:layout_margin="@dimen/fab_margin"
android:tint="#00FF2222"
app:backgroundTint="#F44336"
app:layout_anchor="@+id/item_detail_container"
app:layout_anchor="@+id/app_bar"
app:layout_anchorGravity="end|center"
app:rippleColor="#FFFFFF"
app:srcCompat="@android:drawable/ic_menu_my_calendar" />
Expand Down
44 changes: 26 additions & 18 deletions app/src/main/res/layout/fragment_cmgt.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ScrollView android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:android="http://schemas.android.com/apk/res/android">

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_marginBottom="60dp"
android:layout_marginLeft="8dp"
android:layout_marginRight="8dp"
android:alpha=".7"
android:background="@android:color/background_light"
android:lineSpacingExtra="10sp"
android:scrollbars="vertical"
android:text="HARDCODED TEXT"
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
android:textSize="15sp" />
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">

</RelativeLayout>
<ImageView
android:id="@+id/comm_med_gam_img2"
android:layout_width="match_parent"
android:layout_height="258dp"
android:scaleType="fitXY"
android:src="@drawable/crea_med_gam_img2" />

<TextView
android:layout_margin="8dp"
android:layout_below="@id/comm_med_gam_img2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Als CMGT'er ben je een developer (programmeur) van interactieve digitale producten: je ontwikkelt web- en mobiele applicaties en je kent de basis van het ontwikkelen van games. De grenzen tussen deze digitale producten en de fysieke wereld vervagen echter steeds meer en steeds sneller. Je wordt daarom niet opgeleid als specialist in 1 specifieke programmeertaal of platform maar als een flexibele programmeur die zichzelf snel de mogelijkheden van een nieuwe taal of een nieuw platform (smartphone, game console, Internet of Things) eigen kan maken. Met als doel interactieve oplossingen voor klanten te bedenken en ontwikkelen die platform en programmeertaal ontstijgen.
Je differentieert je van andere programmeurs door je mate van creativiteit en je kennis en gevoel voor interactie tussen apparaten en mensen (gebruikers).
&#xA;&#xA;Een Rotterdamse CMGT'er onderscheidt zich van andere programmeurs door de mate van creativiteit en de ontwerpgerichte benadering en de mate van kennis en gevoel voor interactie tussen apparaten en mensen (gebruikers). Bij alles wat je maakt staat de persoon die het gaat gebruiken centraal. Daarom heb je een onderzoekende houding en wil je gebruikers leren kennen en ze zo intensief mogelijk betrekken bij het maken van het product. De werkzaamheden en de mogelijkheden voor deze creatieve technoloog zijn aan verandering onderhevig omdat er veel ontwikkelingen in het vakgebied plaatsvinden. Nu ligt in de opleiding de nadruk op web- en mobiele technologieën. Game technologieën vormen een kleiner onderdeel.
&#xA;&#xA;CMGT-studenten werken op bepaalde momenten samen met studenten van de opleiding Communication and Multimedia Design. Deze samenwerking is belangrijk omdat bij het ontwikkelen van interactieve oplossingen de samenwerking met andere creatieve specialisten, zoals ontwerpers en strategen, leidt tot een hogere eindkwaliteit.
&#xA;&#xA;Na deze studie gaan CMGT'ers als programmeur aan de slag bij internetbureaus of andere bureaus in de creatieve sector (reclame, marketing, ontwerp, innovatie). Een deel start een eigen onderneming of gaat werken als freelancer. Web Developer en Mobile Developer zijn dan ook bij uitstek de beroepen die veel afgestudeerden op dit moment uitoefenen na afloop van de studie."/>

</RelativeLayout>
</ScrollView>
30 changes: 17 additions & 13 deletions app/src/main/res/layout/fragment_communicatie.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<ScrollView android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:android="http://schemas.android.com/apk/res/android">

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">

<ImageView
android:id="@+id/comm_img2"
android:layout_width="match_parent"
android:layout_height="258dp"
android:scaleType="fitStart"
android:src="@drawable/comm_img2" />

<TextView
android:layout_width="wrap_content"
android:layout_margin="8dp"
android:layout_below="@id/comm_img2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_marginBottom="60dp"
android:layout_marginLeft="8dp"
android:layout_marginRight="8dp"
android:alpha=".7"
android:background="@android:color/background_light"
android:lineSpacingExtra="10sp"
android:scrollbars="vertical"
android:text="HARDCODED TEXT"
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
android:textSize="15sp" />
android:text="Organisaties staan voor grote uitdagingen. Een nieuw product promoten, samenwerken met klanten, medewerkers en inwoners, laten zien dat je goede dingen doet voor de samenleving. Hoe doe je dat in een tijd van kritische journalisten, vloggers, maatschappelijke discussies en elkaar snel opvolgende trends? Onze opleiding Communicatie leidt jou in vier jaar op tot wat we - met trots - een smart connector noemen.&#xA;&#xA;Een professional die voor slimme verbindingen zorgt. Met inzet van bijvoorbeeld social tools, storytelling, big data en co-creatie. Je ontwikkelt creatieve concepten zoals mediacampagnes, events en verhalenplatforms. Op basis van goed onderzoek, theorie en strategie en natuurlijk jouw eigen verrassende ideeën.Vanaf jaar 1 werk je samen met opdrachtgevers uit de praktijk. Van Rotterdamse ondernemers, start-ups en bureaus tot landelijke organisaties. We werken met innovatieve methodes. In teamverband is dat bijvoorbeeld de scrum methodiek: waarbij je flexibel en intensief samenwerkt met een opdrachtgever. &#xA;&#xA;Geen les, cursus of project is hetzelfde. We stemmen de werkvorm af op wat je leert: webinars, TED Talks, content cafés, meet-ups, gastcolleges en bedrijfsbezoeken. De opleiding Communicatie leert je om als smart connector mensen te raken, te verbinden en te bewegen."/>

</RelativeLayout>
</RelativeLayout>
</ScrollView>
43 changes: 25 additions & 18 deletions app/src/main/res/layout/fragment_communicatie_n_media_design.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ScrollView android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:android="http://schemas.android.com/apk/res/android">

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_marginBottom="60dp"
android:layout_marginLeft="8dp"
android:layout_marginRight="8dp"
android:alpha=".7"
android:background="@android:color/background_light"
android:lineSpacingExtra="10sp"
android:scrollbars="vertical"
android:text="HARDCODED TEXT"
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
android:textSize="15sp" />
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">

</RelativeLayout>
<ImageView
android:id="@+id/comm_med_img2"
android:layout_width="match_parent"
android:layout_height="258dp"
android:scaleType="fitXY"
android:src="@drawable/comm_med_img2" />

<TextView
android:layout_margin="8dp"
android:layout_below="@id/comm_med_img2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Je ontwerpt betekenisvolle interactieve producten en diensten voor de mens: van website, app, interactieve installatie, tot volledige experience. Voordat je begint met een ontwerp doe je uitgebreid onderzoek naar de gebruikersbehoeften en naar de omgeving waarin jouw interactieve ontwerp gebruikt wordt. &#xA;&#xA;Je checkt voortdurend met de gebruiker voor wie je aan het ontwerpen bent en gaat deze partijen ook op locatie betrekken. Ontwerpen is immers: prototypes maken, testen, falen, herontwerpen, testen, bijstellen etc. Je bent bezig met schetsen, onderzoeken, bouwen of onderzoek buiten de deur.
Je leert werken vanuit de belangen en beleving van gebruikers en opdrachtgevers. Een actieve houding is voorwaarde voor het ontwerpproces bij Communication and Multimedia Design. Evenals een gezonde dosis nieuwsgierigheid, lef en zelfstandigheid om werk van hoge kwaliteit op te leveren. Daarnaast verwachten we dat je kritisch kunt kijken naar je werk en handelen.
&#xA;&#xA;De eerstejaars studenten richten zich nu op ouderen die in meer of mindere mate fysieke of psychische gezondheidsproblemen ervaren en mantelzorg nodig hebben. De opdrachtgever is op zoek naar slimme, nieuwe technologische toepassingen die ouderen, met behulp van mantelzorgers, langer thuis kunnen laten wonen.
&#xA;&#xA;De opleiding CMD daagt je uit jouw kennis, creativiteit en ontwerptalent in te zetten voor interactieve producten en diensten, die het leven en de omgeving van gebruikers veraangenamen of zelfs verbeteren."/>

</RelativeLayout>
</ScrollView>
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_courses.xml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
android:layout_alignParentTop="true"
android:adjustViewBounds="true"
android:scaleType="centerCrop"
android:src="@drawable/tinf_img" />
android:src="@drawable/technische_informatica" />

<TextView
android:id="@+id/tinf_titl"
Expand Down
39 changes: 23 additions & 16 deletions app/src/main/res/layout/fragment_informatica.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_marginBottom="60dp"
android:layout_marginLeft="8dp"
android:layout_marginRight="8dp"
android:alpha=".7"
android:background="@android:color/background_light"
android:lineSpacingExtra="10sp"
android:scrollbars="vertical"
android:text="HARDCODED TEXT"
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
android:textSize="15sp" />
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">

</RelativeLayout>
<ImageView
android:id="@+id/inf_img2"
android:layout_width="match_parent"
android:layout_height="258dp"
android:scaleType="fitXY"
android:src="@drawable/inf_img2" />

<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/inf_img2"
android:layout_margin="8dp"
android:text="We leiden je op tot software engineer. Je gaat aan de slag met het ontwikkelen van software voor diverse toepassingen. Je bent in staat complexe ICT-systemen te analyseren, ontwerpen en implementeren.
&#xA;&#xA;Software is overal om ons heen te vinden. Jij bent de specialist in het maken van grote en complexe software informatiesystemen die snel, efficiënt en veilig werken. Zo kun je denken aan het ontwikkelen van een functionele app, maar ook aan het analyseren van grote hoeveelheden data van social media. Bij het ontwikkelen van deze systemen kom je in aanraking met verschillende programmeertalen. Zo leer je in het eerste jaar programmeren in Python en geavanceerde programmeertalen zoals Java/C#. Vanaf het tweede jaar kies je zelf welke programmeertaal je wilt gebruiken. Naast het programmeren en ontwikkelen van verschillende toepassingen leer je ook samenwerken.
&#xA;&#xA;Na het volgen van de opleiding Informatica ben je breed inzetbaar binnen het vakgebied. Vanuit functies als data engineer, software developer en software engineer kun je verder groeien binnen de ICT.
&#xA;&#xA;Ben jij geïnteresseerd in nieuwe technologische ontwikkelingen, nieuwsgierig, een beetje eigenzinnig en een doorzetter, dan is de opleiding Informatica iets voor jou!" />

</RelativeLayout>
</ScrollView>
Loading

0 comments on commit 3d4829c

Please sign in to comment.