diff --git a/README.md b/README.md deleted file mode 100644 index 14063ab..0000000 --- a/README.md +++ /dev/null @@ -1,41 +0,0 @@ - - -## Nimbus - -#### This is the official Android Application of Technical Festival of NIT Hamirpur **NIMBUS** made by YOU :smile:. - -Screencast link: [https://youtu.be/7imGYIVipXY](https://youtu.be/7imGYIVipXY) - -Google Play link: https://play.google.com/store/apps/details?id=com.appteam.nith.nimbus - -## How to setup this project in Android Studio :- - -1. Firstly, **fork** this repo from **appteam-nith/Nimbus** by clicking on fork button - -2. Now **clone** the forked repo in your pc. For this first copy the url of your forked repo (use terminal or git bash): - - `git clone https://github.com/[username]/festnumbus.git` - - [username] is replaced by your github username - -3. Finally, open this project in android studio. - -4. Happy Hacking :wink: - -## How to contribute in this project :- - -1. Go through the entire project after building it, find bugs and report them. - -2. View the issues put up in the repo and try to fix them. - -3. **IMPORTANT** :- Before sending a **Pull Request** make sure that your forked repository is in sync with the base repository [Click Here](https://github.com/appteam-nith/Nimbus/wiki/Stay-in-Sync-with-Base-Repository) . - -## Libraries used -- [Glide](https://github.com/bumptech/glide) -- [Retrofit](https://github.com/square/retrofit) -- [OneSignal-SDK](https://github.com/OneSignal/OneSignal-Android-SDK) -- [Like Button](https://github.com/jd-alexander/LikeButton) -- [Cloudinary](https://github.com/cloudinary/cloudinary_android) - -## License -This project is currently licensed under the GNU General Public License v3. diff --git a/app/src/main/java/com/nith/appteam/nimbus/Activity/AppIntro.java b/app/src/main/java/com/nith/appteam/nimbus/Activity/AppIntro.java index 1b1b904..ae1b09a 100644 --- a/app/src/main/java/com/nith/appteam/nimbus/Activity/AppIntro.java +++ b/app/src/main/java/com/nith/appteam/nimbus/Activity/AppIntro.java @@ -55,6 +55,7 @@ protected void onCreate(Bundle savedInstanceState) { R.layout.slide1, R.layout.slide2, R.layout.slide3, + R.layout.slide4, }; addBottomDots(0); diff --git a/app/src/main/res/drawable/collagenimbus.jpg b/app/src/main/res/drawable/collagenimbus.jpg new file mode 100644 index 0000000..7f9ce06 Binary files /dev/null and b/app/src/main/res/drawable/collagenimbus.jpg differ diff --git a/app/src/main/res/drawable/like.jpeg b/app/src/main/res/drawable/like.jpeg new file mode 100644 index 0000000..a7c6d34 Binary files /dev/null and b/app/src/main/res/drawable/like.jpeg differ diff --git a/app/src/main/res/drawable/mainimg.jpeg b/app/src/main/res/drawable/mainimg.jpeg new file mode 100644 index 0000000..6f443bc Binary files /dev/null and b/app/src/main/res/drawable/mainimg.jpeg differ diff --git a/app/src/main/res/drawable/nimbus1.jpg b/app/src/main/res/drawable/nimbus1.jpg new file mode 100644 index 0000000..1776353 Binary files /dev/null and b/app/src/main/res/drawable/nimbus1.jpg differ diff --git a/app/src/main/res/drawable/nimbus1new.jpg b/app/src/main/res/drawable/nimbus1new.jpg new file mode 100644 index 0000000..d8c0501 Binary files /dev/null and b/app/src/main/res/drawable/nimbus1new.jpg differ diff --git a/app/src/main/res/drawable/nimbus3.png b/app/src/main/res/drawable/nimbus3.png new file mode 100644 index 0000000..d66a354 Binary files /dev/null and b/app/src/main/res/drawable/nimbus3.png differ diff --git a/app/src/main/res/drawable/register.png b/app/src/main/res/drawable/register.png index 747b938..dbd8c9e 100644 Binary files a/app/src/main/res/drawable/register.png and b/app/src/main/res/drawable/register.png differ diff --git a/app/src/main/res/drawable/registersoon.jpeg b/app/src/main/res/drawable/registersoon.jpeg new file mode 100644 index 0000000..2b8ac45 Binary files /dev/null and b/app/src/main/res/drawable/registersoon.jpeg differ diff --git a/app/src/main/res/drawable/synergia.jpg b/app/src/main/res/drawable/synergia.jpg new file mode 100644 index 0000000..57bf937 Binary files /dev/null and b/app/src/main/res/drawable/synergia.jpg differ diff --git a/app/src/main/res/layout/slide1.xml b/app/src/main/res/layout/slide1.xml index 42df56f..8c1a09d 100644 --- a/app/src/main/res/layout/slide1.xml +++ b/app/src/main/res/layout/slide1.xml @@ -3,11 +3,11 @@ android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent"> + + android:layout_height="match_parent" + android:scaleType="fitXY" + android:src="@drawable/mainimg" /> diff --git a/app/src/main/res/layout/slide2.xml b/app/src/main/res/layout/slide2.xml index a85d5af..c70b48d 100644 --- a/app/src/main/res/layout/slide2.xml +++ b/app/src/main/res/layout/slide2.xml @@ -3,14 +3,11 @@ android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent"> + - - - - + android:layout_height="match_parent" + android:scaleType="fitXY" + android:src="@drawable/collagenimbus" /> + \ No newline at end of file diff --git a/app/src/main/res/layout/slide3.xml b/app/src/main/res/layout/slide3.xml index 3c7a734..ba47aa3 100644 --- a/app/src/main/res/layout/slide3.xml +++ b/app/src/main/res/layout/slide3.xml @@ -5,11 +5,10 @@ android:layout_height="match_parent"> + android:layout_height="match_parent" + android:scaleType="fitXY" + android:src="@drawable/registersoon" /> diff --git a/app/src/main/res/layout/slide4.xml b/app/src/main/res/layout/slide4.xml new file mode 100644 index 0000000..eb7d9b0 --- /dev/null +++ b/app/src/main/res/layout/slide4.xml @@ -0,0 +1,14 @@ + + + + + + + diff --git a/settings.gradle b/settings.gradle index e7b4def..5fb4084 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1,2 @@ include ':app' +This is initialisation.